Shades of Tyrian Purple #72054C
Tints of Tyrian Purple #72054C
RGB
CMYK
RGB Variations
Color information
#72054C (or 0x72054C) is known color: Tyrian Purple. HEX triplet: 72, 05 and 4C. RGB value is (114,5,76). Sum of RGB (Red+Green+Blue) = 114+5+76=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72054C is #8DFAB3. Grayscale: #2D2D2D. Windows color (decimal): -9304756 or 4982130. OLE color: 4982130.
HSL color Cylindrical-coordinate representation of color #72054C: hue angle of 320.92º 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 #72054C is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 76 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.55 |
| HSL | 320.92º | 0.92% | 0.23% | - |
| HSV(B) | 320.92º | 0.96% | 0.45% | - |
| XYZ | 8.3 | 4.21 | 7.21 | - |
| YUV | 45.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 76 | 0 | 0.96 | 0.33 | 0.55 | 320.92 | 0.92 | 0.23 |
| Hex | 72 | 5 | 4C | 0 | 60 | 21 | 37 | 141 | 5C | 17 |
| Octal | 162 | 5 | 114 | 0 | 140 | 41 | 67 | 501 | 134 | 27 |
| Binary | 1110010 | 101 | 1001100 | 0 | 1100000 | 100001 | 110111 | 101000001 | 1011100 | 10111 |
Color Harmonies of #72054C
Complementary color
Monochromatic Colors of #72054C
Black with #72054C
Text Example
Text Example
White with #72054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72054C; }
p { color: rgb(114,5,76); }
H1.HeaderClassName
{
color: #72054C;
}
.AnyTagClassName
{
color: #72054C;
}
</style>
background-color css
<style>
a { background-color: #72054C; }
a { background-color: rgb(114,5,76); }
div.DivClassName
{
background-color: #72054C;
}
.BgClassName
{
background-color: #72054C;
}
</style>
border-color css
<style>
span { border-color: #72054C; }
span { border-color: rgb(114,5,76); }
td.TdClassName
{
border-color: #72054C;
}
.TagClassName
{
border-color: #72054C;
}
</style>