Shades of Tyrian Purple #5A0650
Tints of Tyrian Purple #5A0650
RGB
CMYK
RGB Variations
Color information
#5A0650 (or 0x5A0650) is known color: Tyrian Purple. HEX triplet: 5A, 06 and 50. RGB value is (90,6,80). Sum of RGB (Red+Green+Blue) = 90+6+80=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0650 is #A5F9AF. Grayscale: #272727. Windows color (decimal): -10877360 or 5244506. OLE color: 5244506.
HSL color Cylindrical-coordinate representation of color #5A0650: hue angle of 307.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0650 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 6 | 80 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.65 |
| HSL | 307.14º | 0.88% | 0.19% | - |
| HSV(B) | 307.14º | 0.93% | 0.35% | - |
| XYZ | 5.73 | 2.88 | 7.84 | - |
| YUV | 39.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 80 | 0 | 0.93 | 0.11 | 0.65 | 307.14 | 0.88 | 0.19 |
| Hex | 5A | 6 | 50 | 0 | 5D | B | 41 | 133 | 58 | 13 |
| Octal | 132 | 6 | 120 | 0 | 135 | 13 | 101 | 463 | 130 | 23 |
| Binary | 1011010 | 110 | 1010000 | 0 | 1011101 | 1011 | 1000001 | 100110011 | 1011000 | 10011 |
Color Harmonies of #5A0650
Complementary color
Monochromatic Colors of #5A0650
Black with #5A0650
Text Example
Text Example
White with #5A0650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0650; }
p { color: rgb(90,6,80); }
H1.HeaderClassName
{
color: #5A0650;
}
.AnyTagClassName
{
color: #5A0650;
}
</style>
background-color css
<style>
a { background-color: #5A0650; }
a { background-color: rgb(90,6,80); }
div.DivClassName
{
background-color: #5A0650;
}
.BgClassName
{
background-color: #5A0650;
}
</style>
border-color css
<style>
span { border-color: #5A0650; }
span { border-color: rgb(90,6,80); }
td.TdClassName
{
border-color: #5A0650;
}
.TagClassName
{
border-color: #5A0650;
}
</style>