Shades of Tyrian Purple #52013B
Tints of Tyrian Purple #52013B
RGB
CMYK
RGB Variations
Color information
#52013B (or 0x52013B) is known color: Tyrian Purple. HEX triplet: 52, 01 and 3B. RGB value is (82,1,59). Sum of RGB (Red+Green+Blue) = 82+1+59=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #52013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52013B is #ADFEC4. Grayscale: #1F1F1F. Windows color (decimal): -11402949 or 3866962. OLE color: 3866962.
HSL color Cylindrical-coordinate representation of color #52013B: hue angle of 317.04º 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 #52013B is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.68 |
| HSL | 317.04º | 0.98% | 0.16% | - |
| HSV(B) | 317.04º | 0.99% | 0.32% | - |
| XYZ | 4.28 | 2.13 | 4.32 | - |
| YUV | 31.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 59 | 0 | 0.99 | 0.28 | 0.68 | 317.04 | 0.98 | 0.16 |
| Hex | 52 | 1 | 3B | 0 | 63 | 1C | 44 | 13D | 62 | 10 |
| Octal | 122 | 1 | 73 | 0 | 143 | 34 | 104 | 475 | 142 | 20 |
| Binary | 1010010 | 1 | 111011 | 0 | 1100011 | 11100 | 1000100 | 100111101 | 1100010 | 10000 |
Color Harmonies of #52013B
Complementary color
Monochromatic Colors of #52013B
Black with #52013B
Text Example
Text Example
White with #52013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52013B; }
p { color: rgb(82,1,59); }
H1.HeaderClassName
{
color: #52013B;
}
.AnyTagClassName
{
color: #52013B;
}
</style>
background-color css
<style>
a { background-color: #52013B; }
a { background-color: rgb(82,1,59); }
div.DivClassName
{
background-color: #52013B;
}
.BgClassName
{
background-color: #52013B;
}
</style>
border-color css
<style>
span { border-color: #52013B; }
span { border-color: rgb(82,1,59); }
td.TdClassName
{
border-color: #52013B;
}
.TagClassName
{
border-color: #52013B;
}
</style>