Shades of Tyrian Purple #720448
Tints of Tyrian Purple #720448
RGB
CMYK
RGB Variations
Color information
#720448 (or 0x720448) is known color: Tyrian Purple. HEX triplet: 72, 04 and 48. RGB value is (114,4,72). Sum of RGB (Red+Green+Blue) = 114+4+72=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #720448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720448 is #8DFBB7. Grayscale: #2C2C2C. Windows color (decimal): -9305016 or 4719730. OLE color: 4719730.
HSL color Cylindrical-coordinate representation of color #720448: hue angle of 322.91º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720448 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 4 | 72 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.55 |
| HSL | 322.91º | 0.93% | 0.23% | - |
| HSV(B) | 322.91º | 0.96% | 0.45% | - |
| XYZ | 8.15 | 4.13 | 6.5 | - |
| YUV | 44.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 72 | 0 | 0.96 | 0.37 | 0.55 | 322.91 | 0.93 | 0.23 |
| Hex | 72 | 4 | 48 | 0 | 60 | 25 | 37 | 143 | 5D | 17 |
| Octal | 162 | 4 | 110 | 0 | 140 | 45 | 67 | 503 | 135 | 27 |
| Binary | 1110010 | 100 | 1001000 | 0 | 1100000 | 100101 | 110111 | 101000011 | 1011101 | 10111 |
Color Harmonies of #720448
Complementary color
Monochromatic Colors of #720448
Black with #720448
Text Example
Text Example
White with #720448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720448; }
p { color: rgb(114,4,72); }
H1.HeaderClassName
{
color: #720448;
}
.AnyTagClassName
{
color: #720448;
}
</style>
background-color css
<style>
a { background-color: #720448; }
a { background-color: rgb(114,4,72); }
div.DivClassName
{
background-color: #720448;
}
.BgClassName
{
background-color: #720448;
}
</style>
border-color css
<style>
span { border-color: #720448; }
span { border-color: rgb(114,4,72); }
td.TdClassName
{
border-color: #720448;
}
.TagClassName
{
border-color: #720448;
}
</style>