Shades of Tyrian Purple #52012C
Tints of Tyrian Purple #52012C
RGB
CMYK
RGB Variations
Color information
#52012C (or 0x52012C) is known color: Tyrian Purple. HEX triplet: 52, 01 and 2C. RGB value is (82,1,44). Sum of RGB (Red+Green+Blue) = 82+1+44=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #52012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52012C is #ADFED3. Grayscale: #1E1E1E. Windows color (decimal): -11402964 or 2883922. OLE color: 2883922.
HSL color Cylindrical-coordinate representation of color #52012C: hue angle of 328.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52012C is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.68 |
| HSL | 328.15º | 0.98% | 0.16% | - |
| HSV(B) | 328.15º | 0.99% | 0.32% | - |
| XYZ | 3.95 | 2 | 2.56 | - |
| YUV | 30.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 44 | 0 | 0.99 | 0.46 | 0.68 | 328.15 | 0.98 | 0.16 |
| Hex | 52 | 1 | 2C | 0 | 63 | 2E | 44 | 148 | 62 | 10 |
| Octal | 122 | 1 | 54 | 0 | 143 | 56 | 104 | 510 | 142 | 20 |
| Binary | 1010010 | 1 | 101100 | 0 | 1100011 | 101110 | 1000100 | 101001000 | 1100010 | 10000 |
Color Harmonies of #52012C
Complementary color
Monochromatic Colors of #52012C
Black with #52012C
Text Example
Text Example
White with #52012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52012C; }
p { color: rgb(82,1,44); }
H1.HeaderClassName
{
color: #52012C;
}
.AnyTagClassName
{
color: #52012C;
}
</style>
background-color css
<style>
a { background-color: #52012C; }
a { background-color: rgb(82,1,44); }
div.DivClassName
{
background-color: #52012C;
}
.BgClassName
{
background-color: #52012C;
}
</style>
border-color css
<style>
span { border-color: #52012C; }
span { border-color: rgb(82,1,44); }
td.TdClassName
{
border-color: #52012C;
}
.TagClassName
{
border-color: #52012C;
}
</style>