Html Css Color HEX #910571 Eggplant

📋 copy color: '#910571'

red 145 ◦ green 5 ◦ blue 113

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

Shades of Eggplant #910571

Tints of Eggplant #910571

RGB

 RED value IS 145 (57.03% from 255) = 55.13%

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

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 55.13%
G = 1.9%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#910571 (or 0x910571) is known color: Eggplant. HEX triplet: 91, 05 and 71. RGB value is (145,5,113). Sum of RGB (Red+Green+Blue) = 145+5+113=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #910571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910571 is #6EFA8E. Grayscale: #3A3A3A. Windows color (decimal): -7273103 or 7406993. OLE color: 7406993.

HSL color Cylindrical-coordinate representation of color #910571: hue angle of 313.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910571 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 5 113 -
CMYK 0 0.97 0.22 0.43
HSL 313.71º 0.93% 0.29% -
HSV(B) 313.71º 0.97% 0.57% -
XYZ 14.71 7.32 16.26 -
YUV 59.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 145 5 113 0 0.97 0.22 0.43 313.71 0.93 0.29
Hex 91 5 71 0 61 16 2B 13A 5D 1D
Octal 221 5 161 0 141 26 53 472 135 35
Binary 10010001 101 1110001 0 1100001 10110 101011 100111010 1011101 11101

Color Harmonies of #910571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910571

Black with #910571

Text Example


Text Example

White with #910571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910571; }

 p { color: rgb(145,5,113); }

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

background-color css

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

 a { background-color: rgb(145,5,113); }

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

border-color css

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

 span { border-color: rgb(145,5,113); }

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