#810173

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

Shades of Purple #810173

Tints of Purple #810173

Color information

#810173 (or 0x810173) is unknown color: approx Purple. HEX triplet: 81, 01 and 73. RGB value is (129,1,115). Sum of RGB (Red+Green+Blue) = 129+1+115=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #810173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810173 is #7EFE8C. Grayscale: #333333. Windows color (decimal): -8322701 or 7537025. OLE color: 7537025.

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

Color convert

RGB1291115-
CMYK00.990.110.49
HSL306.56º98.46%25.49%-
HSV(B)306.56º99.22%50.59%-
XYZ12.165.9316.72-
YUV52.27163.41182.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=52.65%
G=0.41%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129111500.990.110.49306.5698.4625.49
Hex81173063B311336219
Octal20111630143136146314231
Binary1000000111110011011000111011110001100110011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810173; }

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

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

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

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

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

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

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

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