#810575

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

Shades of Purple #810575

Tints of Purple #810575

Color information

#810575 (or 0x810575) is unknown color: approx Purple. HEX triplet: 81, 05 and 75. RGB value is (129,5,117). Sum of RGB (Red+Green+Blue) = 129+5+117=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #810575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810575 is #7EFA8A. Grayscale: #363636. Windows color (decimal): -8321675 or 7669121. OLE color: 7669121.

HSL color Cylindrical-coordinate representation of color #810575: hue angle of 305.81º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810575 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB1295117-
CMYK00.960.090.49
HSL305.81º92.54%26.27%-
HSV(B)305.81º96.12%50.59%-
XYZ12.326.0617.35-
YUV54.84163.08180.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 5 (2.34% from 255) = 1.99%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=51.39%
G=1.99%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129511700.960.090.49305.8192.5426.27
Hex815750609311325d1a
Octal20151650140116146213532
Binary100000011011110101011000001001110001100110010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810575; }

 p { color: rgb(129,5,117); }

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

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

 a { background-color: rgb(129,5,117); }

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

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

 span { border-color: rgb(129,5,117); }

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