Shades of Tyrian Purple #5A0330
Tints of Tyrian Purple #5A0330
RGB
CMYK
RGB Variations
Color information
#5A0330 (or 0x5A0330) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 30. RGB value is (90,3,48). Sum of RGB (Red+Green+Blue) = 90+3+48=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0330 is #A5FCCF. Grayscale: #222222. Windows color (decimal): -10878160 or 3146586. OLE color: 3146586.
HSL color Cylindrical-coordinate representation of color #5A0330: hue angle of 328.97º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0330 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 3 | 48 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.65 |
| HSL | 328.97º | 0.94% | 0.18% | - |
| HSV(B) | 328.97º | 0.97% | 0.35% | - |
| XYZ | 4.78 | 2.45 | 3.02 | - |
| YUV | 34.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 48 | 0 | 0.97 | 0.47 | 0.65 | 328.97 | 0.94 | 0.18 |
| Hex | 5A | 3 | 30 | 0 | 61 | 2F | 41 | 149 | 5E | 12 |
| Octal | 132 | 3 | 60 | 0 | 141 | 57 | 101 | 511 | 136 | 22 |
| Binary | 1011010 | 11 | 110000 | 0 | 1100001 | 101111 | 1000001 | 101001001 | 1011110 | 10010 |
Color Harmonies of #5A0330
Complementary color
Monochromatic Colors of #5A0330
Black with #5A0330
Text Example
Text Example
White with #5A0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0330; }
p { color: rgb(90,3,48); }
H1.HeaderClassName
{
color: #5A0330;
}
.AnyTagClassName
{
color: #5A0330;
}
</style>
background-color css
<style>
a { background-color: #5A0330; }
a { background-color: rgb(90,3,48); }
div.DivClassName
{
background-color: #5A0330;
}
.BgClassName
{
background-color: #5A0330;
}
</style>
border-color css
<style>
span { border-color: #5A0330; }
span { border-color: rgb(90,3,48); }
td.TdClassName
{
border-color: #5A0330;
}
.TagClassName
{
border-color: #5A0330;
}
</style>