Shades of Tyrian Purple #5F1136
Tints of Tyrian Purple #5F1136
RGB
CMYK
RGB Variations
Color information
#5F1136 (or 0x5F1136) is known color: Tyrian Purple. HEX triplet: 5F, 11 and 36. RGB value is (95,17,54). Sum of RGB (Red+Green+Blue) = 95+17+54=166 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.23% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1136 is #A0EEC9. Grayscale: #2C2C2C. Windows color (decimal): -10546890 or 3543391. OLE color: 3543391.
HSL color Cylindrical-coordinate representation of color #5F1136: hue angle of 331.54º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F1136 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 17 | 54 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.63 |
| HSL | 331.54º | 0.7% | 0.22% | - |
| HSV(B) | 331.54º | 0.82% | 0.37% | - |
| XYZ | 5.59 | 3.1 | 3.79 | - |
| YUV | 44.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 17 | 54 | 0 | 0.82 | 0.43 | 0.63 | 331.54 | 0.7 | 0.22 |
| Hex | 5F | 11 | 36 | 0 | 52 | 2B | 3F | 14C | 46 | 16 |
| Octal | 137 | 21 | 66 | 0 | 122 | 53 | 77 | 514 | 106 | 26 |
| Binary | 1011111 | 10001 | 110110 | 0 | 1010010 | 101011 | 111111 | 101001100 | 1000110 | 10110 |
Color Harmonies of #5F1136
Complementary color
Monochromatic Colors of #5F1136
Black with #5F1136
Text Example
Text Example
White with #5F1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1136; }
p { color: rgb(95,17,54); }
H1.HeaderClassName
{
color: #5F1136;
}
.AnyTagClassName
{
color: #5F1136;
}
</style>
background-color css
<style>
a { background-color: #5F1136; }
a { background-color: rgb(95,17,54); }
div.DivClassName
{
background-color: #5F1136;
}
.BgClassName
{
background-color: #5F1136;
}
</style>
border-color css
<style>
span { border-color: #5F1136; }
span { border-color: rgb(95,17,54); }
td.TdClassName
{
border-color: #5F1136;
}
.TagClassName
{
border-color: #5F1136;
}
</style>