Shades of Tyrian Purple #5A0C4A
Tints of Tyrian Purple #5A0C4A
RGB
CMYK
RGB Variations
Color information
#5A0C4A (or 0x5A0C4A) is known color: Tyrian Purple. HEX triplet: 5A, 0C and 4A. RGB value is (90,12,74). Sum of RGB (Red+Green+Blue) = 90+12+74=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0C4A is #A5F3B5. Grayscale: #2A2A2A. Windows color (decimal): -10875830 or 4852826. OLE color: 4852826.
HSL color Cylindrical-coordinate representation of color #5A0C4A: hue angle of 312.31º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A0C4A is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 12 | 74 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.65 |
| HSL | 312.31º | 0.76% | 0.2% | - |
| HSV(B) | 312.31º | 0.87% | 0.35% | - |
| XYZ | 5.58 | 2.93 | 6.75 | - |
| YUV | 42.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 74 | 0 | 0.87 | 0.18 | 0.65 | 312.31 | 0.76 | 0.2 |
| Hex | 5A | C | 4A | 0 | 57 | 12 | 41 | 138 | 4C | 14 |
| Octal | 132 | 14 | 112 | 0 | 127 | 22 | 101 | 470 | 114 | 24 |
| Binary | 1011010 | 1100 | 1001010 | 0 | 1010111 | 10010 | 1000001 | 100111000 | 1001100 | 10100 |
Color Harmonies of #5A0C4A
Complementary color
Monochromatic Colors of #5A0C4A
Black with #5A0C4A
Text Example
Text Example
White with #5A0C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0C4A; }
p { color: rgb(90,12,74); }
H1.HeaderClassName
{
color: #5A0C4A;
}
.AnyTagClassName
{
color: #5A0C4A;
}
</style>
background-color css
<style>
a { background-color: #5A0C4A; }
a { background-color: rgb(90,12,74); }
div.DivClassName
{
background-color: #5A0C4A;
}
.BgClassName
{
background-color: #5A0C4A;
}
</style>
border-color css
<style>
span { border-color: #5A0C4A; }
span { border-color: rgb(90,12,74); }
td.TdClassName
{
border-color: #5A0C4A;
}
.TagClassName
{
border-color: #5A0C4A;
}
</style>