Shades of Tyrian Purple #52023F
Tints of Tyrian Purple #52023F
RGB
CMYK
RGB Variations
Color information
#52023F (or 0x52023F) is known color: Tyrian Purple. HEX triplet: 52, 02 and 3F. RGB value is (82,2,63). Sum of RGB (Red+Green+Blue) = 82+2+63=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #52023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52023F is #ADFDC0. Grayscale: #202020. Windows color (decimal): -11402689 or 4129362. OLE color: 4129362.
HSL color Cylindrical-coordinate representation of color #52023F: hue angle of 314.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52023F is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 63 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.68 |
| HSL | 314.25º | 0.95% | 0.16% | - |
| HSV(B) | 314.25º | 0.98% | 0.32% | - |
| XYZ | 4.4 | 2.2 | 4.89 | - |
| YUV | 32.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 63 | 0 | 0.98 | 0.23 | 0.68 | 314.25 | 0.95 | 0.16 |
| Hex | 52 | 2 | 3F | 0 | 62 | 17 | 44 | 13A | 5F | 10 |
| Octal | 122 | 2 | 77 | 0 | 142 | 27 | 104 | 472 | 137 | 20 |
| Binary | 1010010 | 10 | 111111 | 0 | 1100010 | 10111 | 1000100 | 100111010 | 1011111 | 10000 |
Color Harmonies of #52023F
Complementary color
Monochromatic Colors of #52023F
Black with #52023F
Text Example
Text Example
White with #52023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52023F; }
p { color: rgb(82,2,63); }
H1.HeaderClassName
{
color: #52023F;
}
.AnyTagClassName
{
color: #52023F;
}
</style>
background-color css
<style>
a { background-color: #52023F; }
a { background-color: rgb(82,2,63); }
div.DivClassName
{
background-color: #52023F;
}
.BgClassName
{
background-color: #52023F;
}
</style>
border-color css
<style>
span { border-color: #52023F; }
span { border-color: rgb(82,2,63); }
td.TdClassName
{
border-color: #52023F;
}
.TagClassName
{
border-color: #52023F;
}
</style>