Shades of Tyrian Purple #5F042E
Tints of Tyrian Purple #5F042E
RGB
CMYK
RGB Variations
Color information
#5F042E (or 0x5F042E) is known color: Tyrian Purple. HEX triplet: 5F, 04 and 2E. RGB value is (95,4,46). Sum of RGB (Red+Green+Blue) = 95+4+46=145 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.52% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 95 - color contains mainly: red. Hex color #5F042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F042E is #A0FBD1. Grayscale: #232323. Windows color (decimal): -10550226 or 3015775. OLE color: 3015775.
HSL color Cylindrical-coordinate representation of color #5F042E: hue angle of 332.31º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F042E is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 4 | 46 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.63 |
| HSL | 332.31º | 0.92% | 0.19% | - |
| HSV(B) | 332.31º | 0.96% | 0.37% | - |
| XYZ | 5.26 | 2.72 | 2.83 | - |
| YUV | 36 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 4 | 46 | 0 | 0.96 | 0.52 | 0.63 | 332.31 | 0.92 | 0.19 |
| Hex | 5F | 4 | 2E | 0 | 60 | 34 | 3F | 14C | 5C | 13 |
| Octal | 137 | 4 | 56 | 0 | 140 | 64 | 77 | 514 | 134 | 23 |
| Binary | 1011111 | 100 | 101110 | 0 | 1100000 | 110100 | 111111 | 101001100 | 1011100 | 10011 |
Color Harmonies of #5F042E
Complementary color
Monochromatic Colors of #5F042E
Black with #5F042E
Text Example
Text Example
White with #5F042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F042E; }
p { color: rgb(95,4,46); }
H1.HeaderClassName
{
color: #5F042E;
}
.AnyTagClassName
{
color: #5F042E;
}
</style>
background-color css
<style>
a { background-color: #5F042E; }
a { background-color: rgb(95,4,46); }
div.DivClassName
{
background-color: #5F042E;
}
.BgClassName
{
background-color: #5F042E;
}
</style>
border-color css
<style>
span { border-color: #5F042E; }
span { border-color: rgb(95,4,46); }
td.TdClassName
{
border-color: #5F042E;
}
.TagClassName
{
border-color: #5F042E;
}
</style>