Shades of Tyrian Purple #5F032E
Tints of Tyrian Purple #5F032E
RGB
CMYK
RGB Variations
Color information
#5F032E (or 0x5F032E) is known color: Tyrian Purple. HEX triplet: 5F, 03 and 2E. RGB value is (95,3,46). Sum of RGB (Red+Green+Blue) = 95+3+46=144 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.97% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 95 - color contains mainly: red. Hex color #5F032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F032E is #A0FCD1. Grayscale: #232323. Windows color (decimal): -10550482 or 3015519. OLE color: 3015519.
HSL color Cylindrical-coordinate representation of color #5F032E: hue angle of 331.96º 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 #5F032E is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 46 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.63 |
| HSL | 331.96º | 0.94% | 0.19% | - |
| HSV(B) | 331.96º | 0.97% | 0.37% | - |
| XYZ | 5.25 | 2.7 | 2.83 | - |
| YUV | 35.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 46 | 0 | 0.97 | 0.52 | 0.63 | 331.96 | 0.94 | 0.19 |
| Hex | 5F | 3 | 2E | 0 | 61 | 34 | 3F | 14C | 5E | 13 |
| Octal | 137 | 3 | 56 | 0 | 141 | 64 | 77 | 514 | 136 | 23 |
| Binary | 1011111 | 11 | 101110 | 0 | 1100001 | 110100 | 111111 | 101001100 | 1011110 | 10011 |
Color Harmonies of #5F032E
Complementary color
Monochromatic Colors of #5F032E
Black with #5F032E
Text Example
Text Example
White with #5F032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F032E; }
p { color: rgb(95,3,46); }
H1.HeaderClassName
{
color: #5F032E;
}
.AnyTagClassName
{
color: #5F032E;
}
</style>
background-color css
<style>
a { background-color: #5F032E; }
a { background-color: rgb(95,3,46); }
div.DivClassName
{
background-color: #5F032E;
}
.BgClassName
{
background-color: #5F032E;
}
</style>
border-color css
<style>
span { border-color: #5F032E; }
span { border-color: rgb(95,3,46); }
td.TdClassName
{
border-color: #5F032E;
}
.TagClassName
{
border-color: #5F032E;
}
</style>