#810D58

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

Shades of Eggplant #810D58

Tints of Eggplant #810D58

Color information

#810D58 (or 0x810D58) is unknown color: approx Eggplant. HEX triplet: 81, 0D and 58. RGB value is (129,13,88). Sum of RGB (Red+Green+Blue) = 129+13+88=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #810D58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810D58 is #7EF2A7. Grayscale: #383838. Windows color (decimal): -8319656 or 5770625. OLE color: 5770625.

HSL color Cylindrical-coordinate representation of color #810D58: hue angle of 321.21º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D58 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1291388-
CMYK00.900.320.49
HSL321.21º81.69%27.84%-
HSV(B)321.21º89.92%50.59%-
XYZ10.965.669.75-
YUV56.23145.93179.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.09%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=56.09%
G=5.65%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129138800.900.320.49321.2181.6927.84
Hex81D5805A2031141521c
Octal201151300132406150112234
Binary100000011101101100001011010100000110001101000001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810D58; }

 p { color: rgb(129,13,88); }

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

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

 a { background-color: rgb(129,13,88); }

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

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

 span { border-color: rgb(129,13,88); }

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