Shades of Tyrian Purple #52002E
Tints of Tyrian Purple #52002E
RGB
CMYK
RGB Variations
Color information
#52002E (or 0x52002E) is known color: Tyrian Purple. HEX triplet: 52, 00 and 2E. RGB value is (82,0,46). Sum of RGB (Red+Green+Blue) = 82+0+46=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #52002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52002E is #ADFFD1. Grayscale: #1D1D1D. Windows color (decimal): -11403218 or 3014738. OLE color: 3014738.
HSL color Cylindrical-coordinate representation of color #52002E: hue angle of 326.34º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52002E is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.44 | 0.68 |
| HSL | 326.34º | 1% | 0.16% | - |
| HSV(B) | 326.34º | 1% | 0.32% | - |
| XYZ | 3.97 | 1.99 | 2.76 | - |
| YUV | 29.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 46 | 0 | 1 | 0.44 | 0.68 | 326.34 | 1 | 0.16 |
| Hex | 52 | 0 | 2E | 0 | 64 | 2C | 44 | 146 | 64 | 10 |
| Octal | 122 | 0 | 56 | 0 | 144 | 54 | 104 | 506 | 144 | 20 |
| Binary | 1010010 | 0 | 101110 | 0 | 1100100 | 101100 | 1000100 | 101000110 | 1100100 | 10000 |
Color Harmonies of #52002E
Complementary color
Monochromatic Colors of #52002E
Black with #52002E
Text Example
Text Example
White with #52002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52002E; }
p { color: rgb(82,0,46); }
H1.HeaderClassName
{
color: #52002E;
}
.AnyTagClassName
{
color: #52002E;
}
</style>
background-color css
<style>
a { background-color: #52002E; }
a { background-color: rgb(82,0,46); }
div.DivClassName
{
background-color: #52002E;
}
.BgClassName
{
background-color: #52002E;
}
</style>
border-color css
<style>
span { border-color: #52002E; }
span { border-color: rgb(82,0,46); }
td.TdClassName
{
border-color: #52002E;
}
.TagClassName
{
border-color: #52002E;
}
</style>