#970564

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

Shades of Eggplant #970564

Tints of Eggplant #970564

Color information

#970564 (or 0x970564) is unknown color: approx Eggplant. HEX triplet: 97, 05 and 64. RGB value is (151,5,100). Sum of RGB (Red+Green+Blue) = 151+5+100=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #970564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970564 is #68FA9B. Grayscale: #3B3B3B. Windows color (decimal): -6879900 or 6555031. OLE color: 6555031.

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

Color convert

RGB1515100-
CMYK00.970.340.41
HSL320.96º93.59%30.59%-
HSV(B)320.96º96.69%59.22%-
XYZ15.127.6112.73-
YUV59.48150.87193.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.98%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 100 (39.45% from 255) = 39.06%
R=58.98%
G=1.95%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151510000.970.340.41320.9693.5930.59
Hex9756406122291415e1f
Octal22751440141425150113637
Binary10010111101110010001100001100010101001101000001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970564; }

 p { color: rgb(151,5,100); }

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

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

 a { background-color: rgb(151,5,100); }

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

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

 span { border-color: rgb(151,5,100); }

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