Html Css Color HEX #970178 Eggplant

📋 copy color: '#970178'

red 151 ◦ green 1 ◦ blue 120

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

Shades of Eggplant #970178

Tints of Eggplant #970178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.12%

R = 55.51%
G = 0.37%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#970178 (or 0x970178) is known color: Eggplant. HEX triplet: 97, 01 and 78. RGB value is (151,1,120). Sum of RGB (Red+Green+Blue) = 151+1+120=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #970178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970178 is #68FE87. Grayscale: #3B3B3B. Windows color (decimal): -6880904 or 7864727. OLE color: 7864727.

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

Color convert

RGB 151 1 120 -
CMYK 0 0.99 0.21 0.41
HSL 312.4º 0.99% 0.3% -
HSV(B) 312.4º 0.99% 0.59% -
XYZ 16.16 7.96 18.45 -
YUV 59.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 151 1 120 0 0.99 0.21 0.41 312.4 0.99 0.3
Hex 97 1 78 0 63 15 29 138 63 1E
Octal 227 1 170 0 143 25 51 470 143 36
Binary 10010111 1 1111000 0 1100011 10101 101001 100111000 1100011 11110

Color Harmonies of #970178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970178

Black with #970178

Text Example


Text Example

White with #970178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970178; }

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

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

background-color css

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

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

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

border-color css

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

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

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