Shades of Tyrian Purple #52032E
Tints of Tyrian Purple #52032E
RGB
CMYK
RGB Variations
Color information
#52032E (or 0x52032E) is known color: Tyrian Purple. HEX triplet: 52, 03 and 2E. RGB value is (82,3,46). Sum of RGB (Red+Green+Blue) = 82+3+46=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #52032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52032E is #ADFCD1. Grayscale: #1F1F1F. Windows color (decimal): -11402450 or 3015506. OLE color: 3015506.
HSL color Cylindrical-coordinate representation of color #52032E: hue angle of 327.34º 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 #52032E is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 46 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.68 |
| HSL | 327.34º | 0.93% | 0.17% | - |
| HSV(B) | 327.34º | 0.96% | 0.32% | - |
| XYZ | 4.01 | 2.06 | 2.77 | - |
| YUV | 31.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 46 | 0 | 0.96 | 0.44 | 0.68 | 327.34 | 0.93 | 0.17 |
| Hex | 52 | 3 | 2E | 0 | 60 | 2C | 44 | 147 | 5D | 11 |
| Octal | 122 | 3 | 56 | 0 | 140 | 54 | 104 | 507 | 135 | 21 |
| Binary | 1010010 | 11 | 101110 | 0 | 1100000 | 101100 | 1000100 | 101000111 | 1011101 | 10001 |
Color Harmonies of #52032E
Complementary color
Monochromatic Colors of #52032E
Black with #52032E
Text Example
Text Example
White with #52032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52032E; }
p { color: rgb(82,3,46); }
H1.HeaderClassName
{
color: #52032E;
}
.AnyTagClassName
{
color: #52032E;
}
</style>
background-color css
<style>
a { background-color: #52032E; }
a { background-color: rgb(82,3,46); }
div.DivClassName
{
background-color: #52032E;
}
.BgClassName
{
background-color: #52032E;
}
</style>
border-color css
<style>
span { border-color: #52032E; }
span { border-color: rgb(82,3,46); }
td.TdClassName
{
border-color: #52032E;
}
.TagClassName
{
border-color: #52032E;
}
</style>