Shades of Tyrian Purple #5F032A
Tints of Tyrian Purple #5F032A
RGB
CMYK
RGB Variations
Color information
#5F032A (or 0x5F032A) is known color: Tyrian Purple. HEX triplet: 5F, 03 and 2A. RGB value is (95,3,42). Sum of RGB (Red+Green+Blue) = 95+3+42=140 (18% of max value = 765). Red value is 95 (37.5% from 255 or 67.86% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 95 - color contains mainly: red. Hex color #5F032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F032A is #A0FCD5. Grayscale: #222222. Windows color (decimal): -10550486 or 2753375. OLE color: 2753375.
HSL color Cylindrical-coordinate representation of color #5F032A: hue angle of 334.57º 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 #5F032A is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 42 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.63 |
| HSL | 334.57º | 0.94% | 0.19% | - |
| HSV(B) | 334.57º | 0.97% | 0.37% | - |
| XYZ | 5.17 | 2.67 | 2.43 | - |
| YUV | 34.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 42 | 0 | 0.97 | 0.56 | 0.63 | 334.57 | 0.94 | 0.19 |
| Hex | 5F | 3 | 2A | 0 | 61 | 38 | 3F | 14F | 5E | 13 |
| Octal | 137 | 3 | 52 | 0 | 141 | 70 | 77 | 517 | 136 | 23 |
| Binary | 1011111 | 11 | 101010 | 0 | 1100001 | 111000 | 111111 | 101001111 | 1011110 | 10011 |
Color Harmonies of #5F032A
Complementary color
Monochromatic Colors of #5F032A
Black with #5F032A
Text Example
Text Example
White with #5F032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F032A; }
p { color: rgb(95,3,42); }
H1.HeaderClassName
{
color: #5F032A;
}
.AnyTagClassName
{
color: #5F032A;
}
</style>
background-color css
<style>
a { background-color: #5F032A; }
a { background-color: rgb(95,3,42); }
div.DivClassName
{
background-color: #5F032A;
}
.BgClassName
{
background-color: #5F032A;
}
</style>
border-color css
<style>
span { border-color: #5F032A; }
span { border-color: rgb(95,3,42); }
td.TdClassName
{
border-color: #5F032A;
}
.TagClassName
{
border-color: #5F032A;
}
</style>