Shades of Tyrian Purple #52083A
Tints of Tyrian Purple #52083A
RGB
CMYK
RGB Variations
Color information
#52083A (or 0x52083A) is known color: Tyrian Purple. HEX triplet: 52, 08 and 3A. RGB value is (82,8,58). Sum of RGB (Red+Green+Blue) = 82+8+58=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #52083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52083A is #ADF7C5. Grayscale: #232323. Windows color (decimal): -11401158 or 3803218. OLE color: 3803218.
HSL color Cylindrical-coordinate representation of color #52083A: hue angle of 319.46º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52083A is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 8 | 58 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.68 |
| HSL | 319.46º | 0.82% | 0.18% | - |
| HSV(B) | 319.46º | 0.9% | 0.32% | - |
| XYZ | 4.33 | 2.27 | 4.21 | - |
| YUV | 35.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 58 | 0 | 0.90 | 0.29 | 0.68 | 319.46 | 0.82 | 0.18 |
| Hex | 52 | 8 | 3A | 0 | 5A | 1D | 44 | 13F | 52 | 12 |
| Octal | 122 | 10 | 72 | 0 | 132 | 35 | 104 | 477 | 122 | 22 |
| Binary | 1010010 | 1000 | 111010 | 0 | 1011010 | 11101 | 1000100 | 100111111 | 1010010 | 10010 |
Color Harmonies of #52083A
Complementary color
Monochromatic Colors of #52083A
Black with #52083A
Text Example
Text Example
White with #52083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52083A; }
p { color: rgb(82,8,58); }
H1.HeaderClassName
{
color: #52083A;
}
.AnyTagClassName
{
color: #52083A;
}
</style>
background-color css
<style>
a { background-color: #52083A; }
a { background-color: rgb(82,8,58); }
div.DivClassName
{
background-color: #52083A;
}
.BgClassName
{
background-color: #52083A;
}
</style>
border-color css
<style>
span { border-color: #52083A; }
span { border-color: rgb(82,8,58); }
td.TdClassName
{
border-color: #52083A;
}
.TagClassName
{
border-color: #52083A;
}
</style>