Html Css Color HEX #810259 Eggplant

📋 copy color: '#810259'

red 129 ◦ green 2 ◦ blue 89

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

Shades of Eggplant #810259

Tints of Eggplant #810259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 58.64%
G = 0.91%
B = 40.45%

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

#810259 (or 0x810259) is known color: Eggplant. HEX triplet: 81, 02 and 59. RGB value is (129,2,89). Sum of RGB (Red+Green+Blue) = 129+2+89=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #810259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810259 is #7EFDA6. Grayscale: #313131. Windows color (decimal): -8322471 or 5833345. OLE color: 5833345.

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

Color convert

RGB 129 2 89 -
CMYK 0 0.98 0.31 0.49
HSL 318.9º 0.97% 0.26% -
HSV(B) 318.9º 0.98% 0.51% -
XYZ 10.88 5.43 9.93 -
YUV 49.89 150.08 184.43 -
System Red Green Blue C M Y K H S L
Decimal 129 2 89 0 0.98 0.31 0.49 318.9 0.97 0.26
Hex 81 2 59 0 62 1F 31 13F 61 1A
Octal 201 2 131 0 142 37 61 477 141 32
Binary 10000001 10 1011001 0 1100010 11111 110001 100111111 1100001 11010

Color Harmonies of #810259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810259

Black with #810259

Text Example


Text Example

White with #810259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810259; }

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

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

background-color css

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

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

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

border-color css

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

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

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