Html Css Color HEX #970060 Eggplant

📋 copy color: '#970060'

red 151 ◦ green 0 ◦ blue 96

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

Shades of Eggplant #970060

Tints of Eggplant #970060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 38.87%

R = 61.13%
G = 0%
B = 38.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#970060 (or 0x970060) is known color: Eggplant. HEX triplet: 97, 00 and 60. RGB value is (151,0,96). Sum of RGB (Red+Green+Blue) = 151+0+96=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #970060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970060 is #68FF9F. Grayscale: #373737. Windows color (decimal): -6881184 or 6291607. OLE color: 6291607.

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

Color convert

RGB 151 0 96 -
CMYK 0 1 0.36 0.41
HSL 321.85º 1% 0.3% -
HSV(B) 321.85º 1% 0.59% -
XYZ 14.87 7.42 11.72 -
YUV 56.09 150.53 195.69 -
System Red Green Blue C M Y K H S L
Decimal 151 0 96 0 1 0.36 0.41 321.85 1 0.3
Hex 97 0 60 0 64 24 29 142 64 1E
Octal 227 0 140 0 144 44 51 502 144 36
Binary 10010111 0 1100000 0 1100100 100100 101001 101000010 1100100 11110

Color Harmonies of #970060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970060

Black with #970060

Text Example


Text Example

White with #970060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970060; }

 p { color: rgb(151,0,96); }

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

background-color css

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

 a { background-color: rgb(151,0,96); }

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

border-color css

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

 span { border-color: rgb(151,0,96); }

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