Shades of Tyrian Purple #5A094F
Tints of Tyrian Purple #5A094F
RGB
CMYK
RGB Variations
Color information
#5A094F (or 0x5A094F) is known color: Tyrian Purple. HEX triplet: 5A, 09 and 4F. RGB value is (90,9,79). Sum of RGB (Red+Green+Blue) = 90+9+79=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A094F is #A5F6B0. Grayscale: #292929. Windows color (decimal): -10876593 or 5179738. OLE color: 5179738.
HSL color Cylindrical-coordinate representation of color #5A094F: hue angle of 308.15º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A094F is Cyan = 0, Magento = 0.9, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 9 | 79 | - |
| CMYK | 0 | 0.9 | 0.12 | 0.65 |
| HSL | 308.15º | 0.82% | 0.19% | - |
| HSV(B) | 308.15º | 0.9% | 0.35% | - |
| XYZ | 5.73 | 2.93 | 7.66 | - |
| YUV | 41.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 79 | 0 | 0.9 | 0.12 | 0.65 | 308.15 | 0.82 | 0.19 |
| Hex | 5A | 9 | 4F | 0 | 5A | C | 41 | 134 | 52 | 13 |
| Octal | 132 | 11 | 117 | 0 | 132 | 14 | 101 | 464 | 122 | 23 |
| Binary | 1011010 | 1001 | 1001111 | 0 | 1011010 | 1100 | 1000001 | 100110100 | 1010010 | 10011 |
Color Harmonies of #5A094F
Complementary color
Monochromatic Colors of #5A094F
Black with #5A094F
Text Example
Text Example
White with #5A094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A094F; }
p { color: rgb(90,9,79); }
H1.HeaderClassName
{
color: #5A094F;
}
.AnyTagClassName
{
color: #5A094F;
}
</style>
background-color css
<style>
a { background-color: #5A094F; }
a { background-color: rgb(90,9,79); }
div.DivClassName
{
background-color: #5A094F;
}
.BgClassName
{
background-color: #5A094F;
}
</style>
border-color css
<style>
span { border-color: #5A094F; }
span { border-color: rgb(90,9,79); }
td.TdClassName
{
border-color: #5A094F;
}
.TagClassName
{
border-color: #5A094F;
}
</style>