Html Css Color HEX #971073 Eggplant

📋 copy color: '#971073'

red 151 ◦ green 16 ◦ blue 115

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

Shades of Eggplant #971073

Tints of Eggplant #971073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

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

R = 53.55%
G = 5.67%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#971073 (or 0x971073) is known color: Eggplant. HEX triplet: 97, 10 and 73. RGB value is (151,16,115). Sum of RGB (Red+Green+Blue) = 151+16+115=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #971073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971073 is #68EF8C. Grayscale: #434343. Windows color (decimal): -6877069 or 7540887. OLE color: 7540887.

HSL color Cylindrical-coordinate representation of color #971073: hue angle of 316º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971073 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 115 -
CMYK 0 0.89 0.24 0.41
HSL 316º 0.81% 0.33% -
HSV(B) 316º 0.89% 0.59% -
XYZ 16.04 8.19 16.95 -
YUV 67.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 151 16 115 0 0.89 0.24 0.41 316 0.81 0.33
Hex 97 10 73 0 59 18 29 13C 51 21
Octal 227 20 163 0 131 30 51 474 121 41
Binary 10010111 10000 1110011 0 1011001 11000 101001 100111100 1010001 100001

Color Harmonies of #971073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971073

Black with #971073

Text Example


Text Example

White with #971073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971073; }

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

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

background-color css

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

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

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

border-color css

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

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

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