Shades of Tyrian Purple #52004F
Tints of Tyrian Purple #52004F
RGB
CMYK
RGB Variations
Color information
#52004F (or 0x52004F) is known color: Tyrian Purple. HEX triplet: 52, 00 and 4F. RGB value is (82,0,79). Sum of RGB (Red+Green+Blue) = 82+0+79=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52004F is #ADFFB0. Grayscale: #212121. Windows color (decimal): -11403185 or 5177426. OLE color: 5177426.
HSL color Cylindrical-coordinate representation of color #52004F: hue angle of 302.2º 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 #52004F is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.04 | 0.68 |
| HSL | 302.2º | 1% | 0.16% | - |
| HSV(B) | 302.2º | 1% | 0.32% | - |
| XYZ | 4.89 | 2.36 | 7.59 | - |
| YUV | 33.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 79 | 0 | 1 | 0.04 | 0.68 | 302.2 | 1 | 0.16 |
| Hex | 52 | 0 | 4F | 0 | 64 | 4 | 44 | 12E | 64 | 10 |
| Octal | 122 | 0 | 117 | 0 | 144 | 4 | 104 | 456 | 144 | 20 |
| Binary | 1010010 | 0 | 1001111 | 0 | 1100100 | 100 | 1000100 | 100101110 | 1100100 | 10000 |
Color Harmonies of #52004F
Complementary color
Monochromatic Colors of #52004F
Black with #52004F
Text Example
Text Example
White with #52004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52004F; }
p { color: rgb(82,0,79); }
H1.HeaderClassName
{
color: #52004F;
}
.AnyTagClassName
{
color: #52004F;
}
</style>
background-color css
<style>
a { background-color: #52004F; }
a { background-color: rgb(82,0,79); }
div.DivClassName
{
background-color: #52004F;
}
.BgClassName
{
background-color: #52004F;
}
</style>
border-color css
<style>
span { border-color: #52004F; }
span { border-color: rgb(82,0,79); }
td.TdClassName
{
border-color: #52004F;
}
.TagClassName
{
border-color: #52004F;
}
</style>