Shades of Tyrian Purple #5A0B4C
Tints of Tyrian Purple #5A0B4C
RGB
CMYK
RGB Variations
Color information
#5A0B4C (or 0x5A0B4C) is known color: Tyrian Purple. HEX triplet: 5A, 0B and 4C. RGB value is (90,11,76). Sum of RGB (Red+Green+Blue) = 90+11+76=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0B4C is #A5F4B3. Grayscale: #292929. Windows color (decimal): -10876084 or 4983642. OLE color: 4983642.
HSL color Cylindrical-coordinate representation of color #5A0B4C: hue angle of 310.63º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A0B4C is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 11 | 76 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.65 |
| HSL | 310.63º | 0.78% | 0.2% | - |
| HSV(B) | 310.63º | 0.88% | 0.35% | - |
| XYZ | 5.64 | 2.93 | 7.11 | - |
| YUV | 42.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 76 | 0 | 0.88 | 0.16 | 0.65 | 310.63 | 0.78 | 0.2 |
| Hex | 5A | B | 4C | 0 | 58 | 10 | 41 | 137 | 4E | 14 |
| Octal | 132 | 13 | 114 | 0 | 130 | 20 | 101 | 467 | 116 | 24 |
| Binary | 1011010 | 1011 | 1001100 | 0 | 1011000 | 10000 | 1000001 | 100110111 | 1001110 | 10100 |
Color Harmonies of #5A0B4C
Complementary color
Monochromatic Colors of #5A0B4C
Black with #5A0B4C
Text Example
Text Example
White with #5A0B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B4C; }
p { color: rgb(90,11,76); }
H1.HeaderClassName
{
color: #5A0B4C;
}
.AnyTagClassName
{
color: #5A0B4C;
}
</style>
background-color css
<style>
a { background-color: #5A0B4C; }
a { background-color: rgb(90,11,76); }
div.DivClassName
{
background-color: #5A0B4C;
}
.BgClassName
{
background-color: #5A0B4C;
}
</style>
border-color css
<style>
span { border-color: #5A0B4C; }
span { border-color: rgb(90,11,76); }
td.TdClassName
{
border-color: #5A0B4C;
}
.TagClassName
{
border-color: #5A0B4C;
}
</style>