Shades of Tyrian Purple #53083A
Tints of Tyrian Purple #53083A
RGB
CMYK
RGB Variations
Color information
#53083A (or 0x53083A) is known color: Tyrian Purple. HEX triplet: 53, 08 and 3A. RGB value is (83,8,58). Sum of RGB (Red+Green+Blue) = 83+8+58=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53083A is #ACF7C5. Grayscale: #242424. Windows color (decimal): -11335622 or 3803219. OLE color: 3803219.
HSL color Cylindrical-coordinate representation of color #53083A: hue angle of 320º 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 #53083A is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 58 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.67 |
| HSL | 320º | 0.82% | 0.18% | - |
| HSV(B) | 320º | 0.9% | 0.33% | - |
| XYZ | 4.42 | 2.32 | 4.22 | - |
| YUV | 36.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 58 | 0 | 0.90 | 0.30 | 0.67 | 320 | 0.82 | 0.18 |
| Hex | 53 | 8 | 3A | 0 | 5A | 1E | 43 | 140 | 52 | 12 |
| Octal | 123 | 10 | 72 | 0 | 132 | 36 | 103 | 500 | 122 | 22 |
| Binary | 1010011 | 1000 | 111010 | 0 | 1011010 | 11110 | 1000011 | 101000000 | 1010010 | 10010 |
Color Harmonies of #53083A
Complementary color
Monochromatic Colors of #53083A
Black with #53083A
Text Example
Text Example
White with #53083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53083A; }
p { color: rgb(83,8,58); }
H1.HeaderClassName
{
color: #53083A;
}
.AnyTagClassName
{
color: #53083A;
}
</style>
background-color css
<style>
a { background-color: #53083A; }
a { background-color: rgb(83,8,58); }
div.DivClassName
{
background-color: #53083A;
}
.BgClassName
{
background-color: #53083A;
}
</style>
border-color css
<style>
span { border-color: #53083A; }
span { border-color: rgb(83,8,58); }
td.TdClassName
{
border-color: #53083A;
}
.TagClassName
{
border-color: #53083A;
}
</style>