#913679

Color #913679 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #913679

Tints of Dark Purple #913679

Color information

#913679 (or 0x913679) is unknown color: approx Dark Purple. HEX triplet: 91, 36 and 79. RGB value is (145,54,121). Sum of RGB (Red+Green+Blue) = 145+54+121=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #913679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913679 is #6EC986. Grayscale: #585858. Windows color (decimal): -7260551 or 7943825. OLE color: 7943825.

HSL color Cylindrical-coordinate representation of color #913679: hue angle of 315.82º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #913679 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14554121-
CMYK00.630.170.43
HSL315.82º45.73%39.02%-
HSV(B)315.82º62.76%56.86%-
XYZ16.4510.0419.16-
YUV88.85146.15168.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 45.31%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=45.31%
G=16.88%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455412100.630.170.43315.8245.7339.02
Hex91367903F112B13c2e27
Octal2216617107721534745647
Binary100100011101101111001011111110001101011100111100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913679; }

 p { color: rgb(145,54,121); }

 H1.HeaderClassName
 {
   color: #913679;
 }
 .AnyTagClassName
 {
   color: #913679;
 }
</style>
background-color css

<style>
 a { background-color: #913679; }

 a { background-color: rgb(145,54,121); }

 div.DivClassName
 {
   background-color: #913679;
 }
 .BgClassName
 {
   background-color: #913679;
 }
</style>
border-color css

<style>
 span { border-color: #913679; }

 span { border-color: rgb(145,54,121); }

 td.TdClassName
 {
   border-color: #913679;
 }
 .TagClassName
 {
   border-color: #913679;
 }
</style>