Html Css Color HEX #970478 Eggplant

📋 copy color: '#970478'

red 151 ◦ green 4 ◦ blue 120

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

Shades of Eggplant #970478

Tints of Eggplant #970478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 54.91%
G = 1.45%
B = 43.64%

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

#970478 (or 0x970478) is known color: Eggplant. HEX triplet: 97, 04 and 78. RGB value is (151,4,120). Sum of RGB (Red+Green+Blue) = 151+4+120=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #970478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970478 is #68FB87. Grayscale: #3C3C3C. Windows color (decimal): -6880136 or 7865495. OLE color: 7865495.

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

Color convert

RGB 151 4 120 -
CMYK 0 0.97 0.21 0.41
HSL 312.65º 0.95% 0.3% -
HSV(B) 312.65º 0.97% 0.59% -
XYZ 16.2 8.02 18.46 -
YUV 61.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 151 4 120 0 0.97 0.21 0.41 312.65 0.95 0.3
Hex 97 4 78 0 61 15 29 139 5F 1E
Octal 227 4 170 0 141 25 51 471 137 36
Binary 10010111 100 1111000 0 1100001 10101 101001 100111001 1011111 11110

Color Harmonies of #970478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970478

Black with #970478

Text Example


Text Example

White with #970478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970478; }

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

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

background-color css

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

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

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

border-color css

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

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

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