Shades of Tyrian Purple #5A123F
Tints of Tyrian Purple #5A123F
RGB
CMYK
RGB Variations
Color information
#5A123F (or 0x5A123F) is known color: Tyrian Purple. HEX triplet: 5A, 12 and 3F. RGB value is (90,18,63). Sum of RGB (Red+Green+Blue) = 90+18+63=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A123F is #A5EDC0. Grayscale: #2C2C2C. Windows color (decimal): -10874305 or 4133466. OLE color: 4133466.
HSL color Cylindrical-coordinate representation of color #5A123F: hue angle of 322.5º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A123F is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 63 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.65 |
| HSL | 322.5º | 0.67% | 0.21% | - |
| HSV(B) | 322.5º | 0.8% | 0.35% | - |
| XYZ | 5.33 | 2.97 | 4.99 | - |
| YUV | 44.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 63 | 0 | 0.80 | 0.30 | 0.65 | 322.5 | 0.67 | 0.21 |
| Hex | 5A | 12 | 3F | 0 | 50 | 1E | 41 | 142 | 43 | 15 |
| Octal | 132 | 22 | 77 | 0 | 120 | 36 | 101 | 502 | 103 | 25 |
| Binary | 1011010 | 10010 | 111111 | 0 | 1010000 | 11110 | 1000001 | 101000010 | 1000011 | 10101 |
Color Harmonies of #5A123F
Complementary color
Monochromatic Colors of #5A123F
Black with #5A123F
Text Example
Text Example
White with #5A123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A123F; }
p { color: rgb(90,18,63); }
H1.HeaderClassName
{
color: #5A123F;
}
.AnyTagClassName
{
color: #5A123F;
}
</style>
background-color css
<style>
a { background-color: #5A123F; }
a { background-color: rgb(90,18,63); }
div.DivClassName
{
background-color: #5A123F;
}
.BgClassName
{
background-color: #5A123F;
}
</style>
border-color css
<style>
span { border-color: #5A123F; }
span { border-color: rgb(90,18,63); }
td.TdClassName
{
border-color: #5A123F;
}
.TagClassName
{
border-color: #5A123F;
}
</style>