Shades of Tyrian Purple #5F0940
Tints of Tyrian Purple #5F0940
RGB
CMYK
RGB Variations
Color information
#5F0940 (or 0x5F0940) is known color: Tyrian Purple. HEX triplet: 5F, 09 and 40. RGB value is (95,9,64). Sum of RGB (Red+Green+Blue) = 95+9+64=168 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.55% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0940 is #A0F6BF. Grayscale: #282828. Windows color (decimal): -10548928 or 4196703. OLE color: 4196703.
HSL color Cylindrical-coordinate representation of color #5F0940: hue angle of 321.63º 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 #5F0940 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 64 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.63 |
| HSL | 321.63º | 0.83% | 0.2% | - |
| HSV(B) | 321.63º | 0.91% | 0.37% | - |
| XYZ | 5.74 | 3 | 5.13 | - |
| YUV | 40.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 64 | 0 | 0.91 | 0.33 | 0.63 | 321.63 | 0.83 | 0.2 |
| Hex | 5F | 9 | 40 | 0 | 5B | 21 | 3F | 142 | 53 | 14 |
| Octal | 137 | 11 | 100 | 0 | 133 | 41 | 77 | 502 | 123 | 24 |
| Binary | 1011111 | 1001 | 1000000 | 0 | 1011011 | 100001 | 111111 | 101000010 | 1010011 | 10100 |
Color Harmonies of #5F0940
Complementary color
Monochromatic Colors of #5F0940
Black with #5F0940
Text Example
Text Example
White with #5F0940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0940; }
p { color: rgb(95,9,64); }
H1.HeaderClassName
{
color: #5F0940;
}
.AnyTagClassName
{
color: #5F0940;
}
</style>
background-color css
<style>
a { background-color: #5F0940; }
a { background-color: rgb(95,9,64); }
div.DivClassName
{
background-color: #5F0940;
}
.BgClassName
{
background-color: #5F0940;
}
</style>
border-color css
<style>
span { border-color: #5F0940; }
span { border-color: rgb(95,9,64); }
td.TdClassName
{
border-color: #5F0940;
}
.TagClassName
{
border-color: #5F0940;
}
</style>