Shades of Tyrian Purple #5F0148
Tints of Tyrian Purple #5F0148
RGB
CMYK
RGB Variations
Color information
#5F0148 (or 0x5F0148) is known color: Tyrian Purple. HEX triplet: 5F, 01 and 48. RGB value is (95,1,72). Sum of RGB (Red+Green+Blue) = 95+1+72=168 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.55% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0148 is #A0FEB7. Grayscale: #252525. Windows color (decimal): -10550968 or 4718943. OLE color: 4718943.
HSL color Cylindrical-coordinate representation of color #5F0148: hue angle of 314.68º 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 #5F0148 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 1 | 72 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.63 |
| HSL | 314.68º | 0.98% | 0.19% | - |
| HSV(B) | 314.68º | 0.99% | 0.37% | - |
| XYZ | 5.9 | 2.92 | 6.38 | - |
| YUV | 37.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 72 | 0 | 0.99 | 0.24 | 0.63 | 314.68 | 0.98 | 0.19 |
| Hex | 5F | 1 | 48 | 0 | 63 | 18 | 3F | 13B | 62 | 13 |
| Octal | 137 | 1 | 110 | 0 | 143 | 30 | 77 | 473 | 142 | 23 |
| Binary | 1011111 | 1 | 1001000 | 0 | 1100011 | 11000 | 111111 | 100111011 | 1100010 | 10011 |
Color Harmonies of #5F0148
Complementary color
Monochromatic Colors of #5F0148
Black with #5F0148
Text Example
Text Example
White with #5F0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0148; }
p { color: rgb(95,1,72); }
H1.HeaderClassName
{
color: #5F0148;
}
.AnyTagClassName
{
color: #5F0148;
}
</style>
background-color css
<style>
a { background-color: #5F0148; }
a { background-color: rgb(95,1,72); }
div.DivClassName
{
background-color: #5F0148;
}
.BgClassName
{
background-color: #5F0148;
}
</style>
border-color css
<style>
span { border-color: #5F0148; }
span { border-color: rgb(95,1,72); }
td.TdClassName
{
border-color: #5F0148;
}
.TagClassName
{
border-color: #5F0148;
}
</style>