Shades of Tyrian Purple #5F0935
Tints of Tyrian Purple #5F0935
RGB
CMYK
RGB Variations
Color information
#5F0935 (or 0x5F0935) is known color: Tyrian Purple. HEX triplet: 5F, 09 and 35. RGB value is (95,9,53). Sum of RGB (Red+Green+Blue) = 95+9+53=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0935 is #A0F6CA. Grayscale: #272727. Windows color (decimal): -10548939 or 3475807. OLE color: 3475807.
HSL color Cylindrical-coordinate representation of color #5F0935: hue angle of 329.3º 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 #5F0935 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 53 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.63 |
| HSL | 329.3º | 0.83% | 0.2% | - |
| HSV(B) | 329.3º | 0.91% | 0.37% | - |
| XYZ | 5.46 | 2.89 | 3.64 | - |
| YUV | 39.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 53 | 0 | 0.91 | 0.44 | 0.63 | 329.3 | 0.83 | 0.2 |
| Hex | 5F | 9 | 35 | 0 | 5B | 2C | 3F | 149 | 53 | 14 |
| Octal | 137 | 11 | 65 | 0 | 133 | 54 | 77 | 511 | 123 | 24 |
| Binary | 1011111 | 1001 | 110101 | 0 | 1011011 | 101100 | 111111 | 101001001 | 1010011 | 10100 |
Color Harmonies of #5F0935
Complementary color
Monochromatic Colors of #5F0935
Black with #5F0935
Text Example
Text Example
White with #5F0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0935; }
p { color: rgb(95,9,53); }
H1.HeaderClassName
{
color: #5F0935;
}
.AnyTagClassName
{
color: #5F0935;
}
</style>
background-color css
<style>
a { background-color: #5F0935; }
a { background-color: rgb(95,9,53); }
div.DivClassName
{
background-color: #5F0935;
}
.BgClassName
{
background-color: #5F0935;
}
</style>
border-color css
<style>
span { border-color: #5F0935; }
span { border-color: rgb(95,9,53); }
td.TdClassName
{
border-color: #5F0935;
}
.TagClassName
{
border-color: #5F0935;
}
</style>