Shades of Tyrian Purple #81064D
Tints of Tyrian Purple #81064D
RGB
CMYK
RGB Variations
Color information
#81064D (or 0x81064D) is known color: Tyrian Purple. HEX triplet: 81, 06 and 4D. RGB value is (129,6,77). Sum of RGB (Red+Green+Blue) = 129+6+77=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #81064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81064D is #7EF9B2. Grayscale: #323232. Windows color (decimal): -8321459 or 5047937. OLE color: 5047937.
HSL color Cylindrical-coordinate representation of color #81064D: hue angle of 325.37º 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 #81064D is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 6 | 77 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.49 |
| HSL | 325.37º | 0.91% | 0.26% | - |
| HSV(B) | 325.37º | 0.95% | 0.51% | - |
| XYZ | 10.46 | 5.33 | 7.5 | - |
| YUV | 50.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 6 | 77 | 0 | 0.95 | 0.40 | 0.49 | 325.37 | 0.91 | 0.26 |
| Hex | 81 | 6 | 4D | 0 | 5F | 28 | 31 | 145 | 5B | 1A |
| Octal | 201 | 6 | 115 | 0 | 137 | 50 | 61 | 505 | 133 | 32 |
| Binary | 10000001 | 110 | 1001101 | 0 | 1011111 | 101000 | 110001 | 101000101 | 1011011 | 11010 |
Color Harmonies of #81064D
Complementary color
Monochromatic Colors of #81064D
Black with #81064D
Text Example
Text Example
White with #81064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81064D; }
p { color: rgb(129,6,77); }
H1.HeaderClassName
{
color: #81064D;
}
.AnyTagClassName
{
color: #81064D;
}
</style>
background-color css
<style>
a { background-color: #81064D; }
a { background-color: rgb(129,6,77); }
div.DivClassName
{
background-color: #81064D;
}
.BgClassName
{
background-color: #81064D;
}
</style>
border-color css
<style>
span { border-color: #81064D; }
span { border-color: rgb(129,6,77); }
td.TdClassName
{
border-color: #81064D;
}
.TagClassName
{
border-color: #81064D;
}
</style>