Shades of Tyrian Purple #720B57
Tints of Tyrian Purple #720B57
RGB
CMYK
RGB Variations
Color information
#720B57 (or 0x720B57) is known color: Tyrian Purple. HEX triplet: 72, 0B and 57. RGB value is (114,11,87). Sum of RGB (Red+Green+Blue) = 114+11+87=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #720B57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B57 is #8DF4A8. Grayscale: #323232. Windows color (decimal): -9303209 or 5704562. OLE color: 5704562.
HSL color Cylindrical-coordinate representation of color #720B57: hue angle of 315.73º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B57 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 87 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.55 |
| HSL | 315.73º | 0.82% | 0.25% | - |
| HSV(B) | 315.73º | 0.9% | 0.45% | - |
| XYZ | 8.78 | 4.5 | 9.42 | - |
| YUV | 50.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 87 | 0 | 0.90 | 0.24 | 0.55 | 315.73 | 0.82 | 0.25 |
| Hex | 72 | B | 57 | 0 | 5A | 18 | 37 | 13C | 52 | 19 |
| Octal | 162 | 13 | 127 | 0 | 132 | 30 | 67 | 474 | 122 | 31 |
| Binary | 1110010 | 1011 | 1010111 | 0 | 1011010 | 11000 | 110111 | 100111100 | 1010010 | 11001 |
Color Harmonies of #720B57
Complementary color
Monochromatic Colors of #720B57
Black with #720B57
Text Example
Text Example
White with #720B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B57; }
p { color: rgb(114,11,87); }
H1.HeaderClassName
{
color: #720B57;
}
.AnyTagClassName
{
color: #720B57;
}
</style>
background-color css
<style>
a { background-color: #720B57; }
a { background-color: rgb(114,11,87); }
div.DivClassName
{
background-color: #720B57;
}
.BgClassName
{
background-color: #720B57;
}
</style>
border-color css
<style>
span { border-color: #720B57; }
span { border-color: rgb(114,11,87); }
td.TdClassName
{
border-color: #720B57;
}
.TagClassName
{
border-color: #720B57;
}
</style>