Shades of Dark Purple #811365
Tints of Dark Purple #811365
RGB
CMYK
RGB Variations
Color information
#811365 (or 0x811365) is known color: Dark Purple. HEX triplet: 81, 13 and 65. RGB value is (129,19,101). Sum of RGB (Red+Green+Blue) = 129+19+101=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #811365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811365 is #7EEC9A. Grayscale: #3D3D3D. Windows color (decimal): -8318107 or 6624129. OLE color: 6624129.
HSL color Cylindrical-coordinate representation of color #811365: hue angle of 315.27º 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 #811365 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 101 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.49 |
| HSL | 315.27º | 0.74% | 0.29% | - |
| HSV(B) | 315.27º | 0.85% | 0.51% | - |
| XYZ | 11.64 | 6.07 | 12.87 | - |
| YUV | 61.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 101 | 0 | 0.85 | 0.22 | 0.49 | 315.27 | 0.74 | 0.29 |
| Hex | 81 | 13 | 65 | 0 | 55 | 16 | 31 | 13B | 4A | 1D |
| Octal | 201 | 23 | 145 | 0 | 125 | 26 | 61 | 473 | 112 | 35 |
| Binary | 10000001 | 10011 | 1100101 | 0 | 1010101 | 10110 | 110001 | 100111011 | 1001010 | 11101 |
Color Harmonies of #811365
Complementary color
Monochromatic Colors of #811365
Black with #811365
Text Example
Text Example
White with #811365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811365; }
p { color: rgb(129,19,101); }
H1.HeaderClassName
{
color: #811365;
}
.AnyTagClassName
{
color: #811365;
}
</style>
background-color css
<style>
a { background-color: #811365; }
a { background-color: rgb(129,19,101); }
div.DivClassName
{
background-color: #811365;
}
.BgClassName
{
background-color: #811365;
}
</style>
border-color css
<style>
span { border-color: #811365; }
span { border-color: rgb(129,19,101); }
td.TdClassName
{
border-color: #811365;
}
.TagClassName
{
border-color: #811365;
}
</style>