Html Css Color HEX #970179 Eggplant

📋 copy color: '#970179'

red 151 ◦ green 1 ◦ blue 121

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

Shades of Eggplant #970179

Tints of Eggplant #970179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 55.31%
G = 0.37%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#970179 (or 0x970179) is known color: Eggplant. HEX triplet: 97, 01 and 79. RGB value is (151,1,121). Sum of RGB (Red+Green+Blue) = 151+1+121=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #970179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970179 is #68FE86. Grayscale: #3B3B3B. Windows color (decimal): -6880903 or 7930263. OLE color: 7930263.

HSL color Cylindrical-coordinate representation of color #970179: hue angle of 312º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970179 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 121 -
CMYK 0 0.99 0.20 0.41
HSL 312º 0.99% 0.3% -
HSV(B) 312º 0.99% 0.59% -
XYZ 16.22 7.98 18.77 -
YUV 59.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 151 1 121 0 0.99 0.20 0.41 312 0.99 0.3
Hex 97 1 79 0 63 14 29 138 63 1E
Octal 227 1 171 0 143 24 51 470 143 36
Binary 10010111 1 1111001 0 1100011 10100 101001 100111000 1100011 11110

Color Harmonies of #970179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970179

Black with #970179

Text Example


Text Example

White with #970179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970179; }

 p { color: rgb(151,1,121); }

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

background-color css

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

 a { background-color: rgb(151,1,121); }

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

border-color css

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

 span { border-color: rgb(151,1,121); }

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