Html Css Color HEX #971370 Eggplant

📋 copy color: '#971370'

red 151 ◦ green 19 ◦ blue 112

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

Shades of Eggplant #971370

Tints of Eggplant #971370

RGB

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

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

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

R = 53.55%
G = 6.74%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#971370 (or 0x971370) is known color: Eggplant. HEX triplet: 97, 13 and 70. RGB value is (151,19,112). Sum of RGB (Red+Green+Blue) = 151+19+112=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #971370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971370 is #68EC8F. Grayscale: #444444. Windows color (decimal): -6876304 or 7345047. OLE color: 7345047.

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

Color convert

RGB 151 19 112 -
CMYK 0 0.87 0.26 0.41
HSL 317.73º 0.78% 0.33% -
HSV(B) 317.73º 0.87% 0.59% -
XYZ 15.92 8.21 16.08 -
YUV 69.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 151 19 112 0 0.87 0.26 0.41 317.73 0.78 0.33
Hex 97 13 70 0 57 1A 29 13E 4E 21
Octal 227 23 160 0 127 32 51 476 116 41
Binary 10010111 10011 1110000 0 1010111 11010 101001 100111110 1001110 100001

Color Harmonies of #971370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971370

Black with #971370

Text Example


Text Example

White with #971370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971370; }

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

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

background-color css

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

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

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

border-color css

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

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

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