#960578

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

Shades of Eggplant #960578

Tints of Eggplant #960578

Color information

#960578 (or 0x960578) is unknown color: approx Eggplant. HEX triplet: 96, 05 and 78. RGB value is (150,5,120). Sum of RGB (Red+Green+Blue) = 150+5+120=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #960578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960578 is #69FA87. Grayscale: #3D3D3D. Windows color (decimal): -6945416 or 7865750. OLE color: 7865750.

HSL color Cylindrical-coordinate representation of color #960578: hue angle of 312.41º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960578 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB1505120-
CMYK00.970.200.41
HSL312.41º93.55%30.39%-
HSV(B)312.41º96.67%58.82%-
XYZ16.027.9518.46-
YUV61.46161.04191.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=54.55%
G=1.82%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150512000.970.200.41312.4193.5530.39
Hex9657806114291385e1e
Octal22651700141245147013636
Binary1001011010111110000110000110100101001100111000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960578; }

 p { color: rgb(150,5,120); }

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

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

 a { background-color: rgb(150,5,120); }

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

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

 span { border-color: rgb(150,5,120); }

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