Shades of Dark Purple #81366D
Tints of Dark Purple #81366D
RGB
CMYK
RGB Variations
Color information
#81366D (or 0x81366D) is known color: Dark Purple. HEX triplet: 81, 36 and 6D. RGB value is (129,54,109). Sum of RGB (Red+Green+Blue) = 129+54+109=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #81366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81366D is #7EC992. Grayscale: #525252. Windows color (decimal): -8309139 or 7157377. OLE color: 7157377.
HSL color Cylindrical-coordinate representation of color #81366D: hue angle of 316º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81366D is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 54 | 109 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.49 |
| HSL | 316º | 0.41% | 0.36% | - |
| HSV(B) | 316º | 0.58% | 0.51% | - |
| XYZ | 13.13 | 8.41 | 15.4 | - |
| YUV | 82.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 109 | 0 | 0.58 | 0.16 | 0.49 | 316 | 0.41 | 0.36 |
| Hex | 81 | 36 | 6D | 0 | 3A | 10 | 31 | 13C | 29 | 24 |
| Octal | 201 | 66 | 155 | 0 | 72 | 20 | 61 | 474 | 51 | 44 |
| Binary | 10000001 | 110110 | 1101101 | 0 | 111010 | 10000 | 110001 | 100111100 | 101001 | 100100 |
Color Harmonies of #81366D
Complementary color
Monochromatic Colors of #81366D
Black with #81366D
Text Example
Text Example
White with #81366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81366D; }
p { color: rgb(129,54,109); }
H1.HeaderClassName
{
color: #81366D;
}
.AnyTagClassName
{
color: #81366D;
}
</style>
background-color css
<style>
a { background-color: #81366D; }
a { background-color: rgb(129,54,109); }
div.DivClassName
{
background-color: #81366D;
}
.BgClassName
{
background-color: #81366D;
}
</style>
border-color css
<style>
span { border-color: #81366D; }
span { border-color: rgb(129,54,109); }
td.TdClassName
{
border-color: #81366D;
}
.TagClassName
{
border-color: #81366D;
}
</style>