Shades of Tyrian Purple #52093E
Tints of Tyrian Purple #52093E
RGB
CMYK
RGB Variations
Color information
#52093E (or 0x52093E) is known color: Tyrian Purple. HEX triplet: 52, 09 and 3E. RGB value is (82,9,62). Sum of RGB (Red+Green+Blue) = 82+9+62=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #52093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52093E is #ADF6C1. Grayscale: #242424. Windows color (decimal): -11400898 or 4065618. OLE color: 4065618.
HSL color Cylindrical-coordinate representation of color #52093E: hue angle of 316.44º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52093E is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 9 | 62 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.68 |
| HSL | 316.44º | 0.8% | 0.18% | - |
| HSV(B) | 316.44º | 0.89% | 0.32% | - |
| XYZ | 4.45 | 2.34 | 4.77 | - |
| YUV | 36.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 62 | 0 | 0.89 | 0.24 | 0.68 | 316.44 | 0.8 | 0.18 |
| Hex | 52 | 9 | 3E | 0 | 59 | 18 | 44 | 13C | 50 | 12 |
| Octal | 122 | 11 | 76 | 0 | 131 | 30 | 104 | 474 | 120 | 22 |
| Binary | 1010010 | 1001 | 111110 | 0 | 1011001 | 11000 | 1000100 | 100111100 | 1010000 | 10010 |
Color Harmonies of #52093E
Complementary color
Monochromatic Colors of #52093E
Black with #52093E
Text Example
Text Example
White with #52093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52093E; }
p { color: rgb(82,9,62); }
H1.HeaderClassName
{
color: #52093E;
}
.AnyTagClassName
{
color: #52093E;
}
</style>
background-color css
<style>
a { background-color: #52093E; }
a { background-color: rgb(82,9,62); }
div.DivClassName
{
background-color: #52093E;
}
.BgClassName
{
background-color: #52093E;
}
</style>
border-color css
<style>
span { border-color: #52093E; }
span { border-color: rgb(82,9,62); }
td.TdClassName
{
border-color: #52093E;
}
.TagClassName
{
border-color: #52093E;
}
</style>