Html Css Color HEX #970E72 Eggplant

📋 copy color: '#970E72'

red 151 ◦ green 14 ◦ blue 114

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

Shades of Eggplant #970E72

Tints of Eggplant #970E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.02%

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

R = 54.12%
G = 5.02%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#970E72 (or 0x970E72) is known color: Eggplant. HEX triplet: 97, 0E and 72. RGB value is (151,14,114). Sum of RGB (Red+Green+Blue) = 151+14+114=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #970E72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970E72 is #68F18D. Grayscale: #424242. Windows color (decimal): -6877582 or 7474839. OLE color: 7474839.

HSL color Cylindrical-coordinate representation of color #970E72: hue angle of 316.2º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E72 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 14 114 -
CMYK 0 0.91 0.25 0.41
HSL 316.2º 0.83% 0.32% -
HSV(B) 316.2º 0.91% 0.59% -
XYZ 15.96 8.11 16.64 -
YUV 66.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 151 14 114 0 0.91 0.25 0.41 316.2 0.83 0.32
Hex 97 E 72 0 5B 19 29 13C 53 20
Octal 227 16 162 0 133 31 51 474 123 40
Binary 10010111 1110 1110010 0 1011011 11001 101001 100111100 1010011 100000

Color Harmonies of #970E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970E72

Black with #970E72

Text Example


Text Example

White with #970E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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