Shades of Dark Purple #811362
Tints of Dark Purple #811362
RGB
CMYK
RGB Variations
Color information
#811362 (or 0x811362) is known color: Dark Purple. HEX triplet: 81, 13 and 62. RGB value is (129,19,98). Sum of RGB (Red+Green+Blue) = 129+19+98=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #811362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811362 is #7EEC9D. Grayscale: #3C3C3C. Windows color (decimal): -8318110 or 6427521. OLE color: 6427521.
HSL color Cylindrical-coordinate representation of color #811362: hue angle of 316.91º 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 #811362 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 98 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.49 |
| HSL | 316.91º | 0.74% | 0.29% | - |
| HSV(B) | 316.91º | 0.85% | 0.51% | - |
| XYZ | 11.49 | 6.01 | 12.11 | - |
| YUV | 60.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 98 | 0 | 0.85 | 0.24 | 0.49 | 316.91 | 0.74 | 0.29 |
| Hex | 81 | 13 | 62 | 0 | 55 | 18 | 31 | 13D | 4A | 1D |
| Octal | 201 | 23 | 142 | 0 | 125 | 30 | 61 | 475 | 112 | 35 |
| Binary | 10000001 | 10011 | 1100010 | 0 | 1010101 | 11000 | 110001 | 100111101 | 1001010 | 11101 |
Color Harmonies of #811362
Complementary color
Monochromatic Colors of #811362
Black with #811362
Text Example
Text Example
White with #811362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811362; }
p { color: rgb(129,19,98); }
H1.HeaderClassName
{
color: #811362;
}
.AnyTagClassName
{
color: #811362;
}
</style>
background-color css
<style>
a { background-color: #811362; }
a { background-color: rgb(129,19,98); }
div.DivClassName
{
background-color: #811362;
}
.BgClassName
{
background-color: #811362;
}
</style>
border-color css
<style>
span { border-color: #811362; }
span { border-color: rgb(129,19,98); }
td.TdClassName
{
border-color: #811362;
}
.TagClassName
{
border-color: #811362;
}
</style>