Shades of Tyrian Purple #5F0D2F
Tints of Tyrian Purple #5F0D2F
RGB
CMYK
RGB Variations
Color information
#5F0D2F (or 0x5F0D2F) is known color: Tyrian Purple. HEX triplet: 5F, 0D and 2F. RGB value is (95,13,47). Sum of RGB (Red+Green+Blue) = 95+13+47=155 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.29% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0D2F is #A0F2D0. Grayscale: #292929. Windows color (decimal): -10547921 or 3083615. OLE color: 3083615.
HSL color Cylindrical-coordinate representation of color #5F0D2F: hue angle of 335.12º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F0D2F is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 13 | 47 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.63 |
| HSL | 335.12º | 0.76% | 0.21% | - |
| HSV(B) | 335.12º | 0.86% | 0.37% | - |
| XYZ | 5.38 | 2.93 | 2.97 | - |
| YUV | 41.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 13 | 47 | 0 | 0.86 | 0.51 | 0.63 | 335.12 | 0.76 | 0.21 |
| Hex | 5F | D | 2F | 0 | 56 | 33 | 3F | 14F | 4C | 15 |
| Octal | 137 | 15 | 57 | 0 | 126 | 63 | 77 | 517 | 114 | 25 |
| Binary | 1011111 | 1101 | 101111 | 0 | 1010110 | 110011 | 111111 | 101001111 | 1001100 | 10101 |
Color Harmonies of #5F0D2F
Complementary color
Monochromatic Colors of #5F0D2F
Black with #5F0D2F
Text Example
Text Example
White with #5F0D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0D2F; }
p { color: rgb(95,13,47); }
H1.HeaderClassName
{
color: #5F0D2F;
}
.AnyTagClassName
{
color: #5F0D2F;
}
</style>
background-color css
<style>
a { background-color: #5F0D2F; }
a { background-color: rgb(95,13,47); }
div.DivClassName
{
background-color: #5F0D2F;
}
.BgClassName
{
background-color: #5F0D2F;
}
</style>
border-color css
<style>
span { border-color: #5F0D2F; }
span { border-color: rgb(95,13,47); }
td.TdClassName
{
border-color: #5F0D2F;
}
.TagClassName
{
border-color: #5F0D2F;
}
</style>