Shades of Tyrian Purple #5A0B2F
Tints of Tyrian Purple #5A0B2F
RGB
CMYK
RGB Variations
Color information
#5A0B2F (or 0x5A0B2F) is known color: Tyrian Purple. HEX triplet: 5A, 0B and 2F. RGB value is (90,11,47). Sum of RGB (Red+Green+Blue) = 90+11+47=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0B2F is #A5F4D0. Grayscale: #262626. Windows color (decimal): -10876113 or 3083098. OLE color: 3083098.
HSL color Cylindrical-coordinate representation of color #5A0B2F: hue angle of 332.66º 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 #5A0B2F is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 11 | 47 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.65 |
| HSL | 332.66º | 0.78% | 0.2% | - |
| HSV(B) | 332.66º | 0.88% | 0.35% | - |
| XYZ | 4.85 | 2.62 | 2.94 | - |
| YUV | 38.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 47 | 0 | 0.88 | 0.48 | 0.65 | 332.66 | 0.78 | 0.2 |
| Hex | 5A | B | 2F | 0 | 58 | 30 | 41 | 14D | 4E | 14 |
| Octal | 132 | 13 | 57 | 0 | 130 | 60 | 101 | 515 | 116 | 24 |
| Binary | 1011010 | 1011 | 101111 | 0 | 1011000 | 110000 | 1000001 | 101001101 | 1001110 | 10100 |
Color Harmonies of #5A0B2F
Complementary color
Monochromatic Colors of #5A0B2F
Black with #5A0B2F
Text Example
Text Example
White with #5A0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B2F; }
p { color: rgb(90,11,47); }
H1.HeaderClassName
{
color: #5A0B2F;
}
.AnyTagClassName
{
color: #5A0B2F;
}
</style>
background-color css
<style>
a { background-color: #5A0B2F; }
a { background-color: rgb(90,11,47); }
div.DivClassName
{
background-color: #5A0B2F;
}
.BgClassName
{
background-color: #5A0B2F;
}
</style>
border-color css
<style>
span { border-color: #5A0B2F; }
span { border-color: rgb(90,11,47); }
td.TdClassName
{
border-color: #5A0B2F;
}
.TagClassName
{
border-color: #5A0B2F;
}
</style>