Shades of Dark Purple #81366A
Tints of Dark Purple #81366A
RGB
CMYK
RGB Variations
Color information
#81366A (or 0x81366A) is known color: Dark Purple. HEX triplet: 81, 36 and 6A. RGB value is (129,54,106). Sum of RGB (Red+Green+Blue) = 129+54+106=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81366A is #7EC995. Grayscale: #525252. Windows color (decimal): -8309142 or 6960769. OLE color: 6960769.
HSL color Cylindrical-coordinate representation of color #81366A: hue angle of 318.4º 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 #81366A is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 54 | 106 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.49 |
| HSL | 318.4º | 0.41% | 0.36% | - |
| HSV(B) | 318.4º | 0.58% | 0.51% | - |
| XYZ | 12.97 | 8.35 | 14.56 | - |
| YUV | 82.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 106 | 0 | 0.58 | 0.18 | 0.49 | 318.4 | 0.41 | 0.36 |
| Hex | 81 | 36 | 6A | 0 | 3A | 12 | 31 | 13E | 29 | 24 |
| Octal | 201 | 66 | 152 | 0 | 72 | 22 | 61 | 476 | 51 | 44 |
| Binary | 10000001 | 110110 | 1101010 | 0 | 111010 | 10010 | 110001 | 100111110 | 101001 | 100100 |
Color Harmonies of #81366A
Complementary color
Monochromatic Colors of #81366A
Black with #81366A
Text Example
Text Example
White with #81366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81366A; }
p { color: rgb(129,54,106); }
H1.HeaderClassName
{
color: #81366A;
}
.AnyTagClassName
{
color: #81366A;
}
</style>
background-color css
<style>
a { background-color: #81366A; }
a { background-color: rgb(129,54,106); }
div.DivClassName
{
background-color: #81366A;
}
.BgClassName
{
background-color: #81366A;
}
</style>
border-color css
<style>
span { border-color: #81366A; }
span { border-color: rgb(129,54,106); }
td.TdClassName
{
border-color: #81366A;
}
.TagClassName
{
border-color: #81366A;
}
</style>