Shades of Tyrian Purple #5F013E
Tints of Tyrian Purple #5F013E
RGB
CMYK
RGB Variations
Color information
#5F013E (or 0x5F013E) is known color: Tyrian Purple. HEX triplet: 5F, 01 and 3E. RGB value is (95,1,62). Sum of RGB (Red+Green+Blue) = 95+1+62=158 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.13% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 95 - color contains mainly: red. Hex color #5F013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F013E is #A0FEC1. Grayscale: #232323. Windows color (decimal): -10550978 or 4063583. OLE color: 4063583.
HSL color Cylindrical-coordinate representation of color #5F013E: hue angle of 321.06º 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 #5F013E is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.63 |
| HSL | 321.06º | 0.98% | 0.19% | - |
| HSV(B) | 321.06º | 0.99% | 0.37% | - |
| XYZ | 5.6 | 2.8 | 4.8 | - |
| YUV | 36.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 62 | 0 | 0.99 | 0.35 | 0.63 | 321.06 | 0.98 | 0.19 |
| Hex | 5F | 1 | 3E | 0 | 63 | 23 | 3F | 141 | 62 | 13 |
| Octal | 137 | 1 | 76 | 0 | 143 | 43 | 77 | 501 | 142 | 23 |
| Binary | 1011111 | 1 | 111110 | 0 | 1100011 | 100011 | 111111 | 101000001 | 1100010 | 10011 |
Color Harmonies of #5F013E
Complementary color
Monochromatic Colors of #5F013E
Black with #5F013E
Text Example
Text Example
White with #5F013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F013E; }
p { color: rgb(95,1,62); }
H1.HeaderClassName
{
color: #5F013E;
}
.AnyTagClassName
{
color: #5F013E;
}
</style>
background-color css
<style>
a { background-color: #5F013E; }
a { background-color: rgb(95,1,62); }
div.DivClassName
{
background-color: #5F013E;
}
.BgClassName
{
background-color: #5F013E;
}
</style>
border-color css
<style>
span { border-color: #5F013E; }
span { border-color: rgb(95,1,62); }
td.TdClassName
{
border-color: #5F013E;
}
.TagClassName
{
border-color: #5F013E;
}
</style>