Shades of Tyrian Purple #5A0552
Tints of Tyrian Purple #5A0552
RGB
CMYK
RGB Variations
Color information
#5A0552 (or 0x5A0552) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 52. RGB value is (90,5,82). Sum of RGB (Red+Green+Blue) = 90+5+82=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0552 is #A5FAAD. Grayscale: #262626. Windows color (decimal): -10877614 or 5375322. OLE color: 5375322.
HSL color Cylindrical-coordinate representation of color #5A0552: hue angle of 305.65º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0552 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 82 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.65 |
| HSL | 305.65º | 0.89% | 0.19% | - |
| HSV(B) | 305.65º | 0.94% | 0.35% | - |
| XYZ | 5.79 | 2.89 | 8.24 | - |
| YUV | 39.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 82 | 0 | 0.94 | 0.09 | 0.65 | 305.65 | 0.89 | 0.19 |
| Hex | 5A | 5 | 52 | 0 | 5E | 9 | 41 | 132 | 59 | 13 |
| Octal | 132 | 5 | 122 | 0 | 136 | 11 | 101 | 462 | 131 | 23 |
| Binary | 1011010 | 101 | 1010010 | 0 | 1011110 | 1001 | 1000001 | 100110010 | 1011001 | 10011 |
Color Harmonies of #5A0552
Complementary color
Monochromatic Colors of #5A0552
Black with #5A0552
Text Example
Text Example
White with #5A0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0552; }
p { color: rgb(90,5,82); }
H1.HeaderClassName
{
color: #5A0552;
}
.AnyTagClassName
{
color: #5A0552;
}
</style>
background-color css
<style>
a { background-color: #5A0552; }
a { background-color: rgb(90,5,82); }
div.DivClassName
{
background-color: #5A0552;
}
.BgClassName
{
background-color: #5A0552;
}
</style>
border-color css
<style>
span { border-color: #5A0552; }
span { border-color: rgb(90,5,82); }
td.TdClassName
{
border-color: #5A0552;
}
.TagClassName
{
border-color: #5A0552;
}
</style>