Shades of Tyrian Purple #5E032F
Tints of Tyrian Purple #5E032F
RGB
CMYK
RGB Variations
Color information
#5E032F (or 0x5E032F) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 2F. RGB value is (94,3,47). Sum of RGB (Red+Green+Blue) = 94+3+47=144 (19% of max value = 765). Red value is 94 (37.11% from 255 or 65.28% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 94 - color contains mainly: red. Hex color #5E032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E032F is #A1FCD0. Grayscale: #232323. Windows color (decimal): -10616017 or 3081054. OLE color: 3081054.
HSL color Cylindrical-coordinate representation of color #5E032F: hue angle of 330.99º 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 #5E032F is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 47 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.63 |
| HSL | 330.99º | 0.94% | 0.19% | - |
| HSV(B) | 330.99º | 0.97% | 0.37% | - |
| XYZ | 5.16 | 2.65 | 2.93 | - |
| YUV | 35.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 47 | 0 | 0.97 | 0.5 | 0.63 | 330.99 | 0.94 | 0.19 |
| Hex | 5E | 3 | 2F | 0 | 61 | 32 | 3F | 14B | 5E | 13 |
| Octal | 136 | 3 | 57 | 0 | 141 | 62 | 77 | 513 | 136 | 23 |
| Binary | 1011110 | 11 | 101111 | 0 | 1100001 | 110010 | 111111 | 101001011 | 1011110 | 10011 |
Color Harmonies of #5E032F
Complementary color
Monochromatic Colors of #5E032F
Black with #5E032F
Text Example
Text Example
White with #5E032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E032F; }
p { color: rgb(94,3,47); }
H1.HeaderClassName
{
color: #5E032F;
}
.AnyTagClassName
{
color: #5E032F;
}
</style>
background-color css
<style>
a { background-color: #5E032F; }
a { background-color: rgb(94,3,47); }
div.DivClassName
{
background-color: #5E032F;
}
.BgClassName
{
background-color: #5E032F;
}
</style>
border-color css
<style>
span { border-color: #5E032F; }
span { border-color: rgb(94,3,47); }
td.TdClassName
{
border-color: #5E032F;
}
.TagClassName
{
border-color: #5E032F;
}
</style>