Shades of Tyrian Purple #5D054B
Tints of Tyrian Purple #5D054B
RGB
CMYK
RGB Variations
Color information
#5D054B (or 0x5D054B) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 4B. RGB value is (93,5,75). Sum of RGB (Red+Green+Blue) = 93+5+75=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D054B is #A2FAB4. Grayscale: #272727. Windows color (decimal): -10681013 or 4916573. OLE color: 4916573.
HSL color Cylindrical-coordinate representation of color #5D054B: hue angle of 312.27º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D054B is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 5 | 75 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.64 |
| HSL | 312.27º | 0.9% | 0.19% | - |
| HSV(B) | 312.27º | 0.95% | 0.36% | - |
| XYZ | 5.84 | 2.94 | 6.92 | - |
| YUV | 39.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 75 | 0 | 0.95 | 0.19 | 0.64 | 312.27 | 0.9 | 0.19 |
| Hex | 5D | 5 | 4B | 0 | 5F | 13 | 40 | 138 | 5A | 13 |
| Octal | 135 | 5 | 113 | 0 | 137 | 23 | 100 | 470 | 132 | 23 |
| Binary | 1011101 | 101 | 1001011 | 0 | 1011111 | 10011 | 1000000 | 100111000 | 1011010 | 10011 |
Color Harmonies of #5D054B
Complementary color
Monochromatic Colors of #5D054B
Black with #5D054B
Text Example
Text Example
White with #5D054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D054B; }
p { color: rgb(93,5,75); }
H1.HeaderClassName
{
color: #5D054B;
}
.AnyTagClassName
{
color: #5D054B;
}
</style>
background-color css
<style>
a { background-color: #5D054B; }
a { background-color: rgb(93,5,75); }
div.DivClassName
{
background-color: #5D054B;
}
.BgClassName
{
background-color: #5D054B;
}
</style>
border-color css
<style>
span { border-color: #5D054B; }
span { border-color: rgb(93,5,75); }
td.TdClassName
{
border-color: #5D054B;
}
.TagClassName
{
border-color: #5D054B;
}
</style>