Shades of Tyrian Purple #5F0334
Tints of Tyrian Purple #5F0334
RGB
CMYK
RGB Variations
Color information
#5F0334 (or 0x5F0334) is known color: Tyrian Purple. HEX triplet: 5F, 03 and 34. RGB value is (95,3,52). Sum of RGB (Red+Green+Blue) = 95+3+52=150 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0334 is #A0FCCB. Grayscale: #232323. Windows color (decimal): -10550476 or 3408735. OLE color: 3408735.
HSL color Cylindrical-coordinate representation of color #5F0334: hue angle of 328.04º 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 #5F0334 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 52 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.63 |
| HSL | 328.04º | 0.94% | 0.19% | - |
| HSV(B) | 328.04º | 0.97% | 0.37% | - |
| XYZ | 5.37 | 2.75 | 3.5 | - |
| YUV | 36.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 52 | 0 | 0.97 | 0.45 | 0.63 | 328.04 | 0.94 | 0.19 |
| Hex | 5F | 3 | 34 | 0 | 61 | 2D | 3F | 148 | 5E | 13 |
| Octal | 137 | 3 | 64 | 0 | 141 | 55 | 77 | 510 | 136 | 23 |
| Binary | 1011111 | 11 | 110100 | 0 | 1100001 | 101101 | 111111 | 101001000 | 1011110 | 10011 |
Color Harmonies of #5F0334
Complementary color
Monochromatic Colors of #5F0334
Black with #5F0334
Text Example
Text Example
White with #5F0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0334; }
p { color: rgb(95,3,52); }
H1.HeaderClassName
{
color: #5F0334;
}
.AnyTagClassName
{
color: #5F0334;
}
</style>
background-color css
<style>
a { background-color: #5F0334; }
a { background-color: rgb(95,3,52); }
div.DivClassName
{
background-color: #5F0334;
}
.BgClassName
{
background-color: #5F0334;
}
</style>
border-color css
<style>
span { border-color: #5F0334; }
span { border-color: rgb(95,3,52); }
td.TdClassName
{
border-color: #5F0334;
}
.TagClassName
{
border-color: #5F0334;
}
</style>