Shades of Tyrian Purple #52034E
Tints of Tyrian Purple #52034E
RGB
CMYK
RGB Variations
Color information
#52034E (or 0x52034E) is known color: Tyrian Purple. HEX triplet: 52, 03 and 4E. RGB value is (82,3,78). Sum of RGB (Red+Green+Blue) = 82+3+78=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52034E is #ADFCB1. Grayscale: #222222. Windows color (decimal): -11402418 or 5112658. OLE color: 5112658.
HSL color Cylindrical-coordinate representation of color #52034E: hue angle of 303.04º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52034E is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 78 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.68 |
| HSL | 303.04º | 0.93% | 0.17% | - |
| HSV(B) | 303.04º | 0.96% | 0.32% | - |
| XYZ | 4.89 | 2.41 | 7.42 | - |
| YUV | 35.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 78 | 0 | 0.96 | 0.05 | 0.68 | 303.04 | 0.93 | 0.17 |
| Hex | 52 | 3 | 4E | 0 | 60 | 5 | 44 | 12F | 5D | 11 |
| Octal | 122 | 3 | 116 | 0 | 140 | 5 | 104 | 457 | 135 | 21 |
| Binary | 1010010 | 11 | 1001110 | 0 | 1100000 | 101 | 1000100 | 100101111 | 1011101 | 10001 |
Color Harmonies of #52034E
Complementary color
Monochromatic Colors of #52034E
Black with #52034E
Text Example
Text Example
White with #52034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52034E; }
p { color: rgb(82,3,78); }
H1.HeaderClassName
{
color: #52034E;
}
.AnyTagClassName
{
color: #52034E;
}
</style>
background-color css
<style>
a { background-color: #52034E; }
a { background-color: rgb(82,3,78); }
div.DivClassName
{
background-color: #52034E;
}
.BgClassName
{
background-color: #52034E;
}
</style>
border-color css
<style>
span { border-color: #52034E; }
span { border-color: rgb(82,3,78); }
td.TdClassName
{
border-color: #52034E;
}
.TagClassName
{
border-color: #52034E;
}
</style>