Shades of Tyrian Purple #5F003C
Tints of Tyrian Purple #5F003C
RGB
CMYK
RGB Variations
Color information
#5F003C (or 0x5F003C) is known color: Tyrian Purple. HEX triplet: 5F, 00 and 3C. RGB value is (95,0,60). Sum of RGB (Red+Green+Blue) = 95+0+60=155 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.29% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 95 - color contains mainly: red. Hex color #5F003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F003C is #A0FFC3. Grayscale: #232323. Windows color (decimal): -10551236 or 3932255. OLE color: 3932255.
HSL color Cylindrical-coordinate representation of color #5F003C: hue angle of 322.11º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F003C is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.37 | 0.63 |
| HSL | 322.11º | 1% | 0.19% | - |
| HSV(B) | 322.11º | 1% | 0.37% | - |
| XYZ | 5.53 | 2.76 | 4.52 | - |
| YUV | 35.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 60 | 0 | 1 | 0.37 | 0.63 | 322.11 | 1 | 0.19 |
| Hex | 5F | 0 | 3C | 0 | 64 | 25 | 3F | 142 | 64 | 13 |
| Octal | 137 | 0 | 74 | 0 | 144 | 45 | 77 | 502 | 144 | 23 |
| Binary | 1011111 | 0 | 111100 | 0 | 1100100 | 100101 | 111111 | 101000010 | 1100100 | 10011 |
Color Harmonies of #5F003C
Complementary color
Monochromatic Colors of #5F003C
Black with #5F003C
Text Example
Text Example
White with #5F003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F003C; }
p { color: rgb(95,0,60); }
H1.HeaderClassName
{
color: #5F003C;
}
.AnyTagClassName
{
color: #5F003C;
}
</style>
background-color css
<style>
a { background-color: #5F003C; }
a { background-color: rgb(95,0,60); }
div.DivClassName
{
background-color: #5F003C;
}
.BgClassName
{
background-color: #5F003C;
}
</style>
border-color css
<style>
span { border-color: #5F003C; }
span { border-color: rgb(95,0,60); }
td.TdClassName
{
border-color: #5F003C;
}
.TagClassName
{
border-color: #5F003C;
}
</style>