Shades of Tyrian Purple #5F0355
Tints of Tyrian Purple #5F0355
RGB
CMYK
RGB Variations
Color information
#5F0355 (or 0x5F0355) is known color: Tyrian Purple. HEX triplet: 5F, 03 and 55. RGB value is (95,3,85). Sum of RGB (Red+Green+Blue) = 95+3+85=183 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.91% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0355 is #A0FCAA. Grayscale: #272727. Windows color (decimal): -10550443 or 5571423. OLE color: 5571423.
HSL color Cylindrical-coordinate representation of color #5F0355: hue angle of 306.52º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0355 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 85 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.63 |
| HSL | 306.52º | 0.94% | 0.19% | - |
| HSV(B) | 306.52º | 0.97% | 0.37% | - |
| XYZ | 6.39 | 3.15 | 8.87 | - |
| YUV | 39.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 85 | 0 | 0.97 | 0.11 | 0.63 | 306.52 | 0.94 | 0.19 |
| Hex | 5F | 3 | 55 | 0 | 61 | B | 3F | 133 | 5E | 13 |
| Octal | 137 | 3 | 125 | 0 | 141 | 13 | 77 | 463 | 136 | 23 |
| Binary | 1011111 | 11 | 1010101 | 0 | 1100001 | 1011 | 111111 | 100110011 | 1011110 | 10011 |
Color Harmonies of #5F0355
Complementary color
Monochromatic Colors of #5F0355
Black with #5F0355
Text Example
Text Example
White with #5F0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0355; }
p { color: rgb(95,3,85); }
H1.HeaderClassName
{
color: #5F0355;
}
.AnyTagClassName
{
color: #5F0355;
}
</style>
background-color css
<style>
a { background-color: #5F0355; }
a { background-color: rgb(95,3,85); }
div.DivClassName
{
background-color: #5F0355;
}
.BgClassName
{
background-color: #5F0355;
}
</style>
border-color css
<style>
span { border-color: #5F0355; }
span { border-color: rgb(95,3,85); }
td.TdClassName
{
border-color: #5F0355;
}
.TagClassName
{
border-color: #5F0355;
}
</style>