Html Css Color HEX #970578 Eggplant

📋 copy color: '#970578'

red 151 ◦ green 5 ◦ blue 120

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

Shades of Eggplant #970578

Tints of Eggplant #970578

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 54.71%
G = 1.81%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#970578 (or 0x970578) is known color: Eggplant. HEX triplet: 97, 05 and 78. RGB value is (151,5,120). Sum of RGB (Red+Green+Blue) = 151+5+120=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #970578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970578 is #68FA87. Grayscale: #3D3D3D. Windows color (decimal): -6879880 or 7865751. OLE color: 7865751.

HSL color Cylindrical-coordinate representation of color #970578: hue angle of 312.74º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970578 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 5 120 -
CMYK 0 0.97 0.21 0.41
HSL 312.74º 0.94% 0.31% -
HSV(B) 312.74º 0.97% 0.59% -
XYZ 16.21 8.04 18.47 -
YUV 61.76 160.87 191.65 -
System Red Green Blue C M Y K H S L
Decimal 151 5 120 0 0.97 0.21 0.41 312.74 0.94 0.31
Hex 97 5 78 0 61 15 29 139 5E 1F
Octal 227 5 170 0 141 25 51 471 136 37
Binary 10010111 101 1111000 0 1100001 10101 101001 100111001 1011110 11111

Color Harmonies of #970578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970578

Black with #970578

Text Example


Text Example

White with #970578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970578; }

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

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

background-color css

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

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

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

border-color css

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

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

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