Shades of Tyrian Purple #52043F
Tints of Tyrian Purple #52043F
RGB
CMYK
RGB Variations
Color information
#52043F (or 0x52043F) is known color: Tyrian Purple. HEX triplet: 52, 04 and 3F. RGB value is (82,4,63). Sum of RGB (Red+Green+Blue) = 82+4+63=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52043F is #ADFBC0. Grayscale: #212121. Windows color (decimal): -11402177 or 4129874. OLE color: 4129874.
HSL color Cylindrical-coordinate representation of color #52043F: hue angle of 314.62º 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 #52043F is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 4 | 63 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.68 |
| HSL | 314.62º | 0.91% | 0.17% | - |
| HSV(B) | 314.62º | 0.95% | 0.32% | - |
| XYZ | 4.42 | 2.24 | 4.9 | - |
| YUV | 34.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 63 | 0 | 0.95 | 0.23 | 0.68 | 314.62 | 0.91 | 0.17 |
| Hex | 52 | 4 | 3F | 0 | 5F | 17 | 44 | 13B | 5B | 11 |
| Octal | 122 | 4 | 77 | 0 | 137 | 27 | 104 | 473 | 133 | 21 |
| Binary | 1010010 | 100 | 111111 | 0 | 1011111 | 10111 | 1000100 | 100111011 | 1011011 | 10001 |
Color Harmonies of #52043F
Complementary color
Monochromatic Colors of #52043F
Black with #52043F
Text Example
Text Example
White with #52043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52043F; }
p { color: rgb(82,4,63); }
H1.HeaderClassName
{
color: #52043F;
}
.AnyTagClassName
{
color: #52043F;
}
</style>
background-color css
<style>
a { background-color: #52043F; }
a { background-color: rgb(82,4,63); }
div.DivClassName
{
background-color: #52043F;
}
.BgClassName
{
background-color: #52043F;
}
</style>
border-color css
<style>
span { border-color: #52043F; }
span { border-color: rgb(82,4,63); }
td.TdClassName
{
border-color: #52043F;
}
.TagClassName
{
border-color: #52043F;
}
</style>