Shades of Tyrian Purple #52004D
Tints of Tyrian Purple #52004D
RGB
CMYK
RGB Variations
Color information
#52004D (or 0x52004D) is known color: Tyrian Purple. HEX triplet: 52, 00 and 4D. RGB value is (82,0,77). Sum of RGB (Red+Green+Blue) = 82+0+77=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52004D is #ADFFB2. Grayscale: #212121. Windows color (decimal): -11403187 or 5046354. OLE color: 5046354.
HSL color Cylindrical-coordinate representation of color #52004D: hue angle of 303.66º 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 #52004D is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.06 | 0.68 |
| HSL | 303.66º | 1% | 0.16% | - |
| HSV(B) | 303.66º | 1% | 0.32% | - |
| XYZ | 4.82 | 2.33 | 7.22 | - |
| YUV | 33.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 77 | 0 | 1 | 0.06 | 0.68 | 303.66 | 1 | 0.16 |
| Hex | 52 | 0 | 4D | 0 | 64 | 6 | 44 | 130 | 64 | 10 |
| Octal | 122 | 0 | 115 | 0 | 144 | 6 | 104 | 460 | 144 | 20 |
| Binary | 1010010 | 0 | 1001101 | 0 | 1100100 | 110 | 1000100 | 100110000 | 1100100 | 10000 |
Color Harmonies of #52004D
Complementary color
Monochromatic Colors of #52004D
Black with #52004D
Text Example
Text Example
White with #52004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52004D; }
p { color: rgb(82,0,77); }
H1.HeaderClassName
{
color: #52004D;
}
.AnyTagClassName
{
color: #52004D;
}
</style>
background-color css
<style>
a { background-color: #52004D; }
a { background-color: rgb(82,0,77); }
div.DivClassName
{
background-color: #52004D;
}
.BgClassName
{
background-color: #52004D;
}
</style>
border-color css
<style>
span { border-color: #52004D; }
span { border-color: rgb(82,0,77); }
td.TdClassName
{
border-color: #52004D;
}
.TagClassName
{
border-color: #52004D;
}
</style>