Shades of Tyrian Purple #5E033C
Tints of Tyrian Purple #5E033C
RGB
CMYK
RGB Variations
Color information
#5E033C (or 0x5E033C) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 3C. RGB value is (94,3,60). Sum of RGB (Red+Green+Blue) = 94+3+60=157 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.87% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 94 - color contains mainly: red. Hex color #5E033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E033C is #A1FCC3. Grayscale: #242424. Windows color (decimal): -10616004 or 3933022. OLE color: 3933022.
HSL color Cylindrical-coordinate representation of color #5E033C: hue angle of 322.42º 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 #5E033C is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 3 | 60 | - |
CMYK | 0 | 0.97 | 0.36 | 0.63 |
HSL | 322.42º | 0.94% | 0.19% | - |
HSV(B) | 322.42º | 0.97% | 0.37% | - |
XYZ | 5.46 | 2.77 | 4.52 | - |
YUV | 36.71 | 141.15 | 168.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 3 | 60 | 0 | 0.97 | 0.36 | 0.63 | 322.42 | 0.94 | 0.19 |
Hex | 5E | 3 | 3C | 0 | 61 | 24 | 3F | 142 | 5E | 13 |
Octal | 136 | 3 | 74 | 0 | 141 | 44 | 77 | 502 | 136 | 23 |
Binary | 1011110 | 11 | 111100 | 0 | 1100001 | 100100 | 111111 | 101000010 | 1011110 | 10011 |
Color Harmonies of #5E033C
Complementary color
Monochromatic Colors of #5E033C
Black with #5E033C
Text Example
Text Example
White with #5E033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E033C; }
p { color: rgb(94,3,60); }
H1.HeaderClassName
{
color: #5E033C;
}
.AnyTagClassName
{
color: #5E033C;
}
</style>
background-color css
<style>
a { background-color: #5E033C; }
a { background-color: rgb(94,3,60); }
div.DivClassName
{
background-color: #5E033C;
}
.BgClassName
{
background-color: #5E033C;
}
</style>
border-color css
<style>
span { border-color: #5E033C; }
span { border-color: rgb(94,3,60); }
td.TdClassName
{
border-color: #5E033C;
}
.TagClassName
{
border-color: #5E033C;
}
</style>