Shades of Tyrian Purple #52022C
Tints of Tyrian Purple #52022C
RGB
CMYK
RGB Variations
Color information
#52022C (or 0x52022C) is known color: Tyrian Purple. HEX triplet: 52, 02 and 2C. RGB value is (82,2,44). Sum of RGB (Red+Green+Blue) = 82+2+44=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #52022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52022C is #ADFDD3. Grayscale: #1E1E1E. Windows color (decimal): -11402708 or 2884178. OLE color: 2884178.
HSL color Cylindrical-coordinate representation of color #52022C: hue angle of 328.5º 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 #52022C is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 44 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.68 |
| HSL | 328.5º | 0.95% | 0.16% | - |
| HSV(B) | 328.5º | 0.98% | 0.32% | - |
| XYZ | 3.96 | 2.02 | 2.56 | - |
| YUV | 30.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 44 | 0 | 0.98 | 0.46 | 0.68 | 328.5 | 0.95 | 0.16 |
| Hex | 52 | 2 | 2C | 0 | 62 | 2E | 44 | 148 | 5F | 10 |
| Octal | 122 | 2 | 54 | 0 | 142 | 56 | 104 | 510 | 137 | 20 |
| Binary | 1010010 | 10 | 101100 | 0 | 1100010 | 101110 | 1000100 | 101001000 | 1011111 | 10000 |
Color Harmonies of #52022C
Complementary color
Monochromatic Colors of #52022C
Black with #52022C
Text Example
Text Example
White with #52022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52022C; }
p { color: rgb(82,2,44); }
H1.HeaderClassName
{
color: #52022C;
}
.AnyTagClassName
{
color: #52022C;
}
</style>
background-color css
<style>
a { background-color: #52022C; }
a { background-color: rgb(82,2,44); }
div.DivClassName
{
background-color: #52022C;
}
.BgClassName
{
background-color: #52022C;
}
</style>
border-color css
<style>
span { border-color: #52022C; }
span { border-color: rgb(82,2,44); }
td.TdClassName
{
border-color: #52022C;
}
.TagClassName
{
border-color: #52022C;
}
</style>