Shades of Tyrian Purple #720C56
Tints of Tyrian Purple #720C56
RGB
CMYK
RGB Variations
Color information
#720C56 (or 0x720C56) is known color: Tyrian Purple. HEX triplet: 72, 0C and 56. RGB value is (114,12,86). Sum of RGB (Red+Green+Blue) = 114+12+86=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #720C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C56 is #8DF3A9. Grayscale: #323232. Windows color (decimal): -9302954 or 5639282. OLE color: 5639282.
HSL color Cylindrical-coordinate representation of color #720C56: hue angle of 316.47º degrees, saturation: 0.81, 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 #720C56 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 86 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.55 |
| HSL | 316.47º | 0.81% | 0.25% | - |
| HSV(B) | 316.47º | 0.89% | 0.45% | - |
| XYZ | 8.75 | 4.51 | 9.21 | - |
| YUV | 50.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 86 | 0 | 0.89 | 0.25 | 0.55 | 316.47 | 0.81 | 0.25 |
| Hex | 72 | C | 56 | 0 | 59 | 19 | 37 | 13C | 51 | 19 |
| Octal | 162 | 14 | 126 | 0 | 131 | 31 | 67 | 474 | 121 | 31 |
| Binary | 1110010 | 1100 | 1010110 | 0 | 1011001 | 11001 | 110111 | 100111100 | 1010001 | 11001 |
Color Harmonies of #720C56
Complementary color
Monochromatic Colors of #720C56
Black with #720C56
Text Example
Text Example
White with #720C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C56; }
p { color: rgb(114,12,86); }
H1.HeaderClassName
{
color: #720C56;
}
.AnyTagClassName
{
color: #720C56;
}
</style>
background-color css
<style>
a { background-color: #720C56; }
a { background-color: rgb(114,12,86); }
div.DivClassName
{
background-color: #720C56;
}
.BgClassName
{
background-color: #720C56;
}
</style>
border-color css
<style>
span { border-color: #720C56; }
span { border-color: rgb(114,12,86); }
td.TdClassName
{
border-color: #720C56;
}
.TagClassName
{
border-color: #720C56;
}
</style>