Shades of Dark Purple #811A79
Tints of Dark Purple #811A79
RGB
CMYK
RGB Variations
Color information
#811A79 (or 0x811A79) is known color: Dark Purple. HEX triplet: 81, 1A and 79. RGB value is (129,26,121). Sum of RGB (Red+Green+Blue) = 129+26+121=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #811A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A79 is #7EE586. Grayscale: #434343. Windows color (decimal): -8316295 or 7936641. OLE color: 7936641.
HSL color Cylindrical-coordinate representation of color #811A79: hue angle of 304.66º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A79 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 121 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.49 |
| HSL | 304.66º | 0.66% | 0.3% | - |
| HSV(B) | 304.66º | 0.8% | 0.51% | - |
| XYZ | 12.87 | 6.79 | 18.72 | - |
| YUV | 67.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 121 | 0 | 0.80 | 0.06 | 0.49 | 304.66 | 0.66 | 0.3 |
| Hex | 81 | 1A | 79 | 0 | 50 | 6 | 31 | 131 | 42 | 1E |
| Octal | 201 | 32 | 171 | 0 | 120 | 6 | 61 | 461 | 102 | 36 |
| Binary | 10000001 | 11010 | 1111001 | 0 | 1010000 | 110 | 110001 | 100110001 | 1000010 | 11110 |
Color Harmonies of #811A79
Complementary color
Monochromatic Colors of #811A79
Black with #811A79
Text Example
Text Example
White with #811A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A79; }
p { color: rgb(129,26,121); }
H1.HeaderClassName
{
color: #811A79;
}
.AnyTagClassName
{
color: #811A79;
}
</style>
background-color css
<style>
a { background-color: #811A79; }
a { background-color: rgb(129,26,121); }
div.DivClassName
{
background-color: #811A79;
}
.BgClassName
{
background-color: #811A79;
}
</style>
border-color css
<style>
span { border-color: #811A79; }
span { border-color: rgb(129,26,121); }
td.TdClassName
{
border-color: #811A79;
}
.TagClassName
{
border-color: #811A79;
}
</style>