Shades of Tyrian Purple #5A0030
Tints of Tyrian Purple #5A0030
RGB
CMYK
RGB Variations
Color information
#5A0030 (or 0x5A0030) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 30. RGB value is (90,0,48). Sum of RGB (Red+Green+Blue) = 90+0+48=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0030 is #A5FFCF. Grayscale: #202020. Windows color (decimal): -10878928 or 3145818. OLE color: 3145818.
HSL color Cylindrical-coordinate representation of color #5A0030: hue angle of 328º 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 #5A0030 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.47 | 0.65 |
| HSL | 328º | 1% | 0.18% | - |
| HSV(B) | 328º | 1% | 0.35% | - |
| XYZ | 4.75 | 2.39 | 3.01 | - |
| YUV | 32.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 48 | 0 | 1 | 0.47 | 0.65 | 328 | 1 | 0.18 |
| Hex | 5A | 0 | 30 | 0 | 64 | 2F | 41 | 148 | 64 | 12 |
| Octal | 132 | 0 | 60 | 0 | 144 | 57 | 101 | 510 | 144 | 22 |
| Binary | 1011010 | 0 | 110000 | 0 | 1100100 | 101111 | 1000001 | 101001000 | 1100100 | 10010 |
Color Harmonies of #5A0030
Complementary color
Monochromatic Colors of #5A0030
Black with #5A0030
Text Example
Text Example
White with #5A0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0030; }
p { color: rgb(90,0,48); }
H1.HeaderClassName
{
color: #5A0030;
}
.AnyTagClassName
{
color: #5A0030;
}
</style>
background-color css
<style>
a { background-color: #5A0030; }
a { background-color: rgb(90,0,48); }
div.DivClassName
{
background-color: #5A0030;
}
.BgClassName
{
background-color: #5A0030;
}
</style>
border-color css
<style>
span { border-color: #5A0030; }
span { border-color: rgb(90,0,48); }
td.TdClassName
{
border-color: #5A0030;
}
.TagClassName
{
border-color: #5A0030;
}
</style>