Html Css Color HEX #970970 Eggplant

📋 copy color: '#970970'

red 151 ◦ green 9 ◦ blue 112

#970970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #970970

Tints of Eggplant #970970

RGB

 RED value IS 151 (59.38% from 255) = 55.51%

 GREEN value IS 9 (3.91% from 255) = 3.31%

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 55.51%
G = 3.31%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#970970 (or 0x970970) is known color: Eggplant. HEX triplet: 97, 09 and 70. RGB value is (151,9,112). Sum of RGB (Red+Green+Blue) = 151+9+112=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #970970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970970 is #68F68F. Grayscale: #3E3E3E. Windows color (decimal): -6878864 or 7342487. OLE color: 7342487.

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

Color convert

RGB 151 9 112 -
CMYK 0 0.94 0.26 0.41
HSL 316.48º 0.89% 0.31% -
HSV(B) 316.48º 0.94% 0.59% -
XYZ 15.78 7.94 16.03 -
YUV 63.2 155.54 190.62 -
System Red Green Blue C M Y K H S L
Decimal 151 9 112 0 0.94 0.26 0.41 316.48 0.89 0.31
Hex 97 9 70 0 5E 1A 29 13C 59 1F
Octal 227 11 160 0 136 32 51 474 131 37
Binary 10010111 1001 1110000 0 1011110 11010 101001 100111100 1011001 11111

Color Harmonies of #970970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970970

Black with #970970

Text Example


Text Example

White with #970970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970970; }

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

 H1.HeaderClassName
 {
   color: #970970;
 }
 .AnyTagClassName
 {
   color: #970970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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