Shades of Tyrian Purple #72053E
Tints of Tyrian Purple #72053E
RGB
CMYK
RGB Variations
Color information
#72053E (or 0x72053E) is known color: Tyrian Purple. HEX triplet: 72, 05 and 3E. RGB value is (114,5,62). Sum of RGB (Red+Green+Blue) = 114+5+62=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72053E is #8DFAC1. Grayscale: #2B2B2B. Windows color (decimal): -9304770 or 4064626. OLE color: 4064626.
HSL color Cylindrical-coordinate representation of color #72053E: hue angle of 328.62º degrees, saturation: 0.92, 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 #72053E is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 62 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.55 |
| HSL | 328.62º | 0.92% | 0.23% | - |
| HSV(B) | 328.62º | 0.96% | 0.45% | - |
| XYZ | 7.86 | 4.03 | 4.92 | - |
| YUV | 44.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 62 | 0 | 0.96 | 0.46 | 0.55 | 328.62 | 0.92 | 0.23 |
| Hex | 72 | 5 | 3E | 0 | 60 | 2E | 37 | 149 | 5C | 17 |
| Octal | 162 | 5 | 76 | 0 | 140 | 56 | 67 | 511 | 134 | 27 |
| Binary | 1110010 | 101 | 111110 | 0 | 1100000 | 101110 | 110111 | 101001001 | 1011100 | 10111 |
Color Harmonies of #72053E
Complementary color
Monochromatic Colors of #72053E
Black with #72053E
Text Example
Text Example
White with #72053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72053E; }
p { color: rgb(114,5,62); }
H1.HeaderClassName
{
color: #72053E;
}
.AnyTagClassName
{
color: #72053E;
}
</style>
background-color css
<style>
a { background-color: #72053E; }
a { background-color: rgb(114,5,62); }
div.DivClassName
{
background-color: #72053E;
}
.BgClassName
{
background-color: #72053E;
}
</style>
border-color css
<style>
span { border-color: #72053E; }
span { border-color: rgb(114,5,62); }
td.TdClassName
{
border-color: #72053E;
}
.TagClassName
{
border-color: #72053E;
}
</style>