Shades of Tyrian Purple #53073B
Tints of Tyrian Purple #53073B
RGB
CMYK
RGB Variations
Color information
#53073B (or 0x53073B) is known color: Tyrian Purple. HEX triplet: 53, 07 and 3B. RGB value is (83,7,59). Sum of RGB (Red+Green+Blue) = 83+7+59=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53073B is #ACF8C4. Grayscale: #232323. Windows color (decimal): -11335877 or 3868499. OLE color: 3868499.
HSL color Cylindrical-coordinate representation of color #53073B: hue angle of 318.95º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53073B is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 59 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.67 |
| HSL | 318.95º | 0.84% | 0.18% | - |
| HSV(B) | 318.95º | 0.92% | 0.33% | - |
| XYZ | 4.43 | 2.31 | 4.35 | - |
| YUV | 35.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 59 | 0 | 0.92 | 0.29 | 0.67 | 318.95 | 0.84 | 0.18 |
| Hex | 53 | 7 | 3B | 0 | 5C | 1D | 43 | 13F | 54 | 12 |
| Octal | 123 | 7 | 73 | 0 | 134 | 35 | 103 | 477 | 124 | 22 |
| Binary | 1010011 | 111 | 111011 | 0 | 1011100 | 11101 | 1000011 | 100111111 | 1010100 | 10010 |
Color Harmonies of #53073B
Complementary color
Monochromatic Colors of #53073B
Black with #53073B
Text Example
Text Example
White with #53073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53073B; }
p { color: rgb(83,7,59); }
H1.HeaderClassName
{
color: #53073B;
}
.AnyTagClassName
{
color: #53073B;
}
</style>
background-color css
<style>
a { background-color: #53073B; }
a { background-color: rgb(83,7,59); }
div.DivClassName
{
background-color: #53073B;
}
.BgClassName
{
background-color: #53073B;
}
</style>
border-color css
<style>
span { border-color: #53073B; }
span { border-color: rgb(83,7,59); }
td.TdClassName
{
border-color: #53073B;
}
.TagClassName
{
border-color: #53073B;
}
</style>