#810763

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

Shades of Eggplant #810763

Tints of Eggplant #810763

Color information

#810763 (or 0x810763) is unknown color: approx Eggplant. HEX triplet: 81, 07 and 63. RGB value is (129,7,99). Sum of RGB (Red+Green+Blue) = 129+7+99=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #810763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810763 is #7EF89C. Grayscale: #353535. Windows color (decimal): -8321181 or 6489985. OLE color: 6489985.

HSL color Cylindrical-coordinate representation of color #810763: hue angle of 314.75º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810763 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB129799-
CMYK00.950.230.49
HSL314.75º89.71%26.67%-
HSV(B)314.75º94.57%50.59%-
XYZ11.385.7212.31-
YUV53.97153.42181.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.89%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=54.89%
G=2.98%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12979900.950.230.49314.7589.7126.67
Hex8176305F173113b5a1b
Octal20171430137276147313233
Binary1000000111111000110101111110111110001100111011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810763; }

 p { color: rgb(129,7,99); }

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

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

 a { background-color: rgb(129,7,99); }

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

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

 span { border-color: rgb(129,7,99); }

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