Shades of Tyrian Purple #5F0B32
Tints of Tyrian Purple #5F0B32
RGB
CMYK
RGB Variations
Color information
#5F0B32 (or 0x5F0B32) is known color: Tyrian Purple. HEX triplet: 5F, 0B and 32. RGB value is (95,11,50). Sum of RGB (Red+Green+Blue) = 95+11+50=156 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.90% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0B32 is #A0F4CD. Grayscale: #282828. Windows color (decimal): -10548430 or 3279711. OLE color: 3279711.
HSL color Cylindrical-coordinate representation of color #5F0B32: hue angle of 332.14º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F0B32 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 11 | 50 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.63 |
| HSL | 332.14º | 0.79% | 0.21% | - |
| HSV(B) | 332.14º | 0.88% | 0.37% | - |
| XYZ | 5.41 | 2.9 | 3.29 | - |
| YUV | 40.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 11 | 50 | 0 | 0.88 | 0.47 | 0.63 | 332.14 | 0.79 | 0.21 |
| Hex | 5F | B | 32 | 0 | 58 | 2F | 3F | 14C | 4F | 15 |
| Octal | 137 | 13 | 62 | 0 | 130 | 57 | 77 | 514 | 117 | 25 |
| Binary | 1011111 | 1011 | 110010 | 0 | 1011000 | 101111 | 111111 | 101001100 | 1001111 | 10101 |
Color Harmonies of #5F0B32
Complementary color
Monochromatic Colors of #5F0B32
Black with #5F0B32
Text Example
Text Example
White with #5F0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0B32; }
p { color: rgb(95,11,50); }
H1.HeaderClassName
{
color: #5F0B32;
}
.AnyTagClassName
{
color: #5F0B32;
}
</style>
background-color css
<style>
a { background-color: #5F0B32; }
a { background-color: rgb(95,11,50); }
div.DivClassName
{
background-color: #5F0B32;
}
.BgClassName
{
background-color: #5F0B32;
}
</style>
border-color css
<style>
span { border-color: #5F0B32; }
span { border-color: rgb(95,11,50); }
td.TdClassName
{
border-color: #5F0B32;
}
.TagClassName
{
border-color: #5F0B32;
}
</style>