Shades of Tyrian Purple #52044F
Tints of Tyrian Purple #52044F
RGB
CMYK
RGB Variations
Color information
#52044F (or 0x52044F) is known color: Tyrian Purple. HEX triplet: 52, 04 and 4F. RGB value is (82,4,79). Sum of RGB (Red+Green+Blue) = 82+4+79=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52044F is #ADFBB0. Grayscale: #232323. Windows color (decimal): -11402161 or 5178450. OLE color: 5178450.
HSL color Cylindrical-coordinate representation of color #52044F: hue angle of 302.31º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52044F is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 4 | 79 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.68 |
| HSL | 302.31º | 0.91% | 0.17% | - |
| HSV(B) | 302.31º | 0.95% | 0.32% | - |
| XYZ | 4.93 | 2.45 | 7.61 | - |
| YUV | 35.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 79 | 0 | 0.95 | 0.04 | 0.68 | 302.31 | 0.91 | 0.17 |
| Hex | 52 | 4 | 4F | 0 | 5F | 4 | 44 | 12E | 5B | 11 |
| Octal | 122 | 4 | 117 | 0 | 137 | 4 | 104 | 456 | 133 | 21 |
| Binary | 1010010 | 100 | 1001111 | 0 | 1011111 | 100 | 1000100 | 100101110 | 1011011 | 10001 |
Color Harmonies of #52044F
Complementary color
Monochromatic Colors of #52044F
Black with #52044F
Text Example
Text Example
White with #52044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52044F; }
p { color: rgb(82,4,79); }
H1.HeaderClassName
{
color: #52044F;
}
.AnyTagClassName
{
color: #52044F;
}
</style>
background-color css
<style>
a { background-color: #52044F; }
a { background-color: rgb(82,4,79); }
div.DivClassName
{
background-color: #52044F;
}
.BgClassName
{
background-color: #52044F;
}
</style>
border-color css
<style>
span { border-color: #52044F; }
span { border-color: rgb(82,4,79); }
td.TdClassName
{
border-color: #52044F;
}
.TagClassName
{
border-color: #52044F;
}
</style>