Shades of Tyrian Purple #720A55
Tints of Tyrian Purple #720A55
RGB
CMYK
RGB Variations
Color information
#720A55 (or 0x720A55) is known color: Tyrian Purple. HEX triplet: 72, 0A and 55. RGB value is (114,10,85). Sum of RGB (Red+Green+Blue) = 114+10+85=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #720A55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A55 is #8DF5AA. Grayscale: #313131. Windows color (decimal): -9303467 or 5573234. OLE color: 5573234.
HSL color Cylindrical-coordinate representation of color #720A55: hue angle of 316.73º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A55 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 85 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.55 |
| HSL | 316.73º | 0.84% | 0.24% | - |
| HSV(B) | 316.73º | 0.91% | 0.45% | - |
| XYZ | 8.69 | 4.45 | 9 | - |
| YUV | 49.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 85 | 0 | 0.91 | 0.25 | 0.55 | 316.73 | 0.84 | 0.24 |
| Hex | 72 | A | 55 | 0 | 5B | 19 | 37 | 13D | 54 | 18 |
| Octal | 162 | 12 | 125 | 0 | 133 | 31 | 67 | 475 | 124 | 30 |
| Binary | 1110010 | 1010 | 1010101 | 0 | 1011011 | 11001 | 110111 | 100111101 | 1010100 | 11000 |
Color Harmonies of #720A55
Complementary color
Monochromatic Colors of #720A55
Black with #720A55
Text Example
Text Example
White with #720A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A55; }
p { color: rgb(114,10,85); }
H1.HeaderClassName
{
color: #720A55;
}
.AnyTagClassName
{
color: #720A55;
}
</style>
background-color css
<style>
a { background-color: #720A55; }
a { background-color: rgb(114,10,85); }
div.DivClassName
{
background-color: #720A55;
}
.BgClassName
{
background-color: #720A55;
}
</style>
border-color css
<style>
span { border-color: #720A55; }
span { border-color: rgb(114,10,85); }
td.TdClassName
{
border-color: #720A55;
}
.TagClassName
{
border-color: #720A55;
}
</style>