Html Css Color HEX #810059 Eggplant

📋 copy color: '#810059'

red 129 ◦ green 0 ◦ blue 89

#810059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #810059

Tints of Eggplant #810059

RGB

 RED value IS 129 (50.78% from 255) = 59.17%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 40.83%

R = 59.17%
G = 0%
B = 40.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#810059 (or 0x810059) is known color: Eggplant. HEX triplet: 81, 00 and 59. RGB value is (129,0,89). Sum of RGB (Red+Green+Blue) = 129+0+89=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #810059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810059 is #7EFFA6. Grayscale: #303030. Windows color (decimal): -8322983 or 5832833. OLE color: 5832833.

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

Color convert

RGB 129 0 89 -
CMYK 0 1 0.31 0.49
HSL 318.6º 1% 0.25% -
HSV(B) 318.6º 1% 0.51% -
XYZ 10.86 5.39 9.92 -
YUV 48.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 129 0 89 0 1 0.31 0.49 318.6 1 0.25
Hex 81 0 59 0 64 1F 31 13F 64 19
Octal 201 0 131 0 144 37 61 477 144 31
Binary 10000001 0 1011001 0 1100100 11111 110001 100111111 1100100 11001

Color Harmonies of #810059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810059

Black with #810059

Text Example


Text Example

White with #810059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810059; }

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

 H1.HeaderClassName
 {
   color: #810059;
 }
 .AnyTagClassName
 {
   color: #810059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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