Shades of Tyrian Purple #5A084B
Tints of Tyrian Purple #5A084B
RGB
CMYK
RGB Variations
Color information
#5A084B (or 0x5A084B) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 4B. RGB value is (90,8,75). Sum of RGB (Red+Green+Blue) = 90+8+75=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A084B is #A5F7B4. Grayscale: #272727. Windows color (decimal): -10876853 or 4917338. OLE color: 4917338.
HSL color Cylindrical-coordinate representation of color #5A084B: hue angle of 310.98º 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 #5A084B is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 75 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.65 |
| HSL | 310.98º | 0.84% | 0.19% | - |
| HSV(B) | 310.98º | 0.91% | 0.35% | - |
| XYZ | 5.57 | 2.86 | 6.91 | - |
| YUV | 40.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 75 | 0 | 0.91 | 0.17 | 0.65 | 310.98 | 0.84 | 0.19 |
| Hex | 5A | 8 | 4B | 0 | 5B | 11 | 41 | 137 | 54 | 13 |
| Octal | 132 | 10 | 113 | 0 | 133 | 21 | 101 | 467 | 124 | 23 |
| Binary | 1011010 | 1000 | 1001011 | 0 | 1011011 | 10001 | 1000001 | 100110111 | 1010100 | 10011 |
Color Harmonies of #5A084B
Complementary color
Monochromatic Colors of #5A084B
Black with #5A084B
Text Example
Text Example
White with #5A084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A084B; }
p { color: rgb(90,8,75); }
H1.HeaderClassName
{
color: #5A084B;
}
.AnyTagClassName
{
color: #5A084B;
}
</style>
background-color css
<style>
a { background-color: #5A084B; }
a { background-color: rgb(90,8,75); }
div.DivClassName
{
background-color: #5A084B;
}
.BgClassName
{
background-color: #5A084B;
}
</style>
border-color css
<style>
span { border-color: #5A084B; }
span { border-color: rgb(90,8,75); }
td.TdClassName
{
border-color: #5A084B;
}
.TagClassName
{
border-color: #5A084B;
}
</style>