Html Css Color HEX #970570 Eggplant

📋 copy color: '#970570'

red 151 ◦ green 5 ◦ blue 112

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

Shades of Eggplant #970570

Tints of Eggplant #970570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.79%

R = 56.34%
G = 1.87%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#970570 (or 0x970570) is known color: Eggplant. HEX triplet: 97, 05 and 70. RGB value is (151,5,112). Sum of RGB (Red+Green+Blue) = 151+5+112=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #970570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970570 is #68FA8F. Grayscale: #3C3C3C. Windows color (decimal): -6879888 or 7341463. OLE color: 7341463.

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

Color convert

RGB 151 5 112 -
CMYK 0 0.97 0.26 0.41
HSL 316.03º 0.94% 0.31% -
HSV(B) 316.03º 0.97% 0.59% -
XYZ 15.74 7.86 16.02 -
YUV 60.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 151 5 112 0 0.97 0.26 0.41 316.03 0.94 0.31
Hex 97 5 70 0 61 1A 29 13C 5E 1F
Octal 227 5 160 0 141 32 51 474 136 37
Binary 10010111 101 1110000 0 1100001 11010 101001 100111100 1011110 11111

Color Harmonies of #970570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970570

Black with #970570

Text Example


Text Example

White with #970570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970570; }

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

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

background-color css

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

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

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

border-color css

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

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

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