Html Css Color HEX #810052 Eggplant

📋 copy color: '#810052'

red 129 ◦ green 0 ◦ blue 82

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

Shades of Eggplant #810052

Tints of Eggplant #810052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 61.14%
G = 0%
B = 38.86%

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

#810052 (or 0x810052) is known color: Eggplant. HEX triplet: 81, 00 and 52. RGB value is (129,0,82). Sum of RGB (Red+Green+Blue) = 129+0+82=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #810052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810052 is #7EFFAD. Grayscale: #2F2F2F. Windows color (decimal): -8322990 or 5374081. OLE color: 5374081.

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

Color convert

RGB 129 0 82 -
CMYK 0 1 0.36 0.49
HSL 321.86º 1% 0.25% -
HSV(B) 321.86º 1% 0.51% -
XYZ 10.58 5.28 8.44 -
YUV 47.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 129 0 82 0 1 0.36 0.49 321.86 1 0.25
Hex 81 0 52 0 64 24 31 142 64 19
Octal 201 0 122 0 144 44 61 502 144 31
Binary 10000001 0 1010010 0 1100100 100100 110001 101000010 1100100 11001

Color Harmonies of #810052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810052

Black with #810052

Text Example


Text Example

White with #810052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810052; }

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

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

background-color css

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

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

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

border-color css

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

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

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