Shades of Tyrian Purple #5F1135
Tints of Tyrian Purple #5F1135
RGB
CMYK
RGB Variations
Color information
#5F1135 (or 0x5F1135) is known color: Tyrian Purple. HEX triplet: 5F, 11 and 35. RGB value is (95,17,53). Sum of RGB (Red+Green+Blue) = 95+17+53=165 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.58% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1135 is #A0EECA. Grayscale: #2C2C2C. Windows color (decimal): -10546891 or 3477855. OLE color: 3477855.
HSL color Cylindrical-coordinate representation of color #5F1135: hue angle of 332.31º 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 #5F1135 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 17 | 53 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.63 |
| HSL | 332.31º | 0.7% | 0.22% | - |
| HSV(B) | 332.31º | 0.82% | 0.37% | - |
| XYZ | 5.56 | 3.09 | 3.67 | - |
| YUV | 44.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 17 | 53 | 0 | 0.82 | 0.44 | 0.63 | 332.31 | 0.7 | 0.22 |
| Hex | 5F | 11 | 35 | 0 | 52 | 2C | 3F | 14C | 46 | 16 |
| Octal | 137 | 21 | 65 | 0 | 122 | 54 | 77 | 514 | 106 | 26 |
| Binary | 1011111 | 10001 | 110101 | 0 | 1010010 | 101100 | 111111 | 101001100 | 1000110 | 10110 |
Color Harmonies of #5F1135
Complementary color
Monochromatic Colors of #5F1135
Black with #5F1135
Text Example
Text Example
White with #5F1135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1135; }
p { color: rgb(95,17,53); }
H1.HeaderClassName
{
color: #5F1135;
}
.AnyTagClassName
{
color: #5F1135;
}
</style>
background-color css
<style>
a { background-color: #5F1135; }
a { background-color: rgb(95,17,53); }
div.DivClassName
{
background-color: #5F1135;
}
.BgClassName
{
background-color: #5F1135;
}
</style>
border-color css
<style>
span { border-color: #5F1135; }
span { border-color: rgb(95,17,53); }
td.TdClassName
{
border-color: #5F1135;
}
.TagClassName
{
border-color: #5F1135;
}
</style>