#913379

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

Shades of Dark Purple #913379

Tints of Dark Purple #913379

Color information

#913379 (or 0x913379) is unknown color: approx Dark Purple. HEX triplet: 91, 33 and 79. RGB value is (145,51,121). Sum of RGB (Red+Green+Blue) = 145+51+121=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #913379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913379 is #6ECC86. Grayscale: #565656. Windows color (decimal): -7261319 or 7943057. OLE color: 7943057.

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

Color convert

RGB14551121-
CMYK00.650.170.43
HSL315.32º47.96%38.43%-
HSV(B)315.32º64.83%56.86%-
XYZ16.319.7719.11-
YUV87.09147.14169.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.74%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=45.74%
G=16.09%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455112100.650.170.43315.3247.9638.43
Hex913379041112B13b3026
Octal22163171010121534736046
Binary1001000111001111110010100000110001101011100111011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913379; }

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

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

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

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

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

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

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

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