#970764

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

Shades of Eggplant #970764

Tints of Eggplant #970764

Color information

#970764 (or 0x970764) is unknown color: approx Eggplant. HEX triplet: 97, 07 and 64. RGB value is (151,7,100). Sum of RGB (Red+Green+Blue) = 151+7+100=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #970764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970764 is #68F89B. Grayscale: #3C3C3C. Windows color (decimal): -6879388 or 6555543. OLE color: 6555543.

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

Color convert

RGB1517100-
CMYK00.950.340.41
HSL321.25º91.14%30.98%-
HSV(B)321.25º95.36%59.22%-
XYZ15.147.6512.74-
YUV60.66150.21192.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.53%
GREEN value IS 7 (3.12% from 255) = 2.71%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=58.53%
G=2.71%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151710000.950.340.41321.2591.1430.98
Hex9776405F22291415b1f
Octal22771440137425150113337
Binary10010111111110010001011111100010101001101000001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970764; }

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

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

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

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

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

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

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

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