Shades of Tyrian Purple #52003F
Tints of Tyrian Purple #52003F
RGB
CMYK
RGB Variations
Color information
#52003F (or 0x52003F) is known color: Tyrian Purple. HEX triplet: 52, 00 and 3F. RGB value is (82,0,63). Sum of RGB (Red+Green+Blue) = 82+0+63=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52003F is #ADFFC0. Grayscale: #1F1F1F. Windows color (decimal): -11403201 or 4128850. OLE color: 4128850.
HSL color Cylindrical-coordinate representation of color #52003F: hue angle of 313.9º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52003F is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.23 | 0.68 |
| HSL | 313.9º | 1% | 0.16% | - |
| HSV(B) | 313.9º | 1% | 0.32% | - |
| XYZ | 4.38 | 2.15 | 4.89 | - |
| YUV | 31.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 63 | 0 | 1 | 0.23 | 0.68 | 313.9 | 1 | 0.16 |
| Hex | 52 | 0 | 3F | 0 | 64 | 17 | 44 | 13A | 64 | 10 |
| Octal | 122 | 0 | 77 | 0 | 144 | 27 | 104 | 472 | 144 | 20 |
| Binary | 1010010 | 0 | 111111 | 0 | 1100100 | 10111 | 1000100 | 100111010 | 1100100 | 10000 |
Color Harmonies of #52003F
Complementary color
Monochromatic Colors of #52003F
Black with #52003F
Text Example
Text Example
White with #52003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52003F; }
p { color: rgb(82,0,63); }
H1.HeaderClassName
{
color: #52003F;
}
.AnyTagClassName
{
color: #52003F;
}
</style>
background-color css
<style>
a { background-color: #52003F; }
a { background-color: rgb(82,0,63); }
div.DivClassName
{
background-color: #52003F;
}
.BgClassName
{
background-color: #52003F;
}
</style>
border-color css
<style>
span { border-color: #52003F; }
span { border-color: rgb(82,0,63); }
td.TdClassName
{
border-color: #52003F;
}
.TagClassName
{
border-color: #52003F;
}
</style>