Html Css Color HEX #970573 Eggplant

📋 copy color: '#970573'

red 151 ◦ green 5 ◦ blue 115

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

Shades of Eggplant #970573

Tints of Eggplant #970573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 55.72%
G = 1.85%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#970573 (or 0x970573) is known color: Eggplant. HEX triplet: 97, 05 and 73. RGB value is (151,5,115). Sum of RGB (Red+Green+Blue) = 151+5+115=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #970573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970573 is #68FA8C. Grayscale: #3C3C3C. Windows color (decimal): -6879885 or 7538071. OLE color: 7538071.

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

Color convert

RGB 151 5 115 -
CMYK 0 0.97 0.24 0.41
HSL 314.79º 0.94% 0.31% -
HSV(B) 314.79º 0.97% 0.59% -
XYZ 15.91 7.93 16.91 -
YUV 61.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 151 5 115 0 0.97 0.24 0.41 314.79 0.94 0.31
Hex 97 5 73 0 61 18 29 13B 5E 1F
Octal 227 5 163 0 141 30 51 473 136 37
Binary 10010111 101 1110011 0 1100001 11000 101001 100111011 1011110 11111

Color Harmonies of #970573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970573

Black with #970573

Text Example


Text Example

White with #970573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970573; }

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

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

background-color css

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

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

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

border-color css

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

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

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