Shades of Tyrian Purple #52054F
Tints of Tyrian Purple #52054F
RGB
CMYK
RGB Variations
Color information
#52054F (or 0x52054F) is known color: Tyrian Purple. HEX triplet: 52, 05 and 4F. RGB value is (82,5,79). Sum of RGB (Red+Green+Blue) = 82+5+79=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #52054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52054F is #ADFAB0. Grayscale: #242424. Windows color (decimal): -11401905 or 5178706. OLE color: 5178706.
HSL color Cylindrical-coordinate representation of color #52054F: hue angle of 302.34º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52054F is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 5 | 79 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.68 |
| HSL | 302.34º | 0.89% | 0.17% | - |
| HSV(B) | 302.34º | 0.94% | 0.32% | - |
| XYZ | 4.95 | 2.47 | 7.61 | - |
| YUV | 36.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 79 | 0 | 0.94 | 0.04 | 0.68 | 302.34 | 0.89 | 0.17 |
| Hex | 52 | 5 | 4F | 0 | 5E | 4 | 44 | 12E | 59 | 11 |
| Octal | 122 | 5 | 117 | 0 | 136 | 4 | 104 | 456 | 131 | 21 |
| Binary | 1010010 | 101 | 1001111 | 0 | 1011110 | 100 | 1000100 | 100101110 | 1011001 | 10001 |
Color Harmonies of #52054F
Complementary color
Monochromatic Colors of #52054F
Black with #52054F
Text Example
Text Example
White with #52054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52054F; }
p { color: rgb(82,5,79); }
H1.HeaderClassName
{
color: #52054F;
}
.AnyTagClassName
{
color: #52054F;
}
</style>
background-color css
<style>
a { background-color: #52054F; }
a { background-color: rgb(82,5,79); }
div.DivClassName
{
background-color: #52054F;
}
.BgClassName
{
background-color: #52054F;
}
</style>
border-color css
<style>
span { border-color: #52054F; }
span { border-color: rgb(82,5,79); }
td.TdClassName
{
border-color: #52054F;
}
.TagClassName
{
border-color: #52054F;
}
</style>