Shades of Tyrian Purple #5F0337
Tints of Tyrian Purple #5F0337
RGB
CMYK
RGB Variations
Color information
#5F0337 (or 0x5F0337) is known color: Tyrian Purple. HEX triplet: 5F, 03 and 37. RGB value is (95,3,55). Sum of RGB (Red+Green+Blue) = 95+3+55=153 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.09% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0337 is #A0FCC8. Grayscale: #242424. Windows color (decimal): -10550473 or 3605343. OLE color: 3605343.
HSL color Cylindrical-coordinate representation of color #5F0337: hue angle of 326.09º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0337 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 55 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.63 |
| HSL | 326.09º | 0.94% | 0.19% | - |
| HSV(B) | 326.09º | 0.97% | 0.37% | - |
| XYZ | 5.44 | 2.77 | 3.86 | - |
| YUV | 36.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 55 | 0 | 0.97 | 0.42 | 0.63 | 326.09 | 0.94 | 0.19 |
| Hex | 5F | 3 | 37 | 0 | 61 | 2A | 3F | 146 | 5E | 13 |
| Octal | 137 | 3 | 67 | 0 | 141 | 52 | 77 | 506 | 136 | 23 |
| Binary | 1011111 | 11 | 110111 | 0 | 1100001 | 101010 | 111111 | 101000110 | 1011110 | 10011 |
Color Harmonies of #5F0337
Complementary color
Monochromatic Colors of #5F0337
Black with #5F0337
Text Example
Text Example
White with #5F0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0337; }
p { color: rgb(95,3,55); }
H1.HeaderClassName
{
color: #5F0337;
}
.AnyTagClassName
{
color: #5F0337;
}
</style>
background-color css
<style>
a { background-color: #5F0337; }
a { background-color: rgb(95,3,55); }
div.DivClassName
{
background-color: #5F0337;
}
.BgClassName
{
background-color: #5F0337;
}
</style>
border-color css
<style>
span { border-color: #5F0337; }
span { border-color: rgb(95,3,55); }
td.TdClassName
{
border-color: #5F0337;
}
.TagClassName
{
border-color: #5F0337;
}
</style>