Shades of Tyrian Purple #5F0340
Tints of Tyrian Purple #5F0340
RGB
CMYK
RGB Variations
Color information
#5F0340 (or 0x5F0340) is known color: Tyrian Purple. HEX triplet: 5F, 03 and 40. RGB value is (95,3,64). Sum of RGB (Red+Green+Blue) = 95+3+64=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0340 is #A0FCBF. Grayscale: #252525. Windows color (decimal): -10550464 or 4195167. OLE color: 4195167.
HSL color Cylindrical-coordinate representation of color #5F0340: hue angle of 320.22º 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 #5F0340 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 64 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.63 |
| HSL | 320.22º | 0.94% | 0.19% | - |
| HSV(B) | 320.22º | 0.97% | 0.37% | - |
| XYZ | 5.68 | 2.87 | 5.1 | - |
| YUV | 37.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 64 | 0 | 0.97 | 0.33 | 0.63 | 320.22 | 0.94 | 0.19 |
| Hex | 5F | 3 | 40 | 0 | 61 | 21 | 3F | 140 | 5E | 13 |
| Octal | 137 | 3 | 100 | 0 | 141 | 41 | 77 | 500 | 136 | 23 |
| Binary | 1011111 | 11 | 1000000 | 0 | 1100001 | 100001 | 111111 | 101000000 | 1011110 | 10011 |
Color Harmonies of #5F0340
Complementary color
Monochromatic Colors of #5F0340
Black with #5F0340
Text Example
Text Example
White with #5F0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0340; }
p { color: rgb(95,3,64); }
H1.HeaderClassName
{
color: #5F0340;
}
.AnyTagClassName
{
color: #5F0340;
}
</style>
background-color css
<style>
a { background-color: #5F0340; }
a { background-color: rgb(95,3,64); }
div.DivClassName
{
background-color: #5F0340;
}
.BgClassName
{
background-color: #5F0340;
}
</style>
border-color css
<style>
span { border-color: #5F0340; }
span { border-color: rgb(95,3,64); }
td.TdClassName
{
border-color: #5F0340;
}
.TagClassName
{
border-color: #5F0340;
}
</style>