#970E71

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

Shades of Eggplant #970E71

Tints of Eggplant #970E71

Color information

#970E71 (or 0x970E71) is unknown color: approx Eggplant. HEX triplet: 97, 0E and 71. RGB value is (151,14,113). Sum of RGB (Red+Green+Blue) = 151+14+113=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #970E71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970E71 is #68F18E. Grayscale: #414141. Windows color (decimal): -6877583 or 7409303. OLE color: 7409303.

HSL color Cylindrical-coordinate representation of color #970E71: hue angle of 316.64º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E71 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15114113-
CMYK00.910.250.41
HSL316.64º83.03%32.35%-
HSV(B)316.64º90.73%59.22%-
XYZ15.98.0916.35-
YUV66.25154.39188.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.32%
GREEN value IS 14 (5.86% from 255) = 5.04%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=54.32%
G=5.04%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511411300.910.250.41316.6483.0332.35
Hex97E7105B192913d5320
Octal227161610133315147512340
Binary100101111110111000101011011110011010011001111011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970E71; }

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

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

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

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

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

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

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

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