#912479

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

Shades of Dark Purple #912479

Tints of Dark Purple #912479

Color information

#912479 (or 0x912479) is unknown color: approx Dark Purple. HEX triplet: 91, 24 and 79. RGB value is (145,36,121). Sum of RGB (Red+Green+Blue) = 145+36+121=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #912479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912479 is #6EDB86. Grayscale: #4E4E4E. Windows color (decimal): -7265159 or 7939217. OLE color: 7939217.

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

Color convert

RGB14536121-
CMYK00.750.170.43
HSL313.21º60.22%35.49%-
HSV(B)313.21º75.17%56.86%-
XYZ15.768.6618.93-
YUV78.28152.11175.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.01%
GREEN value IS 36 (14.45% from 255) = 11.92%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=48.01%
G=11.92%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453612100.750.170.43313.2160.2235.49
Hex91247904B112B1393c23
Octal22144171011321534717443
Binary1001000110010011110010100101110001101011100111001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912479; }

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

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

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

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

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

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

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

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