Shades of Tyrian Purple #53084A
Tints of Tyrian Purple #53084A
RGB
CMYK
RGB Variations
Color information
#53084A (or 0x53084A) is known color: Tyrian Purple. HEX triplet: 53, 08 and 4A. RGB value is (83,8,74). Sum of RGB (Red+Green+Blue) = 83+8+74=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53084A is #ACF7B5. Grayscale: #252525. Windows color (decimal): -11335606 or 4851795. OLE color: 4851795.
HSL color Cylindrical-coordinate representation of color #53084A: hue angle of 307.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53084A is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 74 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.67 |
| HSL | 307.2º | 0.82% | 0.18% | - |
| HSV(B) | 307.2º | 0.9% | 0.33% | - |
| XYZ | 4.89 | 2.51 | 6.7 | - |
| YUV | 37.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 74 | 0 | 0.90 | 0.11 | 0.67 | 307.2 | 0.82 | 0.18 |
| Hex | 53 | 8 | 4A | 0 | 5A | B | 43 | 133 | 52 | 12 |
| Octal | 123 | 10 | 112 | 0 | 132 | 13 | 103 | 463 | 122 | 22 |
| Binary | 1010011 | 1000 | 1001010 | 0 | 1011010 | 1011 | 1000011 | 100110011 | 1010010 | 10010 |
Color Harmonies of #53084A
Complementary color
Monochromatic Colors of #53084A
Black with #53084A
Text Example
Text Example
White with #53084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53084A; }
p { color: rgb(83,8,74); }
H1.HeaderClassName
{
color: #53084A;
}
.AnyTagClassName
{
color: #53084A;
}
</style>
background-color css
<style>
a { background-color: #53084A; }
a { background-color: rgb(83,8,74); }
div.DivClassName
{
background-color: #53084A;
}
.BgClassName
{
background-color: #53084A;
}
</style>
border-color css
<style>
span { border-color: #53084A; }
span { border-color: rgb(83,8,74); }
td.TdClassName
{
border-color: #53084A;
}
.TagClassName
{
border-color: #53084A;
}
</style>