Shades of Tyrian Purple #72024D
Tints of Tyrian Purple #72024D
RGB
CMYK
RGB Variations
Color information
#72024D (or 0x72024D) is known color: Tyrian Purple. HEX triplet: 72, 02 and 4D. RGB value is (114,2,77). Sum of RGB (Red+Green+Blue) = 114+2+77=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72024D is #8DFDB2. Grayscale: #2B2B2B. Windows color (decimal): -9305523 or 5046898. OLE color: 5046898.
HSL color Cylindrical-coordinate representation of color #72024D: hue angle of 319.82º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72024D is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 2 | 77 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.55 |
| HSL | 319.82º | 0.97% | 0.23% | - |
| HSV(B) | 319.82º | 0.98% | 0.45% | - |
| XYZ | 8.3 | 4.16 | 7.39 | - |
| YUV | 44.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 77 | 0 | 0.98 | 0.32 | 0.55 | 319.82 | 0.97 | 0.23 |
| Hex | 72 | 2 | 4D | 0 | 62 | 20 | 37 | 140 | 61 | 17 |
| Octal | 162 | 2 | 115 | 0 | 142 | 40 | 67 | 500 | 141 | 27 |
| Binary | 1110010 | 10 | 1001101 | 0 | 1100010 | 100000 | 110111 | 101000000 | 1100001 | 10111 |
Color Harmonies of #72024D
Complementary color
Monochromatic Colors of #72024D
Black with #72024D
Text Example
Text Example
White with #72024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72024D; }
p { color: rgb(114,2,77); }
H1.HeaderClassName
{
color: #72024D;
}
.AnyTagClassName
{
color: #72024D;
}
</style>
background-color css
<style>
a { background-color: #72024D; }
a { background-color: rgb(114,2,77); }
div.DivClassName
{
background-color: #72024D;
}
.BgClassName
{
background-color: #72024D;
}
</style>
border-color css
<style>
span { border-color: #72024D; }
span { border-color: rgb(114,2,77); }
td.TdClassName
{
border-color: #72024D;
}
.TagClassName
{
border-color: #72024D;
}
</style>