Shades of Tyrian Purple #720044
Tints of Tyrian Purple #720044
RGB
CMYK
RGB Variations
Color information
#720044 (or 0x720044) is known color: Tyrian Purple. HEX triplet: 72, 00 and 44. RGB value is (114,0,68). Sum of RGB (Red+Green+Blue) = 114+0+68=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #720044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720044 is #8DFFBB. Grayscale: #292929. Windows color (decimal): -9306044 or 4456562. OLE color: 4456562.
HSL color Cylindrical-coordinate representation of color #720044: hue angle of 324.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720044 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.40 | 0.55 |
| HSL | 324.21º | 1% | 0.22% | - |
| HSV(B) | 324.21º | 1% | 0.45% | - |
| XYZ | 7.98 | 3.99 | 5.82 | - |
| YUV | 41.84 | 142.77 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 68 | 0 | 1 | 0.40 | 0.55 | 324.21 | 1 | 0.22 |
| Hex | 72 | 0 | 44 | 0 | 64 | 28 | 37 | 144 | 64 | 16 |
| Octal | 162 | 0 | 104 | 0 | 144 | 50 | 67 | 504 | 144 | 26 |
| Binary | 1110010 | 0 | 1000100 | 0 | 1100100 | 101000 | 110111 | 101000100 | 1100100 | 10110 |
Color Harmonies of #720044
Complementary color
Monochromatic Colors of #720044
Black with #720044
Text Example
Text Example
White with #720044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720044; }
p { color: rgb(114,0,68); }
H1.HeaderClassName
{
color: #720044;
}
.AnyTagClassName
{
color: #720044;
}
</style>
background-color css
<style>
a { background-color: #720044; }
a { background-color: rgb(114,0,68); }
div.DivClassName
{
background-color: #720044;
}
.BgClassName
{
background-color: #720044;
}
</style>
border-color css
<style>
span { border-color: #720044; }
span { border-color: rgb(114,0,68); }
td.TdClassName
{
border-color: #720044;
}
.TagClassName
{
border-color: #720044;
}
</style>