#810276

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

Shades of Purple #810276

Tints of Purple #810276

Color information

#810276 (or 0x810276) is unknown color: approx Purple. HEX triplet: 81, 02 and 76. RGB value is (129,2,118). Sum of RGB (Red+Green+Blue) = 129+2+118=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #810276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810276 is #7EFD89. Grayscale: #343434. Windows color (decimal): -8322442 or 7733889. OLE color: 7733889.

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

Color convert

RGB1292118-
CMYK00.980.090.49
HSL305.2º96.95%25.69%-
HSV(B)305.2º98.45%50.59%-
XYZ12.346.0217.65-
YUV53.2164.58182.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=51.81%
G=0.80%
B=47.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129211800.980.090.49305.296.9525.69
Hex81276062931131611a
Octal20121660142116146114132
Binary10000001101110110011000101001110001100110001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810276; }

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

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

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

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

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

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

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

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