Shades of Tyrian Purple #5F0149
Tints of Tyrian Purple #5F0149
RGB
CMYK
RGB Variations
Color information
#5F0149 (or 0x5F0149) is known color: Tyrian Purple. HEX triplet: 5F, 01 and 49. RGB value is (95,1,73). Sum of RGB (Red+Green+Blue) = 95+1+73=169 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.21% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0149 is #A0FEB6. Grayscale: #252525. Windows color (decimal): -10550967 or 4784479. OLE color: 4784479.
HSL color Cylindrical-coordinate representation of color #5F0149: hue angle of 314.04º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0149 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.63 |
| HSL | 314.04º | 0.98% | 0.19% | - |
| HSV(B) | 314.04º | 0.99% | 0.37% | - |
| XYZ | 5.93 | 2.94 | 6.56 | - |
| YUV | 37.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 73 | 0 | 0.99 | 0.23 | 0.63 | 314.04 | 0.98 | 0.19 |
| Hex | 5F | 1 | 49 | 0 | 63 | 17 | 3F | 13A | 62 | 13 |
| Octal | 137 | 1 | 111 | 0 | 143 | 27 | 77 | 472 | 142 | 23 |
| Binary | 1011111 | 1 | 1001001 | 0 | 1100011 | 10111 | 111111 | 100111010 | 1100010 | 10011 |
Color Harmonies of #5F0149
Complementary color
Monochromatic Colors of #5F0149
Black with #5F0149
Text Example
Text Example
White with #5F0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0149; }
p { color: rgb(95,1,73); }
H1.HeaderClassName
{
color: #5F0149;
}
.AnyTagClassName
{
color: #5F0149;
}
</style>
background-color css
<style>
a { background-color: #5F0149; }
a { background-color: rgb(95,1,73); }
div.DivClassName
{
background-color: #5F0149;
}
.BgClassName
{
background-color: #5F0149;
}
</style>
border-color css
<style>
span { border-color: #5F0149; }
span { border-color: rgb(95,1,73); }
td.TdClassName
{
border-color: #5F0149;
}
.TagClassName
{
border-color: #5F0149;
}
</style>