Shades of Tyrian Purple #52022F
Tints of Tyrian Purple #52022F
RGB
CMYK
RGB Variations
Color information
#52022F (or 0x52022F) is known color: Tyrian Purple. HEX triplet: 52, 02 and 2F. RGB value is (82,2,47). Sum of RGB (Red+Green+Blue) = 82+2+47=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #52022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52022F is #ADFDD0. Grayscale: #1E1E1E. Windows color (decimal): -11402705 or 3080786. OLE color: 3080786.
HSL color Cylindrical-coordinate representation of color #52022F: hue angle of 326.25º 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 #52022F is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.68 |
| HSL | 326.25º | 0.95% | 0.16% | - |
| HSV(B) | 326.25º | 0.98% | 0.32% | - |
| XYZ | 4.01 | 2.04 | 2.87 | - |
| YUV | 31.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 47 | 0 | 0.98 | 0.43 | 0.68 | 326.25 | 0.95 | 0.16 |
| Hex | 52 | 2 | 2F | 0 | 62 | 2B | 44 | 146 | 5F | 10 |
| Octal | 122 | 2 | 57 | 0 | 142 | 53 | 104 | 506 | 137 | 20 |
| Binary | 1010010 | 10 | 101111 | 0 | 1100010 | 101011 | 1000100 | 101000110 | 1011111 | 10000 |
Color Harmonies of #52022F
Complementary color
Monochromatic Colors of #52022F
Black with #52022F
Text Example
Text Example
White with #52022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52022F; }
p { color: rgb(82,2,47); }
H1.HeaderClassName
{
color: #52022F;
}
.AnyTagClassName
{
color: #52022F;
}
</style>
background-color css
<style>
a { background-color: #52022F; }
a { background-color: rgb(82,2,47); }
div.DivClassName
{
background-color: #52022F;
}
.BgClassName
{
background-color: #52022F;
}
</style>
border-color css
<style>
span { border-color: #52022F; }
span { border-color: rgb(82,2,47); }
td.TdClassName
{
border-color: #52022F;
}
.TagClassName
{
border-color: #52022F;
}
</style>