Shades of Tyrian Purple #5F113F
Tints of Tyrian Purple #5F113F
RGB
CMYK
RGB Variations
Color information
#5F113F (or 0x5F113F) is known color: Tyrian Purple. HEX triplet: 5F, 11 and 3F. RGB value is (95,17,63). Sum of RGB (Red+Green+Blue) = 95+17+63=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F113F is #A0EEC0. Grayscale: #2D2D2D. Windows color (decimal): -10546881 or 4133215. OLE color: 4133215.
HSL color Cylindrical-coordinate representation of color #5F113F: hue angle of 324.62º 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 #5F113F is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 17 | 63 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.63 |
| HSL | 324.62º | 0.7% | 0.22% | - |
| HSV(B) | 324.62º | 0.82% | 0.37% | - |
| XYZ | 5.82 | 3.19 | 5.01 | - |
| YUV | 45.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 17 | 63 | 0 | 0.82 | 0.34 | 0.63 | 324.62 | 0.7 | 0.22 |
| Hex | 5F | 11 | 3F | 0 | 52 | 22 | 3F | 145 | 46 | 16 |
| Octal | 137 | 21 | 77 | 0 | 122 | 42 | 77 | 505 | 106 | 26 |
| Binary | 1011111 | 10001 | 111111 | 0 | 1010010 | 100010 | 111111 | 101000101 | 1000110 | 10110 |
Color Harmonies of #5F113F
Complementary color
Monochromatic Colors of #5F113F
Black with #5F113F
Text Example
Text Example
White with #5F113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F113F; }
p { color: rgb(95,17,63); }
H1.HeaderClassName
{
color: #5F113F;
}
.AnyTagClassName
{
color: #5F113F;
}
</style>
background-color css
<style>
a { background-color: #5F113F; }
a { background-color: rgb(95,17,63); }
div.DivClassName
{
background-color: #5F113F;
}
.BgClassName
{
background-color: #5F113F;
}
</style>
border-color css
<style>
span { border-color: #5F113F; }
span { border-color: rgb(95,17,63); }
td.TdClassName
{
border-color: #5F113F;
}
.TagClassName
{
border-color: #5F113F;
}
</style>