#810062

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

Shades of Eggplant #810062

Tints of Eggplant #810062

Color information

#810062 (or 0x810062) is unknown color: approx Eggplant. HEX triplet: 81, 00 and 62. RGB value is (129,0,98). Sum of RGB (Red+Green+Blue) = 129+0+98=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #810062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810062 is #7EFF9D. Grayscale: #313131. Windows color (decimal): -8322974 or 6422657. OLE color: 6422657.

HSL color Cylindrical-coordinate representation of color #810062: hue angle of 314.42º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810062 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB129098-
CMYK010.240.49
HSL314.42º100%25.29%-
HSV(B)314.42º100%50.59%-
XYZ11.265.5512.03-
YUV49.74155.24184.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=56.83%
G=0%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129098010.240.49314.4210025.29
Hex81062064183113a6419
Octal20101420144306147214431
Binary10000001011000100110010011000110001100111010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810062; }

 p { color: rgb(129,0,98); }

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

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

 a { background-color: rgb(129,0,98); }

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

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

 span { border-color: rgb(129,0,98); }

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