Shades of Tyrian Purple #5F134C
Tints of Tyrian Purple #5F134C
RGB
CMYK
RGB Variations
Color information
#5F134C (or 0x5F134C) is known color: Tyrian Purple. HEX triplet: 5F, 13 and 4C. RGB value is (95,19,76). Sum of RGB (Red+Green+Blue) = 95+19+76=190 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 95 - color contains mainly: red. Hex color #5F134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F134C is #A0ECB3. Grayscale: #303030. Windows color (decimal): -10546356 or 4985695. OLE color: 4985695.
HSL color Cylindrical-coordinate representation of color #5F134C: hue angle of 315º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F134C is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 19 | 76 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.63 |
| HSL | 315º | 0.67% | 0.22% | - |
| HSV(B) | 315º | 0.8% | 0.37% | - |
| XYZ | 6.26 | 3.42 | 7.17 | - |
| YUV | 48.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 76 | 0 | 0.80 | 0.20 | 0.63 | 315 | 0.67 | 0.22 |
| Hex | 5F | 13 | 4C | 0 | 50 | 14 | 3F | 13B | 43 | 16 |
| Octal | 137 | 23 | 114 | 0 | 120 | 24 | 77 | 473 | 103 | 26 |
| Binary | 1011111 | 10011 | 1001100 | 0 | 1010000 | 10100 | 111111 | 100111011 | 1000011 | 10110 |
Color Harmonies of #5F134C
Complementary color
Monochromatic Colors of #5F134C
Black with #5F134C
Text Example
Text Example
White with #5F134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F134C; }
p { color: rgb(95,19,76); }
H1.HeaderClassName
{
color: #5F134C;
}
.AnyTagClassName
{
color: #5F134C;
}
</style>
background-color css
<style>
a { background-color: #5F134C; }
a { background-color: rgb(95,19,76); }
div.DivClassName
{
background-color: #5F134C;
}
.BgClassName
{
background-color: #5F134C;
}
</style>
border-color css
<style>
span { border-color: #5F134C; }
span { border-color: rgb(95,19,76); }
td.TdClassName
{
border-color: #5F134C;
}
.TagClassName
{
border-color: #5F134C;
}
</style>