Shades of Tyrian Purple #5A0750
Tints of Tyrian Purple #5A0750
RGB
CMYK
RGB Variations
Color information
#5A0750 (or 0x5A0750) is known color: Tyrian Purple. HEX triplet: 5A, 07 and 50. RGB value is (90,7,80). Sum of RGB (Red+Green+Blue) = 90+7+80=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0750 is #A5F8AF. Grayscale: #272727. Windows color (decimal): -10877104 or 5244762. OLE color: 5244762.
HSL color Cylindrical-coordinate representation of color #5A0750: hue angle of 307.23º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0750 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 7 | 80 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.65 |
| HSL | 307.23º | 0.86% | 0.19% | - |
| HSV(B) | 307.23º | 0.92% | 0.35% | - |
| XYZ | 5.74 | 2.9 | 7.85 | - |
| YUV | 40.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 80 | 0 | 0.92 | 0.11 | 0.65 | 307.23 | 0.86 | 0.19 |
| Hex | 5A | 7 | 50 | 0 | 5C | B | 41 | 133 | 56 | 13 |
| Octal | 132 | 7 | 120 | 0 | 134 | 13 | 101 | 463 | 126 | 23 |
| Binary | 1011010 | 111 | 1010000 | 0 | 1011100 | 1011 | 1000001 | 100110011 | 1010110 | 10011 |
Color Harmonies of #5A0750
Complementary color
Monochromatic Colors of #5A0750
Black with #5A0750
Text Example
Text Example
White with #5A0750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0750; }
p { color: rgb(90,7,80); }
H1.HeaderClassName
{
color: #5A0750;
}
.AnyTagClassName
{
color: #5A0750;
}
</style>
background-color css
<style>
a { background-color: #5A0750; }
a { background-color: rgb(90,7,80); }
div.DivClassName
{
background-color: #5A0750;
}
.BgClassName
{
background-color: #5A0750;
}
</style>
border-color css
<style>
span { border-color: #5A0750; }
span { border-color: rgb(90,7,80); }
td.TdClassName
{
border-color: #5A0750;
}
.TagClassName
{
border-color: #5A0750;
}
</style>