Html Css Color HEX #970560 Eggplant

📋 copy color: '#970560'

red 151 ◦ green 5 ◦ blue 96

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

Shades of Eggplant #970560

Tints of Eggplant #970560

RGB

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

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

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

R = 59.92%
G = 1.98%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#970560 (or 0x970560) is known color: Eggplant. HEX triplet: 97, 05 and 60. RGB value is (151,5,96). Sum of RGB (Red+Green+Blue) = 151+5+96=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #970560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970560 is #68FA9F. Grayscale: #3A3A3A. Windows color (decimal): -6879904 or 6292887. OLE color: 6292887.

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

Color convert

RGB 151 5 96 -
CMYK 0 0.97 0.36 0.41
HSL 322.6º 0.94% 0.31% -
HSV(B) 322.6º 0.97% 0.59% -
XYZ 14.93 7.53 11.73 -
YUV 59.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 151 5 96 0 0.97 0.36 0.41 322.6 0.94 0.31
Hex 97 5 60 0 61 24 29 143 5E 1F
Octal 227 5 140 0 141 44 51 503 136 37
Binary 10010111 101 1100000 0 1100001 100100 101001 101000011 1011110 11111

Color Harmonies of #970560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970560

Black with #970560

Text Example


Text Example

White with #970560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970560; }

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

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

background-color css

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

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

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

border-color css

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

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

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