Html Css Color HEX #971072 Eggplant

📋 copy color: '#971072'

red 151 ◦ green 16 ◦ blue 114

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

Shades of Eggplant #971072

Tints of Eggplant #971072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

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

R = 53.74%
G = 5.69%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#971072 (or 0x971072) is known color: Eggplant. HEX triplet: 97, 10 and 72. RGB value is (151,16,114). Sum of RGB (Red+Green+Blue) = 151+16+114=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #971072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971072 is #68EF8D. Grayscale: #434343. Windows color (decimal): -6877070 or 7475351. OLE color: 7475351.

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

Color convert

RGB 151 16 114 -
CMYK 0 0.89 0.25 0.41
HSL 316.44º 0.81% 0.33% -
HSV(B) 316.44º 0.89% 0.59% -
XYZ 15.99 8.16 16.65 -
YUV 67.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 151 16 114 0 0.89 0.25 0.41 316.44 0.81 0.33
Hex 97 10 72 0 59 19 29 13C 51 21
Octal 227 20 162 0 131 31 51 474 121 41
Binary 10010111 10000 1110010 0 1011001 11001 101001 100111100 1010001 100001

Color Harmonies of #971072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971072

Black with #971072

Text Example


Text Example

White with #971072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971072; }

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

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

background-color css

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

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

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

border-color css

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

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

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