Shades of Tyrian Purple #5F0343
Tints of Tyrian Purple #5F0343
RGB
CMYK
RGB Variations
Color information
#5F0343 (or 0x5F0343) is known color: Tyrian Purple. HEX triplet: 5F, 03 and 43. RGB value is (95,3,67). Sum of RGB (Red+Green+Blue) = 95+3+67=165 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.58% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0343 is #A0FCBC. Grayscale: #252525. Windows color (decimal): -10550461 or 4391775. OLE color: 4391775.
HSL color Cylindrical-coordinate representation of color #5F0343: hue angle of 318.26º 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 #5F0343 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 67 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.63 |
| HSL | 318.26º | 0.94% | 0.19% | - |
| HSV(B) | 318.26º | 0.97% | 0.37% | - |
| XYZ | 5.76 | 2.9 | 5.57 | - |
| YUV | 37.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 67 | 0 | 0.97 | 0.29 | 0.63 | 318.26 | 0.94 | 0.19 |
| Hex | 5F | 3 | 43 | 0 | 61 | 1D | 3F | 13E | 5E | 13 |
| Octal | 137 | 3 | 103 | 0 | 141 | 35 | 77 | 476 | 136 | 23 |
| Binary | 1011111 | 11 | 1000011 | 0 | 1100001 | 11101 | 111111 | 100111110 | 1011110 | 10011 |
Color Harmonies of #5F0343
Complementary color
Monochromatic Colors of #5F0343
Black with #5F0343
Text Example
Text Example
White with #5F0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0343; }
p { color: rgb(95,3,67); }
H1.HeaderClassName
{
color: #5F0343;
}
.AnyTagClassName
{
color: #5F0343;
}
</style>
background-color css
<style>
a { background-color: #5F0343; }
a { background-color: rgb(95,3,67); }
div.DivClassName
{
background-color: #5F0343;
}
.BgClassName
{
background-color: #5F0343;
}
</style>
border-color css
<style>
span { border-color: #5F0343; }
span { border-color: rgb(95,3,67); }
td.TdClassName
{
border-color: #5F0343;
}
.TagClassName
{
border-color: #5F0343;
}
</style>