#810772

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

Shades of Purple #810772

Tints of Purple #810772

Color information

#810772 (or 0x810772) is unknown color: approx Purple. HEX triplet: 81, 07 and 72. RGB value is (129,7,114). Sum of RGB (Red+Green+Blue) = 129+7+114=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #810772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810772 is #7EF88D. Grayscale: #373737. Windows color (decimal): -8321166 or 7473025. OLE color: 7473025.

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

Color convert

RGB1297114-
CMYK00.950.120.49
HSL307.38º89.71%26.67%-
HSV(B)307.38º94.57%50.59%-
XYZ12.176.0316.44-
YUV55.68160.92180.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 7 (3.12% from 255) = 2.8%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=51.6%
G=2.8%
B=45.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129711400.950.120.49307.3889.7126.67
Hex8177205FC311335a1b
Octal20171620137146146313233
Binary100000011111110010010111111100110001100110011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810772; }

 p { color: rgb(129,7,114); }

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

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

 a { background-color: rgb(129,7,114); }

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

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

 span { border-color: rgb(129,7,114); }

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