Shades of Tyrian Purple #53094B
Tints of Tyrian Purple #53094B
RGB
CMYK
RGB Variations
Color information
#53094B (or 0x53094B) is known color: Tyrian Purple. HEX triplet: 53, 09 and 4B. RGB value is (83,9,75). Sum of RGB (Red+Green+Blue) = 83+9+75=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53094B is #ACF6B4. Grayscale: #262626. Windows color (decimal): -11335349 or 4917587. OLE color: 4917587.
HSL color Cylindrical-coordinate representation of color #53094B: hue angle of 306.49º 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 #53094B is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 75 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.67 |
| HSL | 306.49º | 0.8% | 0.18% | - |
| HSV(B) | 306.49º | 0.89% | 0.33% | - |
| XYZ | 4.93 | 2.54 | 6.89 | - |
| YUV | 38.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 75 | 0 | 0.89 | 0.10 | 0.67 | 306.49 | 0.8 | 0.18 |
| Hex | 53 | 9 | 4B | 0 | 59 | A | 43 | 132 | 50 | 12 |
| Octal | 123 | 11 | 113 | 0 | 131 | 12 | 103 | 462 | 120 | 22 |
| Binary | 1010011 | 1001 | 1001011 | 0 | 1011001 | 1010 | 1000011 | 100110010 | 1010000 | 10010 |
Color Harmonies of #53094B
Complementary color
Monochromatic Colors of #53094B
Black with #53094B
Text Example
Text Example
White with #53094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53094B; }
p { color: rgb(83,9,75); }
H1.HeaderClassName
{
color: #53094B;
}
.AnyTagClassName
{
color: #53094B;
}
</style>
background-color css
<style>
a { background-color: #53094B; }
a { background-color: rgb(83,9,75); }
div.DivClassName
{
background-color: #53094B;
}
.BgClassName
{
background-color: #53094B;
}
</style>
border-color css
<style>
span { border-color: #53094B; }
span { border-color: rgb(83,9,75); }
td.TdClassName
{
border-color: #53094B;
}
.TagClassName
{
border-color: #53094B;
}
</style>