Shades of Tyrian Purple #5A0B4A
Tints of Tyrian Purple #5A0B4A
RGB
CMYK
RGB Variations
Color information
#5A0B4A (or 0x5A0B4A) is known color: Tyrian Purple. HEX triplet: 5A, 0B and 4A. RGB value is (90,11,74). Sum of RGB (Red+Green+Blue) = 90+11+74=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0B4A is #A5F4B5. Grayscale: #292929. Windows color (decimal): -10876086 or 4852570. OLE color: 4852570.
HSL color Cylindrical-coordinate representation of color #5A0B4A: hue angle of 312.15º 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 #5A0B4A is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 11 | 74 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.65 |
| HSL | 312.15º | 0.78% | 0.2% | - |
| HSV(B) | 312.15º | 0.88% | 0.35% | - |
| XYZ | 5.57 | 2.91 | 6.75 | - |
| YUV | 41.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 74 | 0 | 0.88 | 0.18 | 0.65 | 312.15 | 0.78 | 0.2 |
| Hex | 5A | B | 4A | 0 | 58 | 12 | 41 | 138 | 4E | 14 |
| Octal | 132 | 13 | 112 | 0 | 130 | 22 | 101 | 470 | 116 | 24 |
| Binary | 1011010 | 1011 | 1001010 | 0 | 1011000 | 10010 | 1000001 | 100111000 | 1001110 | 10100 |
Color Harmonies of #5A0B4A
Complementary color
Monochromatic Colors of #5A0B4A
Black with #5A0B4A
Text Example
Text Example
White with #5A0B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B4A; }
p { color: rgb(90,11,74); }
H1.HeaderClassName
{
color: #5A0B4A;
}
.AnyTagClassName
{
color: #5A0B4A;
}
</style>
background-color css
<style>
a { background-color: #5A0B4A; }
a { background-color: rgb(90,11,74); }
div.DivClassName
{
background-color: #5A0B4A;
}
.BgClassName
{
background-color: #5A0B4A;
}
</style>
border-color css
<style>
span { border-color: #5A0B4A; }
span { border-color: rgb(90,11,74); }
td.TdClassName
{
border-color: #5A0B4A;
}
.TagClassName
{
border-color: #5A0B4A;
}
</style>