Html Css Color HEX #970575 Eggplant

📋 copy color: '#970575'

red 151 ◦ green 5 ◦ blue 117

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

Shades of Eggplant #970575

Tints of Eggplant #970575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 55.31%
G = 1.83%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#970575 (or 0x970575) is known color: Eggplant. HEX triplet: 97, 05 and 75. RGB value is (151,5,117). Sum of RGB (Red+Green+Blue) = 151+5+117=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #970575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970575 is #68FA8A. Grayscale: #3D3D3D. Windows color (decimal): -6879883 or 7669143. OLE color: 7669143.

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

Color convert

RGB 151 5 117 -
CMYK 0 0.97 0.23 0.41
HSL 313.97º 0.94% 0.31% -
HSV(B) 313.97º 0.97% 0.59% -
XYZ 16.03 7.97 17.52 -
YUV 61.42 159.37 191.89 -
System Red Green Blue C M Y K H S L
Decimal 151 5 117 0 0.97 0.23 0.41 313.97 0.94 0.31
Hex 97 5 75 0 61 17 29 13A 5E 1F
Octal 227 5 165 0 141 27 51 472 136 37
Binary 10010111 101 1110101 0 1100001 10111 101001 100111010 1011110 11111

Color Harmonies of #970575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970575

Black with #970575

Text Example


Text Example

White with #970575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970575; }

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

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

background-color css

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

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

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

border-color css

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

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

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