Shades of Tyrian Purple #52024B
Tints of Tyrian Purple #52024B
RGB
CMYK
RGB Variations
Color information
#52024B (or 0x52024B) is known color: Tyrian Purple. HEX triplet: 52, 02 and 4B. RGB value is (82,2,75). Sum of RGB (Red+Green+Blue) = 82+2+75=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52024B is #ADFDB4. Grayscale: #222222. Windows color (decimal): -11402677 or 4915794. OLE color: 4915794.
HSL color Cylindrical-coordinate representation of color #52024B: hue angle of 305.25º 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 #52024B is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.68 |
| HSL | 305.25º | 0.95% | 0.16% | - |
| HSV(B) | 305.25º | 0.98% | 0.32% | - |
| XYZ | 4.77 | 2.35 | 6.86 | - |
| YUV | 34.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 75 | 0 | 0.98 | 0.09 | 0.68 | 305.25 | 0.95 | 0.16 |
| Hex | 52 | 2 | 4B | 0 | 62 | 9 | 44 | 131 | 5F | 10 |
| Octal | 122 | 2 | 113 | 0 | 142 | 11 | 104 | 461 | 137 | 20 |
| Binary | 1010010 | 10 | 1001011 | 0 | 1100010 | 1001 | 1000100 | 100110001 | 1011111 | 10000 |
Color Harmonies of #52024B
Complementary color
Monochromatic Colors of #52024B
Black with #52024B
Text Example
Text Example
White with #52024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52024B; }
p { color: rgb(82,2,75); }
H1.HeaderClassName
{
color: #52024B;
}
.AnyTagClassName
{
color: #52024B;
}
</style>
background-color css
<style>
a { background-color: #52024B; }
a { background-color: rgb(82,2,75); }
div.DivClassName
{
background-color: #52024B;
}
.BgClassName
{
background-color: #52024B;
}
</style>
border-color css
<style>
span { border-color: #52024B; }
span { border-color: rgb(82,2,75); }
td.TdClassName
{
border-color: #52024B;
}
.TagClassName
{
border-color: #52024B;
}
</style>