Shades of Tyrian Purple #5F013F
Tints of Tyrian Purple #5F013F
RGB
CMYK
RGB Variations
Color information
#5F013F (or 0x5F013F) is known color: Tyrian Purple. HEX triplet: 5F, 01 and 3F. RGB value is (95,1,63). Sum of RGB (Red+Green+Blue) = 95+1+63=159 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.75% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 95 - color contains mainly: red. Hex color #5F013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F013F is #A0FEC0. Grayscale: #242424. Windows color (decimal): -10550977 or 4129119. OLE color: 4129119.
HSL color Cylindrical-coordinate representation of color #5F013F: hue angle of 320.43º 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 #5F013F is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.63 |
| HSL | 320.43º | 0.98% | 0.19% | - |
| HSV(B) | 320.43º | 0.99% | 0.37% | - |
| XYZ | 5.63 | 2.81 | 4.95 | - |
| YUV | 36.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 63 | 0 | 0.99 | 0.34 | 0.63 | 320.43 | 0.98 | 0.19 |
| Hex | 5F | 1 | 3F | 0 | 63 | 22 | 3F | 140 | 62 | 13 |
| Octal | 137 | 1 | 77 | 0 | 143 | 42 | 77 | 500 | 142 | 23 |
| Binary | 1011111 | 1 | 111111 | 0 | 1100011 | 100010 | 111111 | 101000000 | 1100010 | 10011 |
Color Harmonies of #5F013F
Complementary color
Monochromatic Colors of #5F013F
Black with #5F013F
Text Example
Text Example
White with #5F013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F013F; }
p { color: rgb(95,1,63); }
H1.HeaderClassName
{
color: #5F013F;
}
.AnyTagClassName
{
color: #5F013F;
}
</style>
background-color css
<style>
a { background-color: #5F013F; }
a { background-color: rgb(95,1,63); }
div.DivClassName
{
background-color: #5F013F;
}
.BgClassName
{
background-color: #5F013F;
}
</style>
border-color css
<style>
span { border-color: #5F013F; }
span { border-color: rgb(95,1,63); }
td.TdClassName
{
border-color: #5F013F;
}
.TagClassName
{
border-color: #5F013F;
}
</style>