#810B78

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

Shades of Purple #810B78

Tints of Purple #810B78

Color information

#810B78 (or 0x810B78) is unknown color: approx Purple. HEX triplet: 81, 0B and 78. RGB value is (129,11,120). Sum of RGB (Red+Green+Blue) = 129+11+120=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #810B78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B78 is #7EF487. Grayscale: #3A3A3A. Windows color (decimal): -8320136 or 7867265. OLE color: 7867265.

HSL color Cylindrical-coordinate representation of color #810B78: hue angle of 304.58º 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 #810B78 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB12911120-
CMYK00.910.070.49
HSL304.58º84.29%27.45%-
HSV(B)304.58º91.47%50.59%-
XYZ12.566.2618.32-
YUV58.71162.59178.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.62%
GREEN value IS 11 (4.69% from 255) = 4.23%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=49.62%
G=4.23%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291112000.910.070.49304.5884.2927.45
Hex81B7805B731131541b
Octal20113170013376146112433
Binary100000011011111100001011011111110001100110001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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