#970565

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

Shades of Eggplant #970565

Tints of Eggplant #970565

Color information

#970565 (or 0x970565) is unknown color: approx Eggplant. HEX triplet: 97, 05 and 65. RGB value is (151,5,101). Sum of RGB (Red+Green+Blue) = 151+5+101=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #970565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970565 is #68FA9A. Grayscale: #3B3B3B. Windows color (decimal): -6879899 or 6620567. OLE color: 6620567.

HSL color Cylindrical-coordinate representation of color #970565: hue angle of 320.55º 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 #970565 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB1515101-
CMYK00.970.330.41
HSL320.55º93.59%30.59%-
HSV(B)320.55º96.69%59.22%-
XYZ15.177.6312.98-
YUV59.6151.37193.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.75%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=58.75%
G=1.95%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151510100.970.330.41320.5593.5930.59
Hex9756506121291415e1f
Octal22751450141415150113637
Binary10010111101110010101100001100001101001101000001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970565; }

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

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

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

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

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

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

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

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