Shades of Tyrian Purple #52013A
Tints of Tyrian Purple #52013A
RGB
CMYK
RGB Variations
Color information
#52013A (or 0x52013A) is known color: Tyrian Purple. HEX triplet: 52, 01 and 3A. RGB value is (82,1,58). Sum of RGB (Red+Green+Blue) = 82+1+58=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #52013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52013A is #ADFEC5. Grayscale: #1F1F1F. Windows color (decimal): -11402950 or 3801426. OLE color: 3801426.
HSL color Cylindrical-coordinate representation of color #52013A: hue angle of 317.78º 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 #52013A is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.68 |
| HSL | 317.78º | 0.98% | 0.16% | - |
| HSV(B) | 317.78º | 0.99% | 0.32% | - |
| XYZ | 4.25 | 2.12 | 4.19 | - |
| YUV | 31.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 58 | 0 | 0.99 | 0.29 | 0.68 | 317.78 | 0.98 | 0.16 |
| Hex | 52 | 1 | 3A | 0 | 63 | 1D | 44 | 13E | 62 | 10 |
| Octal | 122 | 1 | 72 | 0 | 143 | 35 | 104 | 476 | 142 | 20 |
| Binary | 1010010 | 1 | 111010 | 0 | 1100011 | 11101 | 1000100 | 100111110 | 1100010 | 10000 |
Color Harmonies of #52013A
Complementary color
Monochromatic Colors of #52013A
Black with #52013A
Text Example
Text Example
White with #52013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52013A; }
p { color: rgb(82,1,58); }
H1.HeaderClassName
{
color: #52013A;
}
.AnyTagClassName
{
color: #52013A;
}
</style>
background-color css
<style>
a { background-color: #52013A; }
a { background-color: rgb(82,1,58); }
div.DivClassName
{
background-color: #52013A;
}
.BgClassName
{
background-color: #52013A;
}
</style>
border-color css
<style>
span { border-color: #52013A; }
span { border-color: rgb(82,1,58); }
td.TdClassName
{
border-color: #52013A;
}
.TagClassName
{
border-color: #52013A;
}
</style>