Shades of Tyrian Purple #5E0330
Tints of Tyrian Purple #5E0330
RGB
CMYK
RGB Variations
Color information
#5E0330 (or 0x5E0330) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 30. RGB value is (94,3,48). Sum of RGB (Red+Green+Blue) = 94+3+48=145 (19% of max value = 765). Red value is 94 (37.11% from 255 or 64.83% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0330 is #A1FCCF. Grayscale: #232323. Windows color (decimal): -10616016 or 3146590. OLE color: 3146590.
HSL color Cylindrical-coordinate representation of color #5E0330: hue angle of 330.33º 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 #5E0330 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 48 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.63 |
| HSL | 330.33º | 0.94% | 0.19% | - |
| HSV(B) | 330.33º | 0.97% | 0.37% | - |
| XYZ | 5.18 | 2.66 | 3.04 | - |
| YUV | 35.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 48 | 0 | 0.97 | 0.49 | 0.63 | 330.33 | 0.94 | 0.19 |
| Hex | 5E | 3 | 30 | 0 | 61 | 31 | 3F | 14A | 5E | 13 |
| Octal | 136 | 3 | 60 | 0 | 141 | 61 | 77 | 512 | 136 | 23 |
| Binary | 1011110 | 11 | 110000 | 0 | 1100001 | 110001 | 111111 | 101001010 | 1011110 | 10011 |
Color Harmonies of #5E0330
Complementary color
Monochromatic Colors of #5E0330
Black with #5E0330
Text Example
Text Example
White with #5E0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0330; }
p { color: rgb(94,3,48); }
H1.HeaderClassName
{
color: #5E0330;
}
.AnyTagClassName
{
color: #5E0330;
}
</style>
background-color css
<style>
a { background-color: #5E0330; }
a { background-color: rgb(94,3,48); }
div.DivClassName
{
background-color: #5E0330;
}
.BgClassName
{
background-color: #5E0330;
}
</style>
border-color css
<style>
span { border-color: #5E0330; }
span { border-color: rgb(94,3,48); }
td.TdClassName
{
border-color: #5E0330;
}
.TagClassName
{
border-color: #5E0330;
}
</style>