Shades of Purple #811380
Tints of Purple #811380
RGB
CMYK
RGB Variations
Color information
#811380 (or 0x811380) is known color: Purple. HEX triplet: 81, 13 and 80. RGB value is (129,19,128). Sum of RGB (Red+Green+Blue) = 129+19+128=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #811380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811380 is #7EEC7F. Grayscale: #3F3F3F. Windows color (decimal): -8318080 or 8393601. OLE color: 8393601.
HSL color Cylindrical-coordinate representation of color #811380: hue angle of 300.55º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811380 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 128 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.49 |
| HSL | 300.55º | 0.74% | 0.29% | - |
| HSV(B) | 300.55º | 0.85% | 0.51% | - |
| XYZ | 13.18 | 6.69 | 21.02 | - |
| YUV | 64.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 128 | 0 | 0.85 | 0.01 | 0.49 | 300.55 | 0.74 | 0.29 |
| Hex | 81 | 13 | 80 | 0 | 55 | 1 | 31 | 12D | 4A | 1D |
| Octal | 201 | 23 | 200 | 0 | 125 | 1 | 61 | 455 | 112 | 35 |
| Binary | 10000001 | 10011 | 10000000 | 0 | 1010101 | 1 | 110001 | 100101101 | 1001010 | 11101 |
Color Harmonies of #811380
Complementary color
Monochromatic Colors of #811380
Black with #811380
Text Example
Text Example
White with #811380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811380; }
p { color: rgb(129,19,128); }
H1.HeaderClassName
{
color: #811380;
}
.AnyTagClassName
{
color: #811380;
}
</style>
background-color css
<style>
a { background-color: #811380; }
a { background-color: rgb(129,19,128); }
div.DivClassName
{
background-color: #811380;
}
.BgClassName
{
background-color: #811380;
}
</style>
border-color css
<style>
span { border-color: #811380; }
span { border-color: rgb(129,19,128); }
td.TdClassName
{
border-color: #811380;
}
.TagClassName
{
border-color: #811380;
}
</style>