#810873

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

Shades of Purple #810873

Tints of Purple #810873

Color information

#810873 (or 0x810873) is unknown color: approx Purple. HEX triplet: 81, 08 and 73. RGB value is (129,8,115). Sum of RGB (Red+Green+Blue) = 129+8+115=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #810873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810873 is #7EF78C. Grayscale: #383838. Windows color (decimal): -8320909 or 7538817. OLE color: 7538817.

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

Color convert

RGB1298115-
CMYK00.940.110.49
HSL306.94º88.32%26.86%-
HSV(B)306.94º93.8%50.59%-
XYZ12.236.0816.75-
YUV56.38161.09179.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 8 (3.52% from 255) = 3.17%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=51.19%
G=3.17%
B=45.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129811500.940.110.49306.9488.3226.86
Hex8187305EB31133581b
Octal201101630136136146313033
Binary1000000110001110011010111101011110001100110011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810873; }

 p { color: rgb(129,8,115); }

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

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

 a { background-color: rgb(129,8,115); }

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

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

 span { border-color: rgb(129,8,115); }

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