Shades of Tyrian Purple #5F032D
Tints of Tyrian Purple #5F032D
RGB
CMYK
RGB Variations
Color information
#5F032D (or 0x5F032D) is known color: Tyrian Purple. HEX triplet: 5F, 03 and 2D. RGB value is (95,3,45). Sum of RGB (Red+Green+Blue) = 95+3+45=143 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.43% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 95 - color contains mainly: red. Hex color #5F032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F032D is #A0FCD2. Grayscale: #232323. Windows color (decimal): -10550483 or 2949983. OLE color: 2949983.
HSL color Cylindrical-coordinate representation of color #5F032D: hue angle of 332.61º 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 #5F032D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 45 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.63 |
| HSL | 332.61º | 0.94% | 0.19% | - |
| HSV(B) | 332.61º | 0.97% | 0.37% | - |
| XYZ | 5.23 | 2.69 | 2.73 | - |
| YUV | 35.3 | 133.48 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 45 | 0 | 0.97 | 0.53 | 0.63 | 332.61 | 0.94 | 0.19 |
| Hex | 5F | 3 | 2D | 0 | 61 | 35 | 3F | 14D | 5E | 13 |
| Octal | 137 | 3 | 55 | 0 | 141 | 65 | 77 | 515 | 136 | 23 |
| Binary | 1011111 | 11 | 101101 | 0 | 1100001 | 110101 | 111111 | 101001101 | 1011110 | 10011 |
Color Harmonies of #5F032D
Complementary color
Monochromatic Colors of #5F032D
Black with #5F032D
Text Example
Text Example
White with #5F032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F032D; }
p { color: rgb(95,3,45); }
H1.HeaderClassName
{
color: #5F032D;
}
.AnyTagClassName
{
color: #5F032D;
}
</style>
background-color css
<style>
a { background-color: #5F032D; }
a { background-color: rgb(95,3,45); }
div.DivClassName
{
background-color: #5F032D;
}
.BgClassName
{
background-color: #5F032D;
}
</style>
border-color css
<style>
span { border-color: #5F032D; }
span { border-color: rgb(95,3,45); }
td.TdClassName
{
border-color: #5F032D;
}
.TagClassName
{
border-color: #5F032D;
}
</style>