Shades of Tyrian Purple #5A084F
Tints of Tyrian Purple #5A084F
RGB
CMYK
RGB Variations
Color information
#5A084F (or 0x5A084F) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 4F. RGB value is (90,8,79). Sum of RGB (Red+Green+Blue) = 90+8+79=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A084F is #A5F7B0. Grayscale: #282828. Windows color (decimal): -10876849 or 5179482. OLE color: 5179482.
HSL color Cylindrical-coordinate representation of color #5A084F: hue angle of 308.05º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A084F is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 79 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.65 |
| HSL | 308.05º | 0.84% | 0.19% | - |
| HSV(B) | 308.05º | 0.91% | 0.35% | - |
| XYZ | 5.71 | 2.91 | 7.66 | - |
| YUV | 40.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 79 | 0 | 0.91 | 0.12 | 0.65 | 308.05 | 0.84 | 0.19 |
| Hex | 5A | 8 | 4F | 0 | 5B | C | 41 | 134 | 54 | 13 |
| Octal | 132 | 10 | 117 | 0 | 133 | 14 | 101 | 464 | 124 | 23 |
| Binary | 1011010 | 1000 | 1001111 | 0 | 1011011 | 1100 | 1000001 | 100110100 | 1010100 | 10011 |
Color Harmonies of #5A084F
Complementary color
Monochromatic Colors of #5A084F
Black with #5A084F
Text Example
Text Example
White with #5A084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A084F; }
p { color: rgb(90,8,79); }
H1.HeaderClassName
{
color: #5A084F;
}
.AnyTagClassName
{
color: #5A084F;
}
</style>
background-color css
<style>
a { background-color: #5A084F; }
a { background-color: rgb(90,8,79); }
div.DivClassName
{
background-color: #5A084F;
}
.BgClassName
{
background-color: #5A084F;
}
</style>
border-color css
<style>
span { border-color: #5A084F; }
span { border-color: rgb(90,8,79); }
td.TdClassName
{
border-color: #5A084F;
}
.TagClassName
{
border-color: #5A084F;
}
</style>