#810350

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

Shades of Eggplant #810350

Tints of Eggplant #810350

Color information

#810350 (or 0x810350) is unknown color: approx Eggplant. HEX triplet: 81, 03 and 50. RGB value is (129,3,80). Sum of RGB (Red+Green+Blue) = 129+3+80=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #810350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810350 is #7EFCAF. Grayscale: #313131. Windows color (decimal): -8322224 or 5243777. OLE color: 5243777.

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

Color convert

RGB129380-
CMYK00.980.380.49
HSL323.33º95.45%25.88%-
HSV(B)323.33º97.67%50.59%-
XYZ10.535.318.06-
YUV49.45145.24184.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.85%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=60.85%
G=1.42%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12938000.980.380.49323.3395.4525.88
Hex8135006226311435f1a
Octal20131200142466150313732
Binary1000000111101000001100010100110110001101000011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810350; }

 p { color: rgb(129,3,80); }

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

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

 a { background-color: rgb(129,3,80); }

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

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

 span { border-color: rgb(129,3,80); }

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