Shades of Tyrian Purple #5E062F
Tints of Tyrian Purple #5E062F
RGB
CMYK
RGB Variations
Color information
#5E062F (or 0x5E062F) is known color: Tyrian Purple. HEX triplet: 5E, 06 and 2F. RGB value is (94,6,47). Sum of RGB (Red+Green+Blue) = 94+6+47=147 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.95% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 94 - color contains mainly: red. Hex color #5E062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E062F is #A1F9D0. Grayscale: #242424. Windows color (decimal): -10615249 or 3081822. OLE color: 3081822.
HSL color Cylindrical-coordinate representation of color #5E062F: hue angle of 332.05º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E062F is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 6 | 47 | - |
| CMYK | 0 | 0.94 | 0.5 | 0.63 |
| HSL | 332.05º | 0.88% | 0.2% | - |
| HSV(B) | 332.05º | 0.94% | 0.37% | - |
| XYZ | 5.19 | 2.72 | 2.94 | - |
| YUV | 36.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 6 | 47 | 0 | 0.94 | 0.5 | 0.63 | 332.05 | 0.88 | 0.2 |
| Hex | 5E | 6 | 2F | 0 | 5E | 32 | 3F | 14C | 58 | 14 |
| Octal | 136 | 6 | 57 | 0 | 136 | 62 | 77 | 514 | 130 | 24 |
| Binary | 1011110 | 110 | 101111 | 0 | 1011110 | 110010 | 111111 | 101001100 | 1011000 | 10100 |
Color Harmonies of #5E062F
Complementary color
Monochromatic Colors of #5E062F
Black with #5E062F
Text Example
Text Example
White with #5E062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E062F; }
p { color: rgb(94,6,47); }
H1.HeaderClassName
{
color: #5E062F;
}
.AnyTagClassName
{
color: #5E062F;
}
</style>
background-color css
<style>
a { background-color: #5E062F; }
a { background-color: rgb(94,6,47); }
div.DivClassName
{
background-color: #5E062F;
}
.BgClassName
{
background-color: #5E062F;
}
</style>
border-color css
<style>
span { border-color: #5E062F; }
span { border-color: rgb(94,6,47); }
td.TdClassName
{
border-color: #5E062F;
}
.TagClassName
{
border-color: #5E062F;
}
</style>