Shades of Tyrian Purple #5F053E
Tints of Tyrian Purple #5F053E
RGB
CMYK
RGB Variations
Color information
#5F053E (or 0x5F053E) is known color: Tyrian Purple. HEX triplet: 5F, 05 and 3E. RGB value is (95,5,62). Sum of RGB (Red+Green+Blue) = 95+5+62=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F053E is #A0FAC1. Grayscale: #262626. Windows color (decimal): -10549954 or 4064607. OLE color: 4064607.
HSL color Cylindrical-coordinate representation of color #5F053E: hue angle of 322º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F053E is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 5 | 62 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.63 |
| HSL | 322º | 0.9% | 0.2% | - |
| HSV(B) | 322º | 0.95% | 0.37% | - |
| XYZ | 5.64 | 2.89 | 4.82 | - |
| YUV | 38.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 5 | 62 | 0 | 0.95 | 0.35 | 0.63 | 322 | 0.9 | 0.2 |
| Hex | 5F | 5 | 3E | 0 | 5F | 23 | 3F | 142 | 5A | 14 |
| Octal | 137 | 5 | 76 | 0 | 137 | 43 | 77 | 502 | 132 | 24 |
| Binary | 1011111 | 101 | 111110 | 0 | 1011111 | 100011 | 111111 | 101000010 | 1011010 | 10100 |
Color Harmonies of #5F053E
Complementary color
Monochromatic Colors of #5F053E
Black with #5F053E
Text Example
Text Example
White with #5F053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F053E; }
p { color: rgb(95,5,62); }
H1.HeaderClassName
{
color: #5F053E;
}
.AnyTagClassName
{
color: #5F053E;
}
</style>
background-color css
<style>
a { background-color: #5F053E; }
a { background-color: rgb(95,5,62); }
div.DivClassName
{
background-color: #5F053E;
}
.BgClassName
{
background-color: #5F053E;
}
</style>
border-color css
<style>
span { border-color: #5F053E; }
span { border-color: rgb(95,5,62); }
td.TdClassName
{
border-color: #5F053E;
}
.TagClassName
{
border-color: #5F053E;
}
</style>