Shades of Tyrian Purple #5F0941
Tints of Tyrian Purple #5F0941
RGB
CMYK
RGB Variations
Color information
#5F0941 (or 0x5F0941) is known color: Tyrian Purple. HEX triplet: 5F, 09 and 41. RGB value is (95,9,65). Sum of RGB (Red+Green+Blue) = 95+9+65=169 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.21% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0941 is #A0F6BE. Grayscale: #282828. Windows color (decimal): -10548927 or 4262239. OLE color: 4262239.
HSL color Cylindrical-coordinate representation of color #5F0941: hue angle of 320.93º 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 #5F0941 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 65 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.63 |
| HSL | 320.93º | 0.83% | 0.2% | - |
| HSV(B) | 320.93º | 0.91% | 0.37% | - |
| XYZ | 5.77 | 3.01 | 5.28 | - |
| YUV | 41.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 65 | 0 | 0.91 | 0.32 | 0.63 | 320.93 | 0.83 | 0.2 |
| Hex | 5F | 9 | 41 | 0 | 5B | 20 | 3F | 141 | 53 | 14 |
| Octal | 137 | 11 | 101 | 0 | 133 | 40 | 77 | 501 | 123 | 24 |
| Binary | 1011111 | 1001 | 1000001 | 0 | 1011011 | 100000 | 111111 | 101000001 | 1010011 | 10100 |
Color Harmonies of #5F0941
Complementary color
Monochromatic Colors of #5F0941
Black with #5F0941
Text Example
Text Example
White with #5F0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0941; }
p { color: rgb(95,9,65); }
H1.HeaderClassName
{
color: #5F0941;
}
.AnyTagClassName
{
color: #5F0941;
}
</style>
background-color css
<style>
a { background-color: #5F0941; }
a { background-color: rgb(95,9,65); }
div.DivClassName
{
background-color: #5F0941;
}
.BgClassName
{
background-color: #5F0941;
}
</style>
border-color css
<style>
span { border-color: #5F0941; }
span { border-color: rgb(95,9,65); }
td.TdClassName
{
border-color: #5F0941;
}
.TagClassName
{
border-color: #5F0941;
}
</style>