Shades of Tyrian Purple #5F004E
Tints of Tyrian Purple #5F004E
RGB
CMYK
RGB Variations
Color information
#5F004E (or 0x5F004E) is known color: Tyrian Purple. HEX triplet: 5F, 00 and 4E. RGB value is (95,0,78). Sum of RGB (Red+Green+Blue) = 95+0+78=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F004E is #A0FFB1. Grayscale: #252525. Windows color (decimal): -10551218 or 5111903. OLE color: 5111903.
HSL color Cylindrical-coordinate representation of color #5F004E: hue angle of 310.74º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F004E is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.18 | 0.63 |
| HSL | 310.74º | 1% | 0.19% | - |
| HSV(B) | 310.74º | 1% | 0.37% | - |
| XYZ | 6.09 | 2.98 | 7.46 | - |
| YUV | 37.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 78 | 0 | 1 | 0.18 | 0.63 | 310.74 | 1 | 0.19 |
| Hex | 5F | 0 | 4E | 0 | 64 | 12 | 3F | 137 | 64 | 13 |
| Octal | 137 | 0 | 116 | 0 | 144 | 22 | 77 | 467 | 144 | 23 |
| Binary | 1011111 | 0 | 1001110 | 0 | 1100100 | 10010 | 111111 | 100110111 | 1100100 | 10011 |
Color Harmonies of #5F004E
Complementary color
Monochromatic Colors of #5F004E
Black with #5F004E
Text Example
Text Example
White with #5F004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F004E; }
p { color: rgb(95,0,78); }
H1.HeaderClassName
{
color: #5F004E;
}
.AnyTagClassName
{
color: #5F004E;
}
</style>
background-color css
<style>
a { background-color: #5F004E; }
a { background-color: rgb(95,0,78); }
div.DivClassName
{
background-color: #5F004E;
}
.BgClassName
{
background-color: #5F004E;
}
</style>
border-color css
<style>
span { border-color: #5F004E; }
span { border-color: rgb(95,0,78); }
td.TdClassName
{
border-color: #5F004E;
}
.TagClassName
{
border-color: #5F004E;
}
</style>