Shades of Tyrian Purple #5E0753
Tints of Tyrian Purple #5E0753
RGB
CMYK
RGB Variations
Color information
#5E0753 (or 0x5E0753) is known color: Tyrian Purple. HEX triplet: 5E, 07 and 53. RGB value is (94,7,83). Sum of RGB (Red+Green+Blue) = 94+7+83=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0753 is #A1F8AC. Grayscale: #292929. Windows color (decimal): -10614957 or 5441374. OLE color: 5441374.
HSL color Cylindrical-coordinate representation of color #5E0753: hue angle of 307.59º 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 #5E0753 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 7 | 83 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.63 |
| HSL | 307.59º | 0.86% | 0.2% | - |
| HSV(B) | 307.59º | 0.93% | 0.37% | - |
| XYZ | 6.25 | 3.16 | 8.46 | - |
| YUV | 41.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 83 | 0 | 0.93 | 0.12 | 0.63 | 307.59 | 0.86 | 0.2 |
| Hex | 5E | 7 | 53 | 0 | 5D | C | 3F | 134 | 56 | 14 |
| Octal | 136 | 7 | 123 | 0 | 135 | 14 | 77 | 464 | 126 | 24 |
| Binary | 1011110 | 111 | 1010011 | 0 | 1011101 | 1100 | 111111 | 100110100 | 1010110 | 10100 |
Color Harmonies of #5E0753
Complementary color
Monochromatic Colors of #5E0753
Black with #5E0753
Text Example
Text Example
White with #5E0753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0753; }
p { color: rgb(94,7,83); }
H1.HeaderClassName
{
color: #5E0753;
}
.AnyTagClassName
{
color: #5E0753;
}
</style>
background-color css
<style>
a { background-color: #5E0753; }
a { background-color: rgb(94,7,83); }
div.DivClassName
{
background-color: #5E0753;
}
.BgClassName
{
background-color: #5E0753;
}
</style>
border-color css
<style>
span { border-color: #5E0753; }
span { border-color: rgb(94,7,83); }
td.TdClassName
{
border-color: #5E0753;
}
.TagClassName
{
border-color: #5E0753;
}
</style>