Shades of Tyrian Purple #52033B
Tints of Tyrian Purple #52033B
RGB
CMYK
RGB Variations
Color information
#52033B (or 0x52033B) is known color: Tyrian Purple. HEX triplet: 52, 03 and 3B. RGB value is (82,3,59). Sum of RGB (Red+Green+Blue) = 82+3+59=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52033B is #ADFCC4. Grayscale: #202020. Windows color (decimal): -11402437 or 3867474. OLE color: 3867474.
HSL color Cylindrical-coordinate representation of color #52033B: hue angle of 317.47º 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 #52033B is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 59 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.68 |
| HSL | 317.47º | 0.93% | 0.17% | - |
| HSV(B) | 317.47º | 0.96% | 0.32% | - |
| XYZ | 4.3 | 2.17 | 4.33 | - |
| YUV | 33.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 59 | 0 | 0.96 | 0.28 | 0.68 | 317.47 | 0.93 | 0.17 |
| Hex | 52 | 3 | 3B | 0 | 60 | 1C | 44 | 13D | 5D | 11 |
| Octal | 122 | 3 | 73 | 0 | 140 | 34 | 104 | 475 | 135 | 21 |
| Binary | 1010010 | 11 | 111011 | 0 | 1100000 | 11100 | 1000100 | 100111101 | 1011101 | 10001 |
Color Harmonies of #52033B
Complementary color
Monochromatic Colors of #52033B
Black with #52033B
Text Example
Text Example
White with #52033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52033B; }
p { color: rgb(82,3,59); }
H1.HeaderClassName
{
color: #52033B;
}
.AnyTagClassName
{
color: #52033B;
}
</style>
background-color css
<style>
a { background-color: #52033B; }
a { background-color: rgb(82,3,59); }
div.DivClassName
{
background-color: #52033B;
}
.BgClassName
{
background-color: #52033B;
}
</style>
border-color css
<style>
span { border-color: #52033B; }
span { border-color: rgb(82,3,59); }
td.TdClassName
{
border-color: #52033B;
}
.TagClassName
{
border-color: #52033B;
}
</style>