Html Css Color HEX #810763 Eggplant

📋 copy color: '#810763'

red 129 ◦ green 7 ◦ blue 99

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

Shades of Eggplant #810763

Tints of Eggplant #810763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.98%

 BLUE value IS 99 (39.06% from 255) = 42.13%

R = 54.89%
G = 2.98%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#810763 (or 0x810763) is known color: Eggplant. HEX triplet: 81, 07 and 63. RGB value is (129,7,99). Sum of RGB (Red+Green+Blue) = 129+7+99=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #810763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810763 is #7EF89C. Grayscale: #353535. Windows color (decimal): -8321181 or 6489985. OLE color: 6489985.

HSL color Cylindrical-coordinate representation of color #810763: hue angle of 314.75º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810763 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 7 99 -
CMYK 0 0.95 0.23 0.49
HSL 314.75º 0.9% 0.27% -
HSV(B) 314.75º 0.95% 0.51% -
XYZ 11.38 5.72 12.31 -
YUV 53.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 129 7 99 0 0.95 0.23 0.49 314.75 0.9 0.27
Hex 81 7 63 0 5F 17 31 13B 5A 1B
Octal 201 7 143 0 137 27 61 473 132 33
Binary 10000001 111 1100011 0 1011111 10111 110001 100111011 1011010 11011

Color Harmonies of #810763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810763

Black with #810763

Text Example


Text Example

White with #810763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810763; }

 p { color: rgb(129,7,99); }

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

background-color css

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

 a { background-color: rgb(129,7,99); }

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

border-color css

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

 span { border-color: rgb(129,7,99); }

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