Html Css Color HEX #970559 Eggplant

📋 copy color: '#970559'

red 151 ◦ green 5 ◦ blue 89

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

Shades of Eggplant #970559

Tints of Eggplant #970559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.33%

R = 61.63%
G = 2.04%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#970559 (or 0x970559) is known color: Eggplant. HEX triplet: 97, 05 and 59. RGB value is (151,5,89). Sum of RGB (Red+Green+Blue) = 151+5+89=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #970559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970559 is #68FAA6. Grayscale: #3A3A3A. Windows color (decimal): -6879911 or 5834135. OLE color: 5834135.

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

Color convert

RGB 151 5 89 -
CMYK 0 0.97 0.41 0.41
HSL 325.48º 0.94% 0.31% -
HSV(B) 325.48º 0.97% 0.59% -
XYZ 14.62 7.41 10.11 -
YUV 58.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 151 5 89 0 0.97 0.41 0.41 325.48 0.94 0.31
Hex 97 5 59 0 61 29 29 145 5E 1F
Octal 227 5 131 0 141 51 51 505 136 37
Binary 10010111 101 1011001 0 1100001 101001 101001 101000101 1011110 11111

Color Harmonies of #970559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970559

Black with #970559

Text Example


Text Example

White with #970559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970559; }

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

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

background-color css

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

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

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

border-color css

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

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

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