Shades of Tyrian Purple #5A124B
Tints of Tyrian Purple #5A124B
RGB
CMYK
RGB Variations
Color information
#5A124B (or 0x5A124B) is known color: Tyrian Purple. HEX triplet: 5A, 12 and 4B. RGB value is (90,18,75). Sum of RGB (Red+Green+Blue) = 90+18+75=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A124B is #A5EDB4. Grayscale: #2D2D2D. Windows color (decimal): -10874293 or 4919898. OLE color: 4919898.
HSL color Cylindrical-coordinate representation of color #5A124B: hue angle of 312.5º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A124B is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 75 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.65 |
| HSL | 312.5º | 0.67% | 0.21% | - |
| HSV(B) | 312.5º | 0.8% | 0.35% | - |
| XYZ | 5.7 | 3.11 | 6.96 | - |
| YUV | 46.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 75 | 0 | 0.80 | 0.17 | 0.65 | 312.5 | 0.67 | 0.21 |
| Hex | 5A | 12 | 4B | 0 | 50 | 11 | 41 | 138 | 43 | 15 |
| Octal | 132 | 22 | 113 | 0 | 120 | 21 | 101 | 470 | 103 | 25 |
| Binary | 1011010 | 10010 | 1001011 | 0 | 1010000 | 10001 | 1000001 | 100111000 | 1000011 | 10101 |
Color Harmonies of #5A124B
Complementary color
Monochromatic Colors of #5A124B
Black with #5A124B
Text Example
Text Example
White with #5A124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A124B; }
p { color: rgb(90,18,75); }
H1.HeaderClassName
{
color: #5A124B;
}
.AnyTagClassName
{
color: #5A124B;
}
</style>
background-color css
<style>
a { background-color: #5A124B; }
a { background-color: rgb(90,18,75); }
div.DivClassName
{
background-color: #5A124B;
}
.BgClassName
{
background-color: #5A124B;
}
</style>
border-color css
<style>
span { border-color: #5A124B; }
span { border-color: rgb(90,18,75); }
td.TdClassName
{
border-color: #5A124B;
}
.TagClassName
{
border-color: #5A124B;
}
</style>