Shades of Tyrian Purple #5F0929
Tints of Tyrian Purple #5F0929
RGB
CMYK
RGB Variations
Color information
#5F0929 (or 0x5F0929) is known color: Tyrian Purple. HEX triplet: 5F, 09 and 29. RGB value is (95,9,41). Sum of RGB (Red+Green+Blue) = 95+9+41=145 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.52% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0929 is #A0F6D6. Grayscale: #262626. Windows color (decimal): -10548951 or 2689375. OLE color: 2689375.
HSL color Cylindrical-coordinate representation of color #5F0929: hue angle of 337.67º 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 #5F0929 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 41 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.63 |
| HSL | 337.67º | 0.83% | 0.2% | - |
| HSV(B) | 337.67º | 0.91% | 0.37% | - |
| XYZ | 5.22 | 2.79 | 2.36 | - |
| YUV | 38.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 41 | 0 | 0.91 | 0.57 | 0.63 | 337.67 | 0.83 | 0.2 |
| Hex | 5F | 9 | 29 | 0 | 5B | 39 | 3F | 152 | 53 | 14 |
| Octal | 137 | 11 | 51 | 0 | 133 | 71 | 77 | 522 | 123 | 24 |
| Binary | 1011111 | 1001 | 101001 | 0 | 1011011 | 111001 | 111111 | 101010010 | 1010011 | 10100 |
Color Harmonies of #5F0929
Complementary color
Monochromatic Colors of #5F0929
Black with #5F0929
Text Example
Text Example
White with #5F0929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0929; }
p { color: rgb(95,9,41); }
H1.HeaderClassName
{
color: #5F0929;
}
.AnyTagClassName
{
color: #5F0929;
}
</style>
background-color css
<style>
a { background-color: #5F0929; }
a { background-color: rgb(95,9,41); }
div.DivClassName
{
background-color: #5F0929;
}
.BgClassName
{
background-color: #5F0929;
}
</style>
border-color css
<style>
span { border-color: #5F0929; }
span { border-color: rgb(95,9,41); }
td.TdClassName
{
border-color: #5F0929;
}
.TagClassName
{
border-color: #5F0929;
}
</style>