Shades of Tyrian Purple #52024E
Tints of Tyrian Purple #52024E
RGB
CMYK
RGB Variations
Color information
#52024E (or 0x52024E) is known color: Tyrian Purple. HEX triplet: 52, 02 and 4E. RGB value is (82,2,78). Sum of RGB (Red+Green+Blue) = 82+2+78=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52024E is #ADFDB1. Grayscale: #222222. Windows color (decimal): -11402674 or 5112402. OLE color: 5112402.
HSL color Cylindrical-coordinate representation of color #52024E: hue angle of 303º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52024E is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.68 |
| HSL | 303º | 0.95% | 0.16% | - |
| HSV(B) | 303º | 0.98% | 0.32% | - |
| XYZ | 4.88 | 2.39 | 7.41 | - |
| YUV | 34.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 78 | 0 | 0.98 | 0.05 | 0.68 | 303 | 0.95 | 0.16 |
| Hex | 52 | 2 | 4E | 0 | 62 | 5 | 44 | 12F | 5F | 10 |
| Octal | 122 | 2 | 116 | 0 | 142 | 5 | 104 | 457 | 137 | 20 |
| Binary | 1010010 | 10 | 1001110 | 0 | 1100010 | 101 | 1000100 | 100101111 | 1011111 | 10000 |
Color Harmonies of #52024E
Complementary color
Monochromatic Colors of #52024E
Black with #52024E
Text Example
Text Example
White with #52024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52024E; }
p { color: rgb(82,2,78); }
H1.HeaderClassName
{
color: #52024E;
}
.AnyTagClassName
{
color: #52024E;
}
</style>
background-color css
<style>
a { background-color: #52024E; }
a { background-color: rgb(82,2,78); }
div.DivClassName
{
background-color: #52024E;
}
.BgClassName
{
background-color: #52024E;
}
</style>
border-color css
<style>
span { border-color: #52024E; }
span { border-color: rgb(82,2,78); }
td.TdClassName
{
border-color: #52024E;
}
.TagClassName
{
border-color: #52024E;
}
</style>