#810D75

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

Shades of Purple #810D75

Tints of Purple #810D75

Color information

#810D75 (or 0x810D75) is unknown color: approx Purple. HEX triplet: 81, 0D and 75. RGB value is (129,13,117). Sum of RGB (Red+Green+Blue) = 129+13+117=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #810D75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810D75 is #7EF28A. Grayscale: #3B3B3B. Windows color (decimal): -8319627 or 7671169. OLE color: 7671169.

HSL color Cylindrical-coordinate representation of color #810D75: hue angle of 306.21º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D75 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12913117-
CMYK00.900.090.49
HSL306.21º81.69%27.84%-
HSV(B)306.21º89.92%50.59%-
XYZ12.416.2417.38-
YUV59.54160.43177.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.81%
GREEN value IS 13 (5.47% from 255) = 5.02%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=49.81%
G=5.02%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291311700.900.090.49306.2181.6927.84
Hex81D7505A931132521c
Octal201151650132116146212234
Binary1000000111011110101010110101001110001100110010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810D75; }

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

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

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

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

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

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

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

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