Shades of Tyrian Purple #5F0551
Tints of Tyrian Purple #5F0551
RGB
CMYK
RGB Variations
Color information
#5F0551 (or 0x5F0551) is known color: Tyrian Purple. HEX triplet: 5F, 05 and 51. RGB value is (95,5,81). Sum of RGB (Red+Green+Blue) = 95+5+81=181 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.49% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0551 is #A0FAAE. Grayscale: #282828. Windows color (decimal): -10549935 or 5309791. OLE color: 5309791.
HSL color Cylindrical-coordinate representation of color #5F0551: hue angle of 309.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 #5F0551 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 5 | 81 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.63 |
| HSL | 309.33º | 0.9% | 0.2% | - |
| HSV(B) | 309.33º | 0.95% | 0.37% | - |
| XYZ | 6.26 | 3.14 | 8.06 | - |
| YUV | 40.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 5 | 81 | 0 | 0.95 | 0.15 | 0.63 | 309.33 | 0.9 | 0.2 |
| Hex | 5F | 5 | 51 | 0 | 5F | F | 3F | 135 | 5A | 14 |
| Octal | 137 | 5 | 121 | 0 | 137 | 17 | 77 | 465 | 132 | 24 |
| Binary | 1011111 | 101 | 1010001 | 0 | 1011111 | 1111 | 111111 | 100110101 | 1011010 | 10100 |
Color Harmonies of #5F0551
Complementary color
Monochromatic Colors of #5F0551
Black with #5F0551
Text Example
Text Example
White with #5F0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0551; }
p { color: rgb(95,5,81); }
H1.HeaderClassName
{
color: #5F0551;
}
.AnyTagClassName
{
color: #5F0551;
}
</style>
background-color css
<style>
a { background-color: #5F0551; }
a { background-color: rgb(95,5,81); }
div.DivClassName
{
background-color: #5F0551;
}
.BgClassName
{
background-color: #5F0551;
}
</style>
border-color css
<style>
span { border-color: #5F0551; }
span { border-color: rgb(95,5,81); }
td.TdClassName
{
border-color: #5F0551;
}
.TagClassName
{
border-color: #5F0551;
}
</style>