Shades of Tyrian Purple #5E0552
Tints of Tyrian Purple #5E0552
RGB
CMYK
RGB Variations
Color information
#5E0552 (or 0x5E0552) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 52. RGB value is (94,5,82). Sum of RGB (Red+Green+Blue) = 94+5+82=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0552 is #A1FAAD. Grayscale: #282828. Windows color (decimal): -10615470 or 5375326. OLE color: 5375326.
HSL color Cylindrical-coordinate representation of color #5E0552: hue angle of 308.09º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0552 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 5 | 82 | - |
CMYK | 0 | 0.95 | 0.13 | 0.63 |
HSL | 308.09º | 0.9% | 0.19% | - |
HSV(B) | 308.09º | 0.95% | 0.37% | - |
XYZ | 6.19 | 3.1 | 8.25 | - |
YUV | 40.39 | 151.49 | 166.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 5 | 82 | 0 | 0.95 | 0.13 | 0.63 | 308.09 | 0.9 | 0.19 |
Hex | 5E | 5 | 52 | 0 | 5F | D | 3F | 134 | 5A | 13 |
Octal | 136 | 5 | 122 | 0 | 137 | 15 | 77 | 464 | 132 | 23 |
Binary | 1011110 | 101 | 1010010 | 0 | 1011111 | 1101 | 111111 | 100110100 | 1011010 | 10011 |
Color Harmonies of #5E0552
Complementary color
Monochromatic Colors of #5E0552
Black with #5E0552
Text Example
Text Example
White with #5E0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0552; }
p { color: rgb(94,5,82); }
H1.HeaderClassName
{
color: #5E0552;
}
.AnyTagClassName
{
color: #5E0552;
}
</style>
background-color css
<style>
a { background-color: #5E0552; }
a { background-color: rgb(94,5,82); }
div.DivClassName
{
background-color: #5E0552;
}
.BgClassName
{
background-color: #5E0552;
}
</style>
border-color css
<style>
span { border-color: #5E0552; }
span { border-color: rgb(94,5,82); }
td.TdClassName
{
border-color: #5E0552;
}
.TagClassName
{
border-color: #5E0552;
}
</style>