Shades of Tyrian Purple #5A123C
Tints of Tyrian Purple #5A123C
RGB
CMYK
RGB Variations
Color information
#5A123C (or 0x5A123C) is known color: Tyrian Purple. HEX triplet: 5A, 12 and 3C. RGB value is (90,18,60). Sum of RGB (Red+Green+Blue) = 90+18+60=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A123C is #A5EDC3. Grayscale: #2C2C2C. Windows color (decimal): -10874308 or 3936858. OLE color: 3936858.
HSL color Cylindrical-coordinate representation of color #5A123C: hue angle of 325º 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 #5A123C is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 60 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.65 |
| HSL | 325º | 0.67% | 0.21% | - |
| HSV(B) | 325º | 0.8% | 0.35% | - |
| XYZ | 5.25 | 2.93 | 4.56 | - |
| YUV | 44.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 60 | 0 | 0.80 | 0.33 | 0.65 | 325 | 0.67 | 0.21 |
| Hex | 5A | 12 | 3C | 0 | 50 | 21 | 41 | 145 | 43 | 15 |
| Octal | 132 | 22 | 74 | 0 | 120 | 41 | 101 | 505 | 103 | 25 |
| Binary | 1011010 | 10010 | 111100 | 0 | 1010000 | 100001 | 1000001 | 101000101 | 1000011 | 10101 |
Color Harmonies of #5A123C
Complementary color
Monochromatic Colors of #5A123C
Black with #5A123C
Text Example
Text Example
White with #5A123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A123C; }
p { color: rgb(90,18,60); }
H1.HeaderClassName
{
color: #5A123C;
}
.AnyTagClassName
{
color: #5A123C;
}
</style>
background-color css
<style>
a { background-color: #5A123C; }
a { background-color: rgb(90,18,60); }
div.DivClassName
{
background-color: #5A123C;
}
.BgClassName
{
background-color: #5A123C;
}
</style>
border-color css
<style>
span { border-color: #5A123C; }
span { border-color: rgb(90,18,60); }
td.TdClassName
{
border-color: #5A123C;
}
.TagClassName
{
border-color: #5A123C;
}
</style>