Shades of Tyrian Purple #5A0B34
Tints of Tyrian Purple #5A0B34
RGB
CMYK
RGB Variations
Color information
#5A0B34 (or 0x5A0B34) is known color: Tyrian Purple. HEX triplet: 5A, 0B and 34. RGB value is (90,11,52). Sum of RGB (Red+Green+Blue) = 90+11+52=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0B34 is #A5F4CB. Grayscale: #272727. Windows color (decimal): -10876108 or 3410778. OLE color: 3410778.
HSL color Cylindrical-coordinate representation of color #5A0B34: hue angle of 328.86º 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 #5A0B34 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 11 | 52 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.65 |
| HSL | 328.86º | 0.78% | 0.2% | - |
| HSV(B) | 328.86º | 0.88% | 0.35% | - |
| XYZ | 4.96 | 2.66 | 3.5 | - |
| YUV | 39.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 52 | 0 | 0.88 | 0.42 | 0.65 | 328.86 | 0.78 | 0.2 |
| Hex | 5A | B | 34 | 0 | 58 | 2A | 41 | 149 | 4E | 14 |
| Octal | 132 | 13 | 64 | 0 | 130 | 52 | 101 | 511 | 116 | 24 |
| Binary | 1011010 | 1011 | 110100 | 0 | 1011000 | 101010 | 1000001 | 101001001 | 1001110 | 10100 |
Color Harmonies of #5A0B34
Complementary color
Monochromatic Colors of #5A0B34
Black with #5A0B34
Text Example
Text Example
White with #5A0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B34; }
p { color: rgb(90,11,52); }
H1.HeaderClassName
{
color: #5A0B34;
}
.AnyTagClassName
{
color: #5A0B34;
}
</style>
background-color css
<style>
a { background-color: #5A0B34; }
a { background-color: rgb(90,11,52); }
div.DivClassName
{
background-color: #5A0B34;
}
.BgClassName
{
background-color: #5A0B34;
}
</style>
border-color css
<style>
span { border-color: #5A0B34; }
span { border-color: rgb(90,11,52); }
td.TdClassName
{
border-color: #5A0B34;
}
.TagClassName
{
border-color: #5A0B34;
}
</style>