Shades of Tyrian Purple #52022E
Tints of Tyrian Purple #52022E
RGB
CMYK
RGB Variations
Color information
#52022E (or 0x52022E) is known color: Tyrian Purple. HEX triplet: 52, 02 and 2E. RGB value is (82,2,46). Sum of RGB (Red+Green+Blue) = 82+2+46=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #52022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52022E is #ADFDD1. Grayscale: #1E1E1E. Windows color (decimal): -11402706 or 3015250. OLE color: 3015250.
HSL color Cylindrical-coordinate representation of color #52022E: hue angle of 327º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52022E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.68 |
| HSL | 327º | 0.95% | 0.16% | - |
| HSV(B) | 327º | 0.98% | 0.32% | - |
| XYZ | 3.99 | 2.03 | 2.77 | - |
| YUV | 30.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 46 | 0 | 0.98 | 0.44 | 0.68 | 327 | 0.95 | 0.16 |
| Hex | 52 | 2 | 2E | 0 | 62 | 2C | 44 | 147 | 5F | 10 |
| Octal | 122 | 2 | 56 | 0 | 142 | 54 | 104 | 507 | 137 | 20 |
| Binary | 1010010 | 10 | 101110 | 0 | 1100010 | 101100 | 1000100 | 101000111 | 1011111 | 10000 |
Color Harmonies of #52022E
Complementary color
Monochromatic Colors of #52022E
Black with #52022E
Text Example
Text Example
White with #52022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52022E; }
p { color: rgb(82,2,46); }
H1.HeaderClassName
{
color: #52022E;
}
.AnyTagClassName
{
color: #52022E;
}
</style>
background-color css
<style>
a { background-color: #52022E; }
a { background-color: rgb(82,2,46); }
div.DivClassName
{
background-color: #52022E;
}
.BgClassName
{
background-color: #52022E;
}
</style>
border-color css
<style>
span { border-color: #52022E; }
span { border-color: rgb(82,2,46); }
td.TdClassName
{
border-color: #52022E;
}
.TagClassName
{
border-color: #52022E;
}
</style>