Html Css Color HEX #970477 Eggplant

📋 copy color: '#970477'

red 151 ◦ green 4 ◦ blue 119

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

Shades of Eggplant #970477

Tints of Eggplant #970477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.43%

R = 55.11%
G = 1.46%
B = 43.43%

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

#970477 (or 0x970477) is known color: Eggplant. HEX triplet: 97, 04 and 77. RGB value is (151,4,119). Sum of RGB (Red+Green+Blue) = 151+4+119=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #970477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970477 is #68FB88. Grayscale: #3C3C3C. Windows color (decimal): -6880137 or 7799959. OLE color: 7799959.

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

Color convert

RGB 151 4 119 -
CMYK 0 0.97 0.21 0.41
HSL 313.06º 0.95% 0.3% -
HSV(B) 313.06º 0.97% 0.59% -
XYZ 16.14 8 18.15 -
YUV 61.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 151 4 119 0 0.97 0.21 0.41 313.06 0.95 0.3
Hex 97 4 77 0 61 15 29 139 5F 1E
Octal 227 4 167 0 141 25 51 471 137 36
Binary 10010111 100 1110111 0 1100001 10101 101001 100111001 1011111 11110

Color Harmonies of #970477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970477

Black with #970477

Text Example


Text Example

White with #970477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970477; }

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

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

background-color css

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

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

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

border-color css

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

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

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