Shades of Tyrian Purple #5F012E
Tints of Tyrian Purple #5F012E
RGB
CMYK
RGB Variations
Color information
#5F012E (or 0x5F012E) is known color: Tyrian Purple. HEX triplet: 5F, 01 and 2E. RGB value is (95,1,46). Sum of RGB (Red+Green+Blue) = 95+1+46=142 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.90% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 95 - color contains mainly: red. Hex color #5F012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F012E is #A0FED1. Grayscale: #222222. Windows color (decimal): -10550994 or 3015007. OLE color: 3015007.
HSL color Cylindrical-coordinate representation of color #5F012E: hue angle of 331.28º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F012E is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.63 |
| HSL | 331.28º | 0.98% | 0.19% | - |
| HSV(B) | 331.28º | 0.99% | 0.37% | - |
| XYZ | 5.22 | 2.65 | 2.82 | - |
| YUV | 34.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 46 | 0 | 0.99 | 0.52 | 0.63 | 331.28 | 0.98 | 0.19 |
| Hex | 5F | 1 | 2E | 0 | 63 | 34 | 3F | 14B | 62 | 13 |
| Octal | 137 | 1 | 56 | 0 | 143 | 64 | 77 | 513 | 142 | 23 |
| Binary | 1011111 | 1 | 101110 | 0 | 1100011 | 110100 | 111111 | 101001011 | 1100010 | 10011 |
Color Harmonies of #5F012E
Complementary color
Monochromatic Colors of #5F012E
Black with #5F012E
Text Example
Text Example
White with #5F012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F012E; }
p { color: rgb(95,1,46); }
H1.HeaderClassName
{
color: #5F012E;
}
.AnyTagClassName
{
color: #5F012E;
}
</style>
background-color css
<style>
a { background-color: #5F012E; }
a { background-color: rgb(95,1,46); }
div.DivClassName
{
background-color: #5F012E;
}
.BgClassName
{
background-color: #5F012E;
}
</style>
border-color css
<style>
span { border-color: #5F012E; }
span { border-color: rgb(95,1,46); }
td.TdClassName
{
border-color: #5F012E;
}
.TagClassName
{
border-color: #5F012E;
}
</style>