#810473

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

Shades of Purple #810473

Tints of Purple #810473

Color information

#810473 (or 0x810473) is unknown color: approx Purple. HEX triplet: 81, 04 and 73. RGB value is (129,4,115). Sum of RGB (Red+Green+Blue) = 129+4+115=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #810473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810473 is #7EFB8C. Grayscale: #353535. Windows color (decimal): -8321933 or 7537793. OLE color: 7537793.

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

Color convert

RGB1294115-
CMYK00.970.110.49
HSL306.72º93.98%26.08%-
HSV(B)306.72º96.9%50.59%-
XYZ12.195.9916.73-
YUV54.03162.41181.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=52.02%
G=1.61%
B=46.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129411500.970.110.49306.7293.9826.08
Hex81473061B311335e1a
Octal20141630141136146313632
Binary100000011001110011011000011011110001100110011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810473; }

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

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

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

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

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

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

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

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