Shades of Tyrian Purple #52063C
Tints of Tyrian Purple #52063C
RGB
CMYK
RGB Variations
Color information
#52063C (or 0x52063C) is known color: Tyrian Purple. HEX triplet: 52, 06 and 3C. RGB value is (82,6,60). Sum of RGB (Red+Green+Blue) = 82+6+60=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #52063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52063C is #ADF9C3. Grayscale: #222222. Windows color (decimal): -11401668 or 3933778. OLE color: 3933778.
HSL color Cylindrical-coordinate representation of color #52063C: hue angle of 317.37º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52063C is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 6 | 60 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.68 |
| HSL | 317.37º | 0.86% | 0.17% | - |
| HSV(B) | 317.37º | 0.93% | 0.32% | - |
| XYZ | 4.36 | 2.25 | 4.48 | - |
| YUV | 34.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 60 | 0 | 0.93 | 0.27 | 0.68 | 317.37 | 0.86 | 0.17 |
| Hex | 52 | 6 | 3C | 0 | 5D | 1B | 44 | 13D | 56 | 11 |
| Octal | 122 | 6 | 74 | 0 | 135 | 33 | 104 | 475 | 126 | 21 |
| Binary | 1010010 | 110 | 111100 | 0 | 1011101 | 11011 | 1000100 | 100111101 | 1010110 | 10001 |
Color Harmonies of #52063C
Complementary color
Monochromatic Colors of #52063C
Black with #52063C
Text Example
Text Example
White with #52063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52063C; }
p { color: rgb(82,6,60); }
H1.HeaderClassName
{
color: #52063C;
}
.AnyTagClassName
{
color: #52063C;
}
</style>
background-color css
<style>
a { background-color: #52063C; }
a { background-color: rgb(82,6,60); }
div.DivClassName
{
background-color: #52063C;
}
.BgClassName
{
background-color: #52063C;
}
</style>
border-color css
<style>
span { border-color: #52063C; }
span { border-color: rgb(82,6,60); }
td.TdClassName
{
border-color: #52063C;
}
.TagClassName
{
border-color: #52063C;
}
</style>