Shades of Tyrian Purple #5F0539
Tints of Tyrian Purple #5F0539
RGB
CMYK
RGB Variations
Color information
#5F0539 (or 0x5F0539) is known color: Tyrian Purple. HEX triplet: 5F, 05 and 39. RGB value is (95,5,57). Sum of RGB (Red+Green+Blue) = 95+5+57=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0539 is #A0FAC6. Grayscale: #252525. Windows color (decimal): -10549959 or 3736927. OLE color: 3736927.
HSL color Cylindrical-coordinate representation of color #5F0539: hue angle of 325.33º 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 #5F0539 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 5 | 57 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.63 |
| HSL | 325.33º | 0.9% | 0.2% | - |
| HSV(B) | 325.33º | 0.95% | 0.37% | - |
| XYZ | 5.51 | 2.84 | 4.13 | - |
| YUV | 37.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 5 | 57 | 0 | 0.95 | 0.40 | 0.63 | 325.33 | 0.9 | 0.2 |
| Hex | 5F | 5 | 39 | 0 | 5F | 28 | 3F | 145 | 5A | 14 |
| Octal | 137 | 5 | 71 | 0 | 137 | 50 | 77 | 505 | 132 | 24 |
| Binary | 1011111 | 101 | 111001 | 0 | 1011111 | 101000 | 111111 | 101000101 | 1011010 | 10100 |
Color Harmonies of #5F0539
Complementary color
Monochromatic Colors of #5F0539
Black with #5F0539
Text Example
Text Example
White with #5F0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0539; }
p { color: rgb(95,5,57); }
H1.HeaderClassName
{
color: #5F0539;
}
.AnyTagClassName
{
color: #5F0539;
}
</style>
background-color css
<style>
a { background-color: #5F0539; }
a { background-color: rgb(95,5,57); }
div.DivClassName
{
background-color: #5F0539;
}
.BgClassName
{
background-color: #5F0539;
}
</style>
border-color css
<style>
span { border-color: #5F0539; }
span { border-color: rgb(95,5,57); }
td.TdClassName
{
border-color: #5F0539;
}
.TagClassName
{
border-color: #5F0539;
}
</style>