Shades of Tyrian Purple #5A104B
Tints of Tyrian Purple #5A104B
RGB
CMYK
RGB Variations
Color information
#5A104B (or 0x5A104B) is known color: Tyrian Purple. HEX triplet: 5A, 10 and 4B. RGB value is (90,16,75). Sum of RGB (Red+Green+Blue) = 90+16+75=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A104B is #A5EFB4. Grayscale: #2C2C2C. Windows color (decimal): -10874805 or 4919386. OLE color: 4919386.
HSL color Cylindrical-coordinate representation of color #5A104B: hue angle of 312.16º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A104B is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 16 | 75 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.65 |
| HSL | 312.16º | 0.7% | 0.21% | - |
| HSV(B) | 312.16º | 0.82% | 0.35% | - |
| XYZ | 5.67 | 3.05 | 6.95 | - |
| YUV | 44.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 75 | 0 | 0.82 | 0.17 | 0.65 | 312.16 | 0.7 | 0.21 |
| Hex | 5A | 10 | 4B | 0 | 52 | 11 | 41 | 138 | 46 | 15 |
| Octal | 132 | 20 | 113 | 0 | 122 | 21 | 101 | 470 | 106 | 25 |
| Binary | 1011010 | 10000 | 1001011 | 0 | 1010010 | 10001 | 1000001 | 100111000 | 1000110 | 10101 |
Color Harmonies of #5A104B
Complementary color
Monochromatic Colors of #5A104B
Black with #5A104B
Text Example
Text Example
White with #5A104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A104B; }
p { color: rgb(90,16,75); }
H1.HeaderClassName
{
color: #5A104B;
}
.AnyTagClassName
{
color: #5A104B;
}
</style>
background-color css
<style>
a { background-color: #5A104B; }
a { background-color: rgb(90,16,75); }
div.DivClassName
{
background-color: #5A104B;
}
.BgClassName
{
background-color: #5A104B;
}
</style>
border-color css
<style>
span { border-color: #5A104B; }
span { border-color: rgb(90,16,75); }
td.TdClassName
{
border-color: #5A104B;
}
.TagClassName
{
border-color: #5A104B;
}
</style>