Shades of Tyrian Purple #5A0B43
Tints of Tyrian Purple #5A0B43
RGB
CMYK
RGB Variations
Color information
#5A0B43 (or 0x5A0B43) is known color: Tyrian Purple. HEX triplet: 5A, 0B and 43. RGB value is (90,11,67). Sum of RGB (Red+Green+Blue) = 90+11+67=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0B43 is #A5F4BC. Grayscale: #282828. Windows color (decimal): -10876093 or 4393818. OLE color: 4393818.
HSL color Cylindrical-coordinate representation of color #5A0B43: hue angle of 317.47º 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 #5A0B43 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 11 | 67 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.65 |
| HSL | 317.47º | 0.78% | 0.2% | - |
| HSV(B) | 317.47º | 0.88% | 0.35% | - |
| XYZ | 5.35 | 2.82 | 5.57 | - |
| YUV | 41.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 67 | 0 | 0.88 | 0.26 | 0.65 | 317.47 | 0.78 | 0.2 |
| Hex | 5A | B | 43 | 0 | 58 | 1A | 41 | 13D | 4E | 14 |
| Octal | 132 | 13 | 103 | 0 | 130 | 32 | 101 | 475 | 116 | 24 |
| Binary | 1011010 | 1011 | 1000011 | 0 | 1011000 | 11010 | 1000001 | 100111101 | 1001110 | 10100 |
Color Harmonies of #5A0B43
Complementary color
Monochromatic Colors of #5A0B43
Black with #5A0B43
Text Example
Text Example
White with #5A0B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B43; }
p { color: rgb(90,11,67); }
H1.HeaderClassName
{
color: #5A0B43;
}
.AnyTagClassName
{
color: #5A0B43;
}
</style>
background-color css
<style>
a { background-color: #5A0B43; }
a { background-color: rgb(90,11,67); }
div.DivClassName
{
background-color: #5A0B43;
}
.BgClassName
{
background-color: #5A0B43;
}
</style>
border-color css
<style>
span { border-color: #5A0B43; }
span { border-color: rgb(90,11,67); }
td.TdClassName
{
border-color: #5A0B43;
}
.TagClassName
{
border-color: #5A0B43;
}
</style>