#810353

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

Shades of Eggplant #810353

Tints of Eggplant #810353

Color information

#810353 (or 0x810353) is unknown color: approx Eggplant. HEX triplet: 81, 03 and 53. RGB value is (129,3,83). Sum of RGB (Red+Green+Blue) = 129+3+83=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #810353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810353 is #7EFCAC. Grayscale: #313131. Windows color (decimal): -8322221 or 5440385. OLE color: 5440385.

HSL color Cylindrical-coordinate representation of color #810353: hue angle of 321.9º 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 #810353 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB129383-
CMYK00.980.360.49
HSL321.9º95.45%25.88%-
HSV(B)321.9º97.67%50.59%-
XYZ10.655.368.66-
YUV49.79146.74184.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=60%
G=1.40%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12938300.980.360.49321.995.4525.88
Hex8135306224311425f1a
Octal20131230142446150213732
Binary1000000111101001101100010100100110001101000010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810353; }

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

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

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

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

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

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

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

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