#810373

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

Shades of Purple #810373

Tints of Purple #810373

Color information

#810373 (or 0x810373) is unknown color: approx Purple. HEX triplet: 81, 03 and 73. RGB value is (129,3,115). Sum of RGB (Red+Green+Blue) = 129+3+115=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #810373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810373 is #7EFC8C. Grayscale: #353535. Windows color (decimal): -8322189 or 7537537. OLE color: 7537537.

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

Color convert

RGB1293115-
CMYK00.980.110.49
HSL306.67º95.45%25.88%-
HSV(B)306.67º97.67%50.59%-
XYZ12.185.9716.73-
YUV53.44162.74181.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=52.23%
G=1.21%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129311500.980.110.49306.6795.4525.88
Hex81373062B311335f1a
Octal20131630142136146313732
Binary10000001111110011011000101011110001100110011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810373; }

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

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

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

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

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

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

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

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