Shades of Tyrian Purple #720055
Tints of Tyrian Purple #720055
RGB
CMYK
RGB Variations
Color information
#720055 (or 0x720055) is known color: Tyrian Purple. HEX triplet: 72, 00 and 55. RGB value is (114,0,85). Sum of RGB (Red+Green+Blue) = 114+0+85=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #720055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720055 is #8DFFAA. Grayscale: #2B2B2B. Windows color (decimal): -9306027 or 5570674. OLE color: 5570674.
HSL color Cylindrical-coordinate representation of color #720055: hue angle of 315.26º 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 #720055 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.25 | 0.55 |
| HSL | 315.26º | 1% | 0.22% | - |
| HSV(B) | 315.26º | 1% | 0.45% | - |
| XYZ | 8.58 | 4.23 | 8.96 | - |
| YUV | 43.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 85 | 0 | 1 | 0.25 | 0.55 | 315.26 | 1 | 0.22 |
| Hex | 72 | 0 | 55 | 0 | 64 | 19 | 37 | 13B | 64 | 16 |
| Octal | 162 | 0 | 125 | 0 | 144 | 31 | 67 | 473 | 144 | 26 |
| Binary | 1110010 | 0 | 1010101 | 0 | 1100100 | 11001 | 110111 | 100111011 | 1100100 | 10110 |
Color Harmonies of #720055
Complementary color
Monochromatic Colors of #720055
Black with #720055
Text Example
Text Example
White with #720055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720055; }
p { color: rgb(114,0,85); }
H1.HeaderClassName
{
color: #720055;
}
.AnyTagClassName
{
color: #720055;
}
</style>
background-color css
<style>
a { background-color: #720055; }
a { background-color: rgb(114,0,85); }
div.DivClassName
{
background-color: #720055;
}
.BgClassName
{
background-color: #720055;
}
</style>
border-color css
<style>
span { border-color: #720055; }
span { border-color: rgb(114,0,85); }
td.TdClassName
{
border-color: #720055;
}
.TagClassName
{
border-color: #720055;
}
</style>