#810365

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

Shades of Eggplant #810365

Tints of Eggplant #810365

Color information

#810365 (or 0x810365) is unknown color: approx Eggplant. HEX triplet: 81, 03 and 65. RGB value is (129,3,101). Sum of RGB (Red+Green+Blue) = 129+3+101=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #810365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810365 is #7EFC9A. Grayscale: #333333. Windows color (decimal): -8322203 or 6620033. OLE color: 6620033.

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

Color convert

RGB1293101-
CMYK00.980.220.49
HSL313.33º95.45%25.88%-
HSV(B)313.33º97.67%50.59%-
XYZ11.435.6712.8-
YUV51.85155.74183.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.36%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=55.36%
G=1.29%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129310100.980.220.49313.3395.4525.88
Hex8136506216311395f1a
Octal20131450142266147113732
Binary100000011111001010110001010110110001100111001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810365; }

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

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

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

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

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

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

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

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