Html Css Color HEX #971372 Eggplant

📋 copy color: '#971372'

red 151 ◦ green 19 ◦ blue 114

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

Shades of Eggplant #971372

Tints of Eggplant #971372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 53.17%
G = 6.69%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#971372 (or 0x971372) is known color: Eggplant. HEX triplet: 97, 13 and 72. RGB value is (151,19,114). Sum of RGB (Red+Green+Blue) = 151+19+114=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #971372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971372 is #68EC8D. Grayscale: #454545. Windows color (decimal): -6876302 or 7476119. OLE color: 7476119.

HSL color Cylindrical-coordinate representation of color #971372: hue angle of 316.82º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971372 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 19 114 -
CMYK 0 0.87 0.25 0.41
HSL 316.82º 0.78% 0.33% -
HSV(B) 316.82º 0.87% 0.59% -
XYZ 16.03 8.26 16.67 -
YUV 69.3 153.23 186.28 -
System Red Green Blue C M Y K H S L
Decimal 151 19 114 0 0.87 0.25 0.41 316.82 0.78 0.33
Hex 97 13 72 0 57 19 29 13D 4E 21
Octal 227 23 162 0 127 31 51 475 116 41
Binary 10010111 10011 1110010 0 1010111 11001 101001 100111101 1001110 100001

Color Harmonies of #971372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971372

Black with #971372

Text Example


Text Example

White with #971372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971372; }

 p { color: rgb(151,19,114); }

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

background-color css

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

 a { background-color: rgb(151,19,114); }

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

border-color css

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

 span { border-color: rgb(151,19,114); }

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