Shades of Dark Purple #811279
Tints of Dark Purple #811279
RGB
CMYK
RGB Variations
Color information
#811279 (or 0x811279) is known color: Dark Purple. HEX triplet: 81, 12 and 79. RGB value is (129,18,121). Sum of RGB (Red+Green+Blue) = 129+18+121=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #811279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811279 is #7EED86. Grayscale: #3E3E3E. Windows color (decimal): -8318343 or 7934593. OLE color: 7934593.
HSL color Cylindrical-coordinate representation of color #811279: hue angle of 304.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811279 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 18 | 121 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.49 |
| HSL | 304.32º | 0.76% | 0.29% | - |
| HSV(B) | 304.32º | 0.86% | 0.51% | - |
| XYZ | 12.72 | 6.48 | 18.67 | - |
| YUV | 62.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 121 | 0 | 0.86 | 0.06 | 0.49 | 304.32 | 0.76 | 0.29 |
| Hex | 81 | 12 | 79 | 0 | 56 | 6 | 31 | 130 | 4C | 1D |
| Octal | 201 | 22 | 171 | 0 | 126 | 6 | 61 | 460 | 114 | 35 |
| Binary | 10000001 | 10010 | 1111001 | 0 | 1010110 | 110 | 110001 | 100110000 | 1001100 | 11101 |
Color Harmonies of #811279
Complementary color
Monochromatic Colors of #811279
Black with #811279
Text Example
Text Example
White with #811279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811279; }
p { color: rgb(129,18,121); }
H1.HeaderClassName
{
color: #811279;
}
.AnyTagClassName
{
color: #811279;
}
</style>
background-color css
<style>
a { background-color: #811279; }
a { background-color: rgb(129,18,121); }
div.DivClassName
{
background-color: #811279;
}
.BgClassName
{
background-color: #811279;
}
</style>
border-color css
<style>
span { border-color: #811279; }
span { border-color: rgb(129,18,121); }
td.TdClassName
{
border-color: #811279;
}
.TagClassName
{
border-color: #811279;
}
</style>