Shades of Tyrian Purple #5A144B
Tints of Tyrian Purple #5A144B
RGB
CMYK
RGB Variations
Color information
#5A144B (or 0x5A144B) is known color: Tyrian Purple. HEX triplet: 5A, 14 and 4B. RGB value is (90,20,75). Sum of RGB (Red+Green+Blue) = 90+20+75=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A144B is #A5EBB4. Grayscale: #2F2F2F. Windows color (decimal): -10873781 or 4920410. OLE color: 4920410.
HSL color Cylindrical-coordinate representation of color #5A144B: hue angle of 312.86º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A144B is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 75 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.65 |
| HSL | 312.86º | 0.64% | 0.22% | - |
| HSV(B) | 312.86º | 0.78% | 0.35% | - |
| XYZ | 5.74 | 3.18 | 6.97 | - |
| YUV | 47.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 75 | 0 | 0.78 | 0.17 | 0.65 | 312.86 | 0.64 | 0.22 |
| Hex | 5A | 14 | 4B | 0 | 4E | 11 | 41 | 139 | 40 | 16 |
| Octal | 132 | 24 | 113 | 0 | 116 | 21 | 101 | 471 | 100 | 26 |
| Binary | 1011010 | 10100 | 1001011 | 0 | 1001110 | 10001 | 1000001 | 100111001 | 1000000 | 10110 |
Color Harmonies of #5A144B
Complementary color
Monochromatic Colors of #5A144B
Black with #5A144B
Text Example
Text Example
White with #5A144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A144B; }
p { color: rgb(90,20,75); }
H1.HeaderClassName
{
color: #5A144B;
}
.AnyTagClassName
{
color: #5A144B;
}
</style>
background-color css
<style>
a { background-color: #5A144B; }
a { background-color: rgb(90,20,75); }
div.DivClassName
{
background-color: #5A144B;
}
.BgClassName
{
background-color: #5A144B;
}
</style>
border-color css
<style>
span { border-color: #5A144B; }
span { border-color: rgb(90,20,75); }
td.TdClassName
{
border-color: #5A144B;
}
.TagClassName
{
border-color: #5A144B;
}
</style>