#970F70

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

Shades of Eggplant #970F70

Tints of Eggplant #970F70

Color information

#970F70 (or 0x970F70) is unknown color: approx Eggplant. HEX triplet: 97, 0F and 70. RGB value is (151,15,112). Sum of RGB (Red+Green+Blue) = 151+15+112=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #970F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F70 is #68F08F. Grayscale: #424242. Windows color (decimal): -6877328 or 7344023. OLE color: 7344023.

HSL color Cylindrical-coordinate representation of color #970F70: hue angle of 317.21º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F70 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15115112-
CMYK00.900.260.41
HSL317.21º81.93%32.55%-
HSV(B)317.21º90.07%59.22%-
XYZ15.868.0916.06-
YUV66.72153.56188.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.32%
GREEN value IS 15 (6.25% from 255) = 5.40%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=54.32%
G=5.40%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511511200.900.260.41317.2181.9332.55
Hex97F7005A1A2913d5221
Octal227171600132325147512241
Binary100101111111111000001011010110101010011001111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,15,112); }

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

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

 a { background-color: rgb(151,15,112); }

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

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

 span { border-color: rgb(151,15,112); }

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