#810B77

Color #810B77 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #810B77

Tints of Purple #810B77

Color information

#810B77 (or 0x810B77) is unknown color: approx Purple. HEX triplet: 81, 0B and 77. RGB value is (129,11,119). Sum of RGB (Red+Green+Blue) = 129+11+119=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #810B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B77 is #7EF488. Grayscale: #3A3A3A. Windows color (decimal): -8320137 or 7801729. OLE color: 7801729.

HSL color Cylindrical-coordinate representation of color #810B77: hue angle of 305.08º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B77 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB12911119-
CMYK00.910.080.49
HSL305.08º84.29%27.45%-
HSV(B)305.08º91.47%50.59%-
XYZ12.56.2418-
YUV58.59162.09178.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.81%
GREEN value IS 11 (4.69% from 255) = 4.25%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=49.81%
G=4.25%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291111900.910.080.49305.0884.2927.45
Hex81B7705B831131541b
Octal201131670133106146112433
Binary1000000110111110111010110111000110001100110001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810B77; }

 p { color: rgb(129,11,119); }

 H1.HeaderClassName
 {
   color: #810B77;
 }
 .AnyTagClassName
 {
   color: #810B77;
 }
</style>
background-color css

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

 a { background-color: rgb(129,11,119); }

 div.DivClassName
 {
   background-color: #810B77;
 }
 .BgClassName
 {
   background-color: #810B77;
 }
</style>
border-color css

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

 span { border-color: rgb(129,11,119); }

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