Shades of Tyrian Purple #52042E
Tints of Tyrian Purple #52042E
RGB
CMYK
RGB Variations
Color information
#52042E (or 0x52042E) is known color: Tyrian Purple. HEX triplet: 52, 04 and 2E. RGB value is (82,4,46). Sum of RGB (Red+Green+Blue) = 82+4+46=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #52042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52042E is #ADFBD1. Grayscale: #202020. Windows color (decimal): -11402194 or 3015762. OLE color: 3015762.
HSL color Cylindrical-coordinate representation of color #52042E: hue angle of 327.69º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52042E is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 4 | 46 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.68 |
| HSL | 327.69º | 0.91% | 0.17% | - |
| HSV(B) | 327.69º | 0.95% | 0.32% | - |
| XYZ | 4.02 | 2.08 | 2.77 | - |
| YUV | 32.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 46 | 0 | 0.95 | 0.44 | 0.68 | 327.69 | 0.91 | 0.17 |
| Hex | 52 | 4 | 2E | 0 | 5F | 2C | 44 | 148 | 5B | 11 |
| Octal | 122 | 4 | 56 | 0 | 137 | 54 | 104 | 510 | 133 | 21 |
| Binary | 1010010 | 100 | 101110 | 0 | 1011111 | 101100 | 1000100 | 101001000 | 1011011 | 10001 |
Color Harmonies of #52042E
Complementary color
Monochromatic Colors of #52042E
Black with #52042E
Text Example
Text Example
White with #52042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52042E; }
p { color: rgb(82,4,46); }
H1.HeaderClassName
{
color: #52042E;
}
.AnyTagClassName
{
color: #52042E;
}
</style>
background-color css
<style>
a { background-color: #52042E; }
a { background-color: rgb(82,4,46); }
div.DivClassName
{
background-color: #52042E;
}
.BgClassName
{
background-color: #52042E;
}
</style>
border-color css
<style>
span { border-color: #52042E; }
span { border-color: rgb(82,4,46); }
td.TdClassName
{
border-color: #52042E;
}
.TagClassName
{
border-color: #52042E;
}
</style>