Shades of Tyrian Purple #72004E
Tints of Tyrian Purple #72004E
RGB
CMYK
RGB Variations
Color information
#72004E (or 0x72004E) is known color: Tyrian Purple. HEX triplet: 72, 00 and 4E. RGB value is (114,0,78). Sum of RGB (Red+Green+Blue) = 114+0+78=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72004E is #8DFFB1. Grayscale: #2A2A2A. Windows color (decimal): -9306034 or 5111922. OLE color: 5111922.
HSL color Cylindrical-coordinate representation of color #72004E: hue angle of 318.95º 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 #72004E is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.32 | 0.55 |
| HSL | 318.95º | 1% | 0.22% | - |
| HSV(B) | 318.95º | 1% | 0.45% | - |
| XYZ | 8.31 | 4.13 | 7.57 | - |
| YUV | 42.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 78 | 0 | 1 | 0.32 | 0.55 | 318.95 | 1 | 0.22 |
| Hex | 72 | 0 | 4E | 0 | 64 | 20 | 37 | 13F | 64 | 16 |
| Octal | 162 | 0 | 116 | 0 | 144 | 40 | 67 | 477 | 144 | 26 |
| Binary | 1110010 | 0 | 1001110 | 0 | 1100100 | 100000 | 110111 | 100111111 | 1100100 | 10110 |
Color Harmonies of #72004E
Complementary color
Monochromatic Colors of #72004E
Black with #72004E
Text Example
Text Example
White with #72004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72004E; }
p { color: rgb(114,0,78); }
H1.HeaderClassName
{
color: #72004E;
}
.AnyTagClassName
{
color: #72004E;
}
</style>
background-color css
<style>
a { background-color: #72004E; }
a { background-color: rgb(114,0,78); }
div.DivClassName
{
background-color: #72004E;
}
.BgClassName
{
background-color: #72004E;
}
</style>
border-color css
<style>
span { border-color: #72004E; }
span { border-color: rgb(114,0,78); }
td.TdClassName
{
border-color: #72004E;
}
.TagClassName
{
border-color: #72004E;
}
</style>