Html Css Color HEX #810359 Eggplant

📋 copy color: '#810359'

red 129 ◦ green 3 ◦ blue 89

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

Shades of Eggplant #810359

Tints of Eggplant #810359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 58.37%
G = 1.36%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#810359 (or 0x810359) is known color: Eggplant. HEX triplet: 81, 03 and 59. RGB value is (129,3,89). Sum of RGB (Red+Green+Blue) = 129+3+89=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #810359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810359 is #7EFCA6. Grayscale: #323232. Windows color (decimal): -8322215 or 5833601. OLE color: 5833601.

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

Color convert

RGB 129 3 89 -
CMYK 0 0.98 0.31 0.49
HSL 319.05º 0.95% 0.26% -
HSV(B) 319.05º 0.98% 0.51% -
XYZ 10.89 5.45 9.93 -
YUV 50.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 129 3 89 0 0.98 0.31 0.49 319.05 0.95 0.26
Hex 81 3 59 0 62 1F 31 13F 5F 1A
Octal 201 3 131 0 142 37 61 477 137 32
Binary 10000001 11 1011001 0 1100010 11111 110001 100111111 1011111 11010

Color Harmonies of #810359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810359

Black with #810359

Text Example


Text Example

White with #810359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810359; }

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

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

background-color css

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

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

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

border-color css

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

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

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