Html Css Color HEX #970278 Eggplant

📋 copy color: '#970278'

red 151 ◦ green 2 ◦ blue 120

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

Shades of Eggplant #970278

Tints of Eggplant #970278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 55.31%
G = 0.73%
B = 43.96%

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

#970278 (or 0x970278) is known color: Eggplant. HEX triplet: 97, 02 and 78. RGB value is (151,2,120). Sum of RGB (Red+Green+Blue) = 151+2+120=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #970278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970278 is #68FD87. Grayscale: #3B3B3B. Windows color (decimal): -6880648 or 7864983. OLE color: 7864983.

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

Color convert

RGB 151 2 120 -
CMYK 0 0.99 0.21 0.41
HSL 312.48º 0.97% 0.3% -
HSV(B) 312.48º 0.99% 0.59% -
XYZ 16.17 7.98 18.46 -
YUV 60 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 151 2 120 0 0.99 0.21 0.41 312.48 0.97 0.3
Hex 97 2 78 0 63 15 29 138 61 1E
Octal 227 2 170 0 143 25 51 470 141 36
Binary 10010111 10 1111000 0 1100011 10101 101001 100111000 1100001 11110

Color Harmonies of #970278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970278

Black with #970278

Text Example


Text Example

White with #970278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970278; }

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

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

background-color css

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

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

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

border-color css

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

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

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