Html Css Color HEX #810053 Eggplant

📋 copy color: '#810053'

red 129 ◦ green 0 ◦ blue 83

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

Shades of Eggplant #810053

Tints of Eggplant #810053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.15%

R = 60.85%
G = 0%
B = 39.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#810053 (or 0x810053) is known color: Eggplant. HEX triplet: 81, 00 and 53. RGB value is (129,0,83). Sum of RGB (Red+Green+Blue) = 129+0+83=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #810053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810053 is #7EFFAC. Grayscale: #2F2F2F. Windows color (decimal): -8322989 or 5439617. OLE color: 5439617.

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

Color convert

RGB 129 0 83 -
CMYK 0 1 0.36 0.49
HSL 321.4º 1% 0.25% -
HSV(B) 321.4º 1% 0.51% -
XYZ 10.61 5.29 8.65 -
YUV 48.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 129 0 83 0 1 0.36 0.49 321.4 1 0.25
Hex 81 0 53 0 64 24 31 141 64 19
Octal 201 0 123 0 144 44 61 501 144 31
Binary 10000001 0 1010011 0 1100100 100100 110001 101000001 1100100 11001

Color Harmonies of #810053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810053

Black with #810053

Text Example


Text Example

White with #810053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810053; }

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

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

background-color css

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

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

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

border-color css

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

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

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