Html Css Color HEX #970971 Eggplant

📋 copy color: '#970971'

red 151 ◦ green 9 ◦ blue 113

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

Shades of Eggplant #970971

Tints of Eggplant #970971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 55.31%
G = 3.3%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#970971 (or 0x970971) is known color: Eggplant. HEX triplet: 97, 09 and 71. RGB value is (151,9,113). Sum of RGB (Red+Green+Blue) = 151+9+113=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #970971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970971 is #68F68E. Grayscale: #3F3F3F. Windows color (decimal): -6878863 or 7408023. OLE color: 7408023.

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

Color convert

RGB 151 9 113 -
CMYK 0 0.94 0.25 0.41
HSL 316.06º 0.89% 0.31% -
HSV(B) 316.06º 0.94% 0.59% -
XYZ 15.84 7.97 16.33 -
YUV 63.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 151 9 113 0 0.94 0.25 0.41 316.06 0.89 0.31
Hex 97 9 71 0 5E 19 29 13C 59 1F
Octal 227 11 161 0 136 31 51 474 131 37
Binary 10010111 1001 1110001 0 1011110 11001 101001 100111100 1011001 11111

Color Harmonies of #970971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970971

Black with #970971

Text Example


Text Example

White with #970971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970971; }

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

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

background-color css

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

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

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

border-color css

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

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

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