Shades of Tyrian Purple #5F0339
Tints of Tyrian Purple #5F0339
RGB
CMYK
RGB Variations
Color information
#5F0339 (or 0x5F0339) is known color: Tyrian Purple. HEX triplet: 5F, 03 and 39. RGB value is (95,3,57). Sum of RGB (Red+Green+Blue) = 95+3+57=155 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.29% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0339 is #A0FCC6. Grayscale: #242424. Windows color (decimal): -10550471 or 3736415. OLE color: 3736415.
HSL color Cylindrical-coordinate representation of color #5F0339: hue angle of 324.78º 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 #5F0339 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 57 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.63 |
| HSL | 324.78º | 0.94% | 0.19% | - |
| HSV(B) | 324.78º | 0.97% | 0.37% | - |
| XYZ | 5.49 | 2.79 | 4.12 | - |
| YUV | 36.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 57 | 0 | 0.97 | 0.40 | 0.63 | 324.78 | 0.94 | 0.19 |
| Hex | 5F | 3 | 39 | 0 | 61 | 28 | 3F | 145 | 5E | 13 |
| Octal | 137 | 3 | 71 | 0 | 141 | 50 | 77 | 505 | 136 | 23 |
| Binary | 1011111 | 11 | 111001 | 0 | 1100001 | 101000 | 111111 | 101000101 | 1011110 | 10011 |
Color Harmonies of #5F0339
Complementary color
Monochromatic Colors of #5F0339
Black with #5F0339
Text Example
Text Example
White with #5F0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0339; }
p { color: rgb(95,3,57); }
H1.HeaderClassName
{
color: #5F0339;
}
.AnyTagClassName
{
color: #5F0339;
}
</style>
background-color css
<style>
a { background-color: #5F0339; }
a { background-color: rgb(95,3,57); }
div.DivClassName
{
background-color: #5F0339;
}
.BgClassName
{
background-color: #5F0339;
}
</style>
border-color css
<style>
span { border-color: #5F0339; }
span { border-color: rgb(95,3,57); }
td.TdClassName
{
border-color: #5F0339;
}
.TagClassName
{
border-color: #5F0339;
}
</style>