Shades of Tyrian Purple #5F054E
Tints of Tyrian Purple #5F054E
RGB
CMYK
RGB Variations
Color information
#5F054E (or 0x5F054E) is known color: Tyrian Purple. HEX triplet: 5F, 05 and 4E. RGB value is (95,5,78). Sum of RGB (Red+Green+Blue) = 95+5+78=178 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.37% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 95 - color contains mainly: red. Hex color #5F054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F054E is #A0FAB1. Grayscale: #282828. Windows color (decimal): -10549938 or 5113183. OLE color: 5113183.
HSL color Cylindrical-coordinate representation of color #5F054E: hue angle of 311.33º 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 #5F054E is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 5 | 78 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.63 |
| HSL | 311.33º | 0.9% | 0.2% | - |
| HSV(B) | 311.33º | 0.95% | 0.37% | - |
| XYZ | 6.15 | 3.09 | 7.48 | - |
| YUV | 40.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 5 | 78 | 0 | 0.95 | 0.18 | 0.63 | 311.33 | 0.9 | 0.2 |
| Hex | 5F | 5 | 4E | 0 | 5F | 12 | 3F | 137 | 5A | 14 |
| Octal | 137 | 5 | 116 | 0 | 137 | 22 | 77 | 467 | 132 | 24 |
| Binary | 1011111 | 101 | 1001110 | 0 | 1011111 | 10010 | 111111 | 100110111 | 1011010 | 10100 |
Color Harmonies of #5F054E
Complementary color
Monochromatic Colors of #5F054E
Black with #5F054E
Text Example
Text Example
White with #5F054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F054E; }
p { color: rgb(95,5,78); }
H1.HeaderClassName
{
color: #5F054E;
}
.AnyTagClassName
{
color: #5F054E;
}
</style>
background-color css
<style>
a { background-color: #5F054E; }
a { background-color: rgb(95,5,78); }
div.DivClassName
{
background-color: #5F054E;
}
.BgClassName
{
background-color: #5F054E;
}
</style>
border-color css
<style>
span { border-color: #5F054E; }
span { border-color: rgb(95,5,78); }
td.TdClassName
{
border-color: #5F054E;
}
.TagClassName
{
border-color: #5F054E;
}
</style>