Shades of Tyrian Purple #720042
Tints of Tyrian Purple #720042
RGB
CMYK
RGB Variations
Color information
#720042 (or 0x720042) is known color: Tyrian Purple. HEX triplet: 72, 00 and 42. RGB value is (114,0,66). Sum of RGB (Red+Green+Blue) = 114+0+66=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #720042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720042 is #8DFFBD. Grayscale: #292929. Windows color (decimal): -9306046 or 4325490. OLE color: 4325490.
HSL color Cylindrical-coordinate representation of color #720042: hue angle of 325.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 #720042 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.42 | 0.55 |
| HSL | 325.26º | 1% | 0.22% | - |
| HSV(B) | 325.26º | 1% | 0.45% | - |
| XYZ | 7.92 | 3.97 | 5.5 | - |
| YUV | 41.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 66 | 0 | 1 | 0.42 | 0.55 | 325.26 | 1 | 0.22 |
| Hex | 72 | 0 | 42 | 0 | 64 | 2A | 37 | 145 | 64 | 16 |
| Octal | 162 | 0 | 102 | 0 | 144 | 52 | 67 | 505 | 144 | 26 |
| Binary | 1110010 | 0 | 1000010 | 0 | 1100100 | 101010 | 110111 | 101000101 | 1100100 | 10110 |
Color Harmonies of #720042
Complementary color
Monochromatic Colors of #720042
Black with #720042
Text Example
Text Example
White with #720042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720042; }
p { color: rgb(114,0,66); }
H1.HeaderClassName
{
color: #720042;
}
.AnyTagClassName
{
color: #720042;
}
</style>
background-color css
<style>
a { background-color: #720042; }
a { background-color: rgb(114,0,66); }
div.DivClassName
{
background-color: #720042;
}
.BgClassName
{
background-color: #720042;
}
</style>
border-color css
<style>
span { border-color: #720042; }
span { border-color: rgb(114,0,66); }
td.TdClassName
{
border-color: #720042;
}
.TagClassName
{
border-color: #720042;
}
</style>