Shades of Tyrian Purple #53084E
Tints of Tyrian Purple #53084E
RGB
CMYK
RGB Variations
Color information
#53084E (or 0x53084E) is known color: Tyrian Purple. HEX triplet: 53, 08 and 4E. RGB value is (83,8,78). Sum of RGB (Red+Green+Blue) = 83+8+78=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53084E is #ACF7B1. Grayscale: #262626. Windows color (decimal): -11335602 or 5113939. OLE color: 5113939.
HSL color Cylindrical-coordinate representation of color #53084E: hue angle of 304º 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 #53084E is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 78 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.67 |
| HSL | 304º | 0.82% | 0.18% | - |
| HSV(B) | 304º | 0.9% | 0.33% | - |
| XYZ | 5.03 | 2.56 | 7.44 | - |
| YUV | 38.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 78 | 0 | 0.90 | 0.06 | 0.67 | 304 | 0.82 | 0.18 |
| Hex | 53 | 8 | 4E | 0 | 5A | 6 | 43 | 130 | 52 | 12 |
| Octal | 123 | 10 | 116 | 0 | 132 | 6 | 103 | 460 | 122 | 22 |
| Binary | 1010011 | 1000 | 1001110 | 0 | 1011010 | 110 | 1000011 | 100110000 | 1010010 | 10010 |
Color Harmonies of #53084E
Complementary color
Monochromatic Colors of #53084E
Black with #53084E
Text Example
Text Example
White with #53084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53084E; }
p { color: rgb(83,8,78); }
H1.HeaderClassName
{
color: #53084E;
}
.AnyTagClassName
{
color: #53084E;
}
</style>
background-color css
<style>
a { background-color: #53084E; }
a { background-color: rgb(83,8,78); }
div.DivClassName
{
background-color: #53084E;
}
.BgClassName
{
background-color: #53084E;
}
</style>
border-color css
<style>
span { border-color: #53084E; }
span { border-color: rgb(83,8,78); }
td.TdClassName
{
border-color: #53084E;
}
.TagClassName
{
border-color: #53084E;
}
</style>