Shades of Tyrian Purple #5F0547
Tints of Tyrian Purple #5F0547
RGB
CMYK
RGB Variations
Color information
#5F0547 (or 0x5F0547) is known color: Tyrian Purple. HEX triplet: 5F, 05 and 47. RGB value is (95,5,71). Sum of RGB (Red+Green+Blue) = 95+5+71=171 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.56% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0547 is #A0FAB8. Grayscale: #272727. Windows color (decimal): -10549945 or 4654431. OLE color: 4654431.
HSL color Cylindrical-coordinate representation of color #5F0547: hue angle of 316º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0547 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 5 | 71 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.63 |
| HSL | 316º | 0.9% | 0.2% | - |
| HSV(B) | 316º | 0.95% | 0.37% | - |
| XYZ | 5.91 | 3 | 6.23 | - |
| YUV | 39.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 5 | 71 | 0 | 0.95 | 0.25 | 0.63 | 316 | 0.9 | 0.2 |
| Hex | 5F | 5 | 47 | 0 | 5F | 19 | 3F | 13C | 5A | 14 |
| Octal | 137 | 5 | 107 | 0 | 137 | 31 | 77 | 474 | 132 | 24 |
| Binary | 1011111 | 101 | 1000111 | 0 | 1011111 | 11001 | 111111 | 100111100 | 1011010 | 10100 |
Color Harmonies of #5F0547
Complementary color
Monochromatic Colors of #5F0547
Black with #5F0547
Text Example
Text Example
White with #5F0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0547; }
p { color: rgb(95,5,71); }
H1.HeaderClassName
{
color: #5F0547;
}
.AnyTagClassName
{
color: #5F0547;
}
</style>
background-color css
<style>
a { background-color: #5F0547; }
a { background-color: rgb(95,5,71); }
div.DivClassName
{
background-color: #5F0547;
}
.BgClassName
{
background-color: #5F0547;
}
</style>
border-color css
<style>
span { border-color: #5F0547; }
span { border-color: rgb(95,5,71); }
td.TdClassName
{
border-color: #5F0547;
}
.TagClassName
{
border-color: #5F0547;
}
</style>