#970571

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

Shades of Eggplant #970571

Tints of Eggplant #970571

Color information

#970571 (or 0x970571) is unknown color: approx Eggplant. HEX triplet: 97, 05 and 71. RGB value is (151,5,113). Sum of RGB (Red+Green+Blue) = 151+5+113=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #970571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970571 is #68FA8E. Grayscale: #3C3C3C. Windows color (decimal): -6879887 or 7406999. OLE color: 7406999.

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

Color convert

RGB1515113-
CMYK00.970.250.41
HSL315.62º93.59%30.59%-
HSV(B)315.62º96.69%59.22%-
XYZ15.87.8816.31-
YUV60.97157.37192.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.13%
GREEN value IS 5 (2.34% from 255) = 1.86%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=56.13%
G=1.86%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151511300.970.250.41315.6293.5930.59
Hex97571061192913c5e1f
Octal22751610141315147413637
Binary1001011110111100010110000111001101001100111100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970571; }

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

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

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

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

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

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

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

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