Shades of Tyrian Purple #5F002D
Tints of Tyrian Purple #5F002D
RGB
CMYK
RGB Variations
Color information
#5F002D (or 0x5F002D) is known color: Tyrian Purple. HEX triplet: 5F, 00 and 2D. RGB value is (95,0,45). Sum of RGB (Red+Green+Blue) = 95+0+45=140 (18% of max value = 765). Red value is 95 (37.5% from 255 or 67.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 95 - color contains mainly: red. Hex color #5F002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F002D is #A0FFD2. Grayscale: #212121. Windows color (decimal): -10551251 or 2949215. OLE color: 2949215.
HSL color Cylindrical-coordinate representation of color #5F002D: hue angle of 331.58º 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 #5F002D is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.53 | 0.63 |
| HSL | 331.58º | 1% | 0.19% | - |
| HSV(B) | 331.58º | 1% | 0.37% | - |
| XYZ | 5.19 | 2.62 | 2.72 | - |
| YUV | 33.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 45 | 0 | 1 | 0.53 | 0.63 | 331.58 | 1 | 0.19 |
| Hex | 5F | 0 | 2D | 0 | 64 | 35 | 3F | 14C | 64 | 13 |
| Octal | 137 | 0 | 55 | 0 | 144 | 65 | 77 | 514 | 144 | 23 |
| Binary | 1011111 | 0 | 101101 | 0 | 1100100 | 110101 | 111111 | 101001100 | 1100100 | 10011 |
Color Harmonies of #5F002D
Complementary color
Monochromatic Colors of #5F002D
Black with #5F002D
Text Example
Text Example
White with #5F002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F002D; }
p { color: rgb(95,0,45); }
H1.HeaderClassName
{
color: #5F002D;
}
.AnyTagClassName
{
color: #5F002D;
}
</style>
background-color css
<style>
a { background-color: #5F002D; }
a { background-color: rgb(95,0,45); }
div.DivClassName
{
background-color: #5F002D;
}
.BgClassName
{
background-color: #5F002D;
}
</style>
border-color css
<style>
span { border-color: #5F002D; }
span { border-color: rgb(95,0,45); }
td.TdClassName
{
border-color: #5F002D;
}
.TagClassName
{
border-color: #5F002D;
}
</style>