Shades of Tyrian Purple #5A0B2B
Tints of Tyrian Purple #5A0B2B
RGB
CMYK
RGB Variations
Color information
#5A0B2B (or 0x5A0B2B) is known color: Tyrian Purple. HEX triplet: 5A, 0B and 2B. RGB value is (90,11,43). Sum of RGB (Red+Green+Blue) = 90+11+43=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0B2B is #A5F4D4. Grayscale: #262626. Windows color (decimal): -10876117 or 2820954. OLE color: 2820954.
HSL color Cylindrical-coordinate representation of color #5A0B2B: hue angle of 335.7º 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 #5A0B2B is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 11 | 43 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.65 |
| HSL | 335.7º | 0.78% | 0.2% | - |
| HSV(B) | 335.7º | 0.88% | 0.35% | - |
| XYZ | 4.77 | 2.59 | 2.53 | - |
| YUV | 38.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 43 | 0 | 0.88 | 0.52 | 0.65 | 335.7 | 0.78 | 0.2 |
| Hex | 5A | B | 2B | 0 | 58 | 34 | 41 | 150 | 4E | 14 |
| Octal | 132 | 13 | 53 | 0 | 130 | 64 | 101 | 520 | 116 | 24 |
| Binary | 1011010 | 1011 | 101011 | 0 | 1011000 | 110100 | 1000001 | 101010000 | 1001110 | 10100 |
Color Harmonies of #5A0B2B
Complementary color
Monochromatic Colors of #5A0B2B
Black with #5A0B2B
Text Example
Text Example
White with #5A0B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B2B; }
p { color: rgb(90,11,43); }
H1.HeaderClassName
{
color: #5A0B2B;
}
.AnyTagClassName
{
color: #5A0B2B;
}
</style>
background-color css
<style>
a { background-color: #5A0B2B; }
a { background-color: rgb(90,11,43); }
div.DivClassName
{
background-color: #5A0B2B;
}
.BgClassName
{
background-color: #5A0B2B;
}
</style>
border-color css
<style>
span { border-color: #5A0B2B; }
span { border-color: rgb(90,11,43); }
td.TdClassName
{
border-color: #5A0B2B;
}
.TagClassName
{
border-color: #5A0B2B;
}
</style>