Shades of Tyrian Purple #5A003C
Tints of Tyrian Purple #5A003C
RGB
CMYK
RGB Variations
Color information
#5A003C (or 0x5A003C) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 3C. RGB value is (90,0,60). Sum of RGB (Red+Green+Blue) = 90+0+60=150 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 90 - color contains mainly: red. Hex color #5A003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A003C is #A5FFC3. Grayscale: #212121. Windows color (decimal): -10878916 or 3932250. OLE color: 3932250.
HSL color Cylindrical-coordinate representation of color #5A003C: hue angle of 320º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A003C is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.33 | 0.65 |
| HSL | 320º | 1% | 0.18% | - |
| HSV(B) | 320º | 1% | 0.35% | - |
| XYZ | 5.03 | 2.5 | 4.49 | - |
| YUV | 33.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 60 | 0 | 1 | 0.33 | 0.65 | 320 | 1 | 0.18 |
| Hex | 5A | 0 | 3C | 0 | 64 | 21 | 41 | 140 | 64 | 12 |
| Octal | 132 | 0 | 74 | 0 | 144 | 41 | 101 | 500 | 144 | 22 |
| Binary | 1011010 | 0 | 111100 | 0 | 1100100 | 100001 | 1000001 | 101000000 | 1100100 | 10010 |
Color Harmonies of #5A003C
Complementary color
Monochromatic Colors of #5A003C
Black with #5A003C
Text Example
Text Example
White with #5A003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A003C; }
p { color: rgb(90,0,60); }
H1.HeaderClassName
{
color: #5A003C;
}
.AnyTagClassName
{
color: #5A003C;
}
</style>
background-color css
<style>
a { background-color: #5A003C; }
a { background-color: rgb(90,0,60); }
div.DivClassName
{
background-color: #5A003C;
}
.BgClassName
{
background-color: #5A003C;
}
</style>
border-color css
<style>
span { border-color: #5A003C; }
span { border-color: rgb(90,0,60); }
td.TdClassName
{
border-color: #5A003C;
}
.TagClassName
{
border-color: #5A003C;
}
</style>