#810277

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

Shades of Purple #810277

Tints of Purple #810277

Color information

#810277 (or 0x810277) is unknown color: approx Purple. HEX triplet: 81, 02 and 77. RGB value is (129,2,119). Sum of RGB (Red+Green+Blue) = 129+2+119=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #810277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810277 is #7EFD88. Grayscale: #343434. Windows color (decimal): -8322441 or 7799425. OLE color: 7799425.

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

Color convert

RGB1292119-
CMYK00.980.080.49
HSL304.72º96.95%25.69%-
HSV(B)304.72º98.45%50.59%-
XYZ12.46.0417.97-
YUV53.31165.08181.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 2 (1.17% from 255) = 0.8%
BLUE value IS 119 (46.88% from 255) = 47.6%
R=51.6%
G=0.8%
B=47.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129211900.980.080.49304.7296.9525.69
Hex81277062831131611a
Octal20121670142106146114132
Binary10000001101110111011000101000110001100110001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810277; }

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

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

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

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

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

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

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

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