Shades of Tyrian Purple #5F0949
Tints of Tyrian Purple #5F0949
RGB
CMYK
RGB Variations
Color information
#5F0949 (or 0x5F0949) is known color: Tyrian Purple. HEX triplet: 5F, 09 and 49. RGB value is (95,9,73). Sum of RGB (Red+Green+Blue) = 95+9+73=177 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.67% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0949 is #A0F6B6. Grayscale: #292929. Windows color (decimal): -10548919 or 4786527. OLE color: 4786527.
HSL color Cylindrical-coordinate representation of color #5F0949: hue angle of 315.35º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F0949 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 73 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.63 |
| HSL | 315.35º | 0.83% | 0.2% | - |
| HSV(B) | 315.35º | 0.91% | 0.37% | - |
| XYZ | 6.02 | 3.11 | 6.59 | - |
| YUV | 42.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 73 | 0 | 0.91 | 0.23 | 0.63 | 315.35 | 0.83 | 0.2 |
| Hex | 5F | 9 | 49 | 0 | 5B | 17 | 3F | 13B | 53 | 14 |
| Octal | 137 | 11 | 111 | 0 | 133 | 27 | 77 | 473 | 123 | 24 |
| Binary | 1011111 | 1001 | 1001001 | 0 | 1011011 | 10111 | 111111 | 100111011 | 1010011 | 10100 |
Color Harmonies of #5F0949
Complementary color
Monochromatic Colors of #5F0949
Black with #5F0949
Text Example
Text Example
White with #5F0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0949; }
p { color: rgb(95,9,73); }
H1.HeaderClassName
{
color: #5F0949;
}
.AnyTagClassName
{
color: #5F0949;
}
</style>
background-color css
<style>
a { background-color: #5F0949; }
a { background-color: rgb(95,9,73); }
div.DivClassName
{
background-color: #5F0949;
}
.BgClassName
{
background-color: #5F0949;
}
</style>
border-color css
<style>
span { border-color: #5F0949; }
span { border-color: rgb(95,9,73); }
td.TdClassName
{
border-color: #5F0949;
}
.TagClassName
{
border-color: #5F0949;
}
</style>