#810273

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

Shades of Purple #810273

Tints of Purple #810273

Color information

#810273 (or 0x810273) is unknown color: approx Purple. HEX triplet: 81, 02 and 73. RGB value is (129,2,115). Sum of RGB (Red+Green+Blue) = 129+2+115=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #810273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810273 is #7EFD8C. Grayscale: #343434. Windows color (decimal): -8322445 or 7537281. OLE color: 7537281.

HSL color Cylindrical-coordinate representation of color #810273: hue angle of 306.61º degrees, saturation: 0.97, 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 #810273 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB1292115-
CMYK00.980.110.49
HSL306.61º96.95%25.69%-
HSV(B)306.61º98.45%50.59%-
XYZ12.175.9516.73-
YUV52.86163.08182.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=52.44%
G=0.81%
B=46.75%

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
Decimal129211500.980.110.49306.6196.9525.69
Hex81273062B31133611a
Octal20121630142136146314132
Binary10000001101110011011000101011110001100110011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810273; }

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

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

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

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

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

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

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

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