Shades of Tyrian Purple #720D42
Tints of Tyrian Purple #720D42
RGB
CMYK
RGB Variations
Color information
#720D42 (or 0x720D42) is known color: Tyrian Purple. HEX triplet: 72, 0D and 42. RGB value is (114,13,66). Sum of RGB (Red+Green+Blue) = 114+13+66=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #720D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D42 is #8DF2BD. Grayscale: #313131. Windows color (decimal): -9302718 or 4328818. OLE color: 4328818.
HSL color Cylindrical-coordinate representation of color #720D42: hue angle of 328.51º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720D42 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 66 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.55 |
| HSL | 328.51º | 0.8% | 0.25% | - |
| HSV(B) | 328.51º | 0.89% | 0.45% | - |
| XYZ | 8.07 | 4.26 | 5.55 | - |
| YUV | 49.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 66 | 0 | 0.89 | 0.42 | 0.55 | 328.51 | 0.8 | 0.25 |
| Hex | 72 | D | 42 | 0 | 59 | 2A | 37 | 149 | 50 | 19 |
| Octal | 162 | 15 | 102 | 0 | 131 | 52 | 67 | 511 | 120 | 31 |
| Binary | 1110010 | 1101 | 1000010 | 0 | 1011001 | 101010 | 110111 | 101001001 | 1010000 | 11001 |
Color Harmonies of #720D42
Complementary color
Monochromatic Colors of #720D42
Black with #720D42
Text Example
Text Example
White with #720D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D42; }
p { color: rgb(114,13,66); }
H1.HeaderClassName
{
color: #720D42;
}
.AnyTagClassName
{
color: #720D42;
}
</style>
background-color css
<style>
a { background-color: #720D42; }
a { background-color: rgb(114,13,66); }
div.DivClassName
{
background-color: #720D42;
}
.BgClassName
{
background-color: #720D42;
}
</style>
border-color css
<style>
span { border-color: #720D42; }
span { border-color: rgb(114,13,66); }
td.TdClassName
{
border-color: #720D42;
}
.TagClassName
{
border-color: #720D42;
}
</style>