Shades of Tyrian Purple #5E0752
Tints of Tyrian Purple #5E0752
RGB
CMYK
RGB Variations
Color information
#5E0752 (or 0x5E0752) is known color: Tyrian Purple. HEX triplet: 5E, 07 and 52. RGB value is (94,7,82). Sum of RGB (Red+Green+Blue) = 94+7+82=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0752 is #A1F8AD. Grayscale: #292929. Windows color (decimal): -10614958 or 5375838. OLE color: 5375838.
HSL color Cylindrical-coordinate representation of color #5E0752: hue angle of 308.28º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0752 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 7 | 82 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.63 |
| HSL | 308.28º | 0.86% | 0.2% | - |
| HSV(B) | 308.28º | 0.93% | 0.37% | - |
| XYZ | 6.22 | 3.14 | 8.26 | - |
| YUV | 41.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 82 | 0 | 0.93 | 0.13 | 0.63 | 308.28 | 0.86 | 0.2 |
| Hex | 5E | 7 | 52 | 0 | 5D | D | 3F | 134 | 56 | 14 |
| Octal | 136 | 7 | 122 | 0 | 135 | 15 | 77 | 464 | 126 | 24 |
| Binary | 1011110 | 111 | 1010010 | 0 | 1011101 | 1101 | 111111 | 100110100 | 1010110 | 10100 |
Color Harmonies of #5E0752
Complementary color
Monochromatic Colors of #5E0752
Black with #5E0752
Text Example
Text Example
White with #5E0752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0752; }
p { color: rgb(94,7,82); }
H1.HeaderClassName
{
color: #5E0752;
}
.AnyTagClassName
{
color: #5E0752;
}
</style>
background-color css
<style>
a { background-color: #5E0752; }
a { background-color: rgb(94,7,82); }
div.DivClassName
{
background-color: #5E0752;
}
.BgClassName
{
background-color: #5E0752;
}
</style>
border-color css
<style>
span { border-color: #5E0752; }
span { border-color: rgb(94,7,82); }
td.TdClassName
{
border-color: #5E0752;
}
.TagClassName
{
border-color: #5E0752;
}
</style>