Shades of Tyrian Purple #53094A
Tints of Tyrian Purple #53094A
RGB
CMYK
RGB Variations
Color information
#53094A (or 0x53094A) is known color: Tyrian Purple. HEX triplet: 53, 09 and 4A. RGB value is (83,9,74). Sum of RGB (Red+Green+Blue) = 83+9+74=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53094A is #ACF6B5. Grayscale: #262626. Windows color (decimal): -11335350 or 4852051. OLE color: 4852051.
HSL color Cylindrical-coordinate representation of color #53094A: hue angle of 307.3º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53094A is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 74 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.67 |
| HSL | 307.3º | 0.8% | 0.18% | - |
| HSV(B) | 307.3º | 0.89% | 0.33% | - |
| XYZ | 4.9 | 2.53 | 6.71 | - |
| YUV | 38.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 74 | 0 | 0.89 | 0.11 | 0.67 | 307.3 | 0.8 | 0.18 |
| Hex | 53 | 9 | 4A | 0 | 59 | B | 43 | 133 | 50 | 12 |
| Octal | 123 | 11 | 112 | 0 | 131 | 13 | 103 | 463 | 120 | 22 |
| Binary | 1010011 | 1001 | 1001010 | 0 | 1011001 | 1011 | 1000011 | 100110011 | 1010000 | 10010 |
Color Harmonies of #53094A
Complementary color
Monochromatic Colors of #53094A
Black with #53094A
Text Example
Text Example
White with #53094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53094A; }
p { color: rgb(83,9,74); }
H1.HeaderClassName
{
color: #53094A;
}
.AnyTagClassName
{
color: #53094A;
}
</style>
background-color css
<style>
a { background-color: #53094A; }
a { background-color: rgb(83,9,74); }
div.DivClassName
{
background-color: #53094A;
}
.BgClassName
{
background-color: #53094A;
}
</style>
border-color css
<style>
span { border-color: #53094A; }
span { border-color: rgb(83,9,74); }
td.TdClassName
{
border-color: #53094A;
}
.TagClassName
{
border-color: #53094A;
}
</style>