#810060

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

Shades of Eggplant #810060

Tints of Eggplant #810060

Color information

#810060 (or 0x810060) is unknown color: approx Eggplant. HEX triplet: 81, 00 and 60. RGB value is (129,0,96). Sum of RGB (Red+Green+Blue) = 129+0+96=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #810060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810060 is #7EFF9F. Grayscale: #313131. Windows color (decimal): -8322976 or 6291585. OLE color: 6291585.

HSL color Cylindrical-coordinate representation of color #810060: hue angle of 315.35º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810060 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB129096-
CMYK010.260.49
HSL315.35º100%25.29%-
HSV(B)315.35º100%50.59%-
XYZ11.165.5111.54-
YUV49.52154.24184.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=57.33%
G=0%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129096010.260.49315.3510025.29
Hex810600641A3113b6419
Octal20101400144326147314431
Binary10000001011000000110010011010110001100111011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810060; }

 p { color: rgb(129,0,96); }

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

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

 a { background-color: rgb(129,0,96); }

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

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

 span { border-color: rgb(129,0,96); }

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