#910071

Color #910071 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #910071

Tints of Eggplant #910071

Color information

#910071 (or 0x910071) is unknown color: approx Eggplant. HEX triplet: 91, 00 and 71. RGB value is (145,0,113). Sum of RGB (Red+Green+Blue) = 145+0+113=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #910071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910071 is #6EFF8E. Grayscale: #373737. Windows color (decimal): -7274383 or 7405713. OLE color: 7405713.

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

Color convert

RGB1450113-
CMYK010.220.43
HSL313.24º100%28.43%-
HSV(B)313.24º100%56.86%-
XYZ14.667.2116.24-
YUV56.24160.04191.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=56.20%
G=0%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1450113010.220.43313.2410028.43
Hex91071064162B139641c
Octal22101610144265347114434
Binary10010001011100010110010010110101011100111001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910071; }

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

 H1.HeaderClassName
 {
   color: #910071;
 }
 .AnyTagClassName
 {
   color: #910071;
 }
</style>
background-color css

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

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

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

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

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

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