Shades of Tyrian Purple #53084D
Tints of Tyrian Purple #53084D
RGB
CMYK
RGB Variations
Color information
#53084D (or 0x53084D) is known color: Tyrian Purple. HEX triplet: 53, 08 and 4D. RGB value is (83,8,77). Sum of RGB (Red+Green+Blue) = 83+8+77=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53084D is #ACF7B2. Grayscale: #262626. Windows color (decimal): -11335603 or 5048403. OLE color: 5048403.
HSL color Cylindrical-coordinate representation of color #53084D: hue angle of 304.8º 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 #53084D is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 77 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.67 |
| HSL | 304.8º | 0.82% | 0.18% | - |
| HSV(B) | 304.8º | 0.9% | 0.33% | - |
| XYZ | 4.99 | 2.55 | 7.25 | - |
| YUV | 38.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 77 | 0 | 0.90 | 0.07 | 0.67 | 304.8 | 0.82 | 0.18 |
| Hex | 53 | 8 | 4D | 0 | 5A | 7 | 43 | 131 | 52 | 12 |
| Octal | 123 | 10 | 115 | 0 | 132 | 7 | 103 | 461 | 122 | 22 |
| Binary | 1010011 | 1000 | 1001101 | 0 | 1011010 | 111 | 1000011 | 100110001 | 1010010 | 10010 |
Color Harmonies of #53084D
Complementary color
Monochromatic Colors of #53084D
Black with #53084D
Text Example
Text Example
White with #53084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53084D; }
p { color: rgb(83,8,77); }
H1.HeaderClassName
{
color: #53084D;
}
.AnyTagClassName
{
color: #53084D;
}
</style>
background-color css
<style>
a { background-color: #53084D; }
a { background-color: rgb(83,8,77); }
div.DivClassName
{
background-color: #53084D;
}
.BgClassName
{
background-color: #53084D;
}
</style>
border-color css
<style>
span { border-color: #53084D; }
span { border-color: rgb(83,8,77); }
td.TdClassName
{
border-color: #53084D;
}
.TagClassName
{
border-color: #53084D;
}
</style>