Shades of Tyrian Purple #81064E
Tints of Tyrian Purple #81064E
RGB
CMYK
RGB Variations
Color information
#81064E (or 0x81064E) is known color: Tyrian Purple. HEX triplet: 81, 06 and 4E. RGB value is (129,6,78). Sum of RGB (Red+Green+Blue) = 129+6+78=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #81064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81064E is #7EF9B1. Grayscale: #323232. Windows color (decimal): -8321458 or 5113473. OLE color: 5113473.
HSL color Cylindrical-coordinate representation of color #81064E: hue angle of 324.88º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81064E is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 6 | 78 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.49 |
| HSL | 324.88º | 0.91% | 0.26% | - |
| HSV(B) | 324.88º | 0.95% | 0.51% | - |
| XYZ | 10.49 | 5.35 | 7.69 | - |
| YUV | 50.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 6 | 78 | 0 | 0.95 | 0.40 | 0.49 | 324.88 | 0.91 | 0.26 |
| Hex | 81 | 6 | 4E | 0 | 5F | 28 | 31 | 145 | 5B | 1A |
| Octal | 201 | 6 | 116 | 0 | 137 | 50 | 61 | 505 | 133 | 32 |
| Binary | 10000001 | 110 | 1001110 | 0 | 1011111 | 101000 | 110001 | 101000101 | 1011011 | 11010 |
Color Harmonies of #81064E
Complementary color
Monochromatic Colors of #81064E
Black with #81064E
Text Example
Text Example
White with #81064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81064E; }
p { color: rgb(129,6,78); }
H1.HeaderClassName
{
color: #81064E;
}
.AnyTagClassName
{
color: #81064E;
}
</style>
background-color css
<style>
a { background-color: #81064E; }
a { background-color: rgb(129,6,78); }
div.DivClassName
{
background-color: #81064E;
}
.BgClassName
{
background-color: #81064E;
}
</style>
border-color css
<style>
span { border-color: #81064E; }
span { border-color: rgb(129,6,78); }
td.TdClassName
{
border-color: #81064E;
}
.TagClassName
{
border-color: #81064E;
}
</style>