Shades of Tyrian Purple #4B0541
Tints of Tyrian Purple #4B0541
RGB
CMYK
RGB Variations
Color information
#4B0541 (or 0x4B0541) is known color: Tyrian Purple. HEX triplet: 4B, 05 and 41. RGB value is (75,5,65). Sum of RGB (Red+Green+Blue) = 75+5+65=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0541 is #B4FABE. Grayscale: #202020. Windows color (decimal): -11860671 or 4261195. OLE color: 4261195.
HSL color Cylindrical-coordinate representation of color #4B0541: hue angle of 308.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0541 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 5 | 65 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.71 |
| HSL | 308.57º | 0.88% | 0.16% | - |
| HSV(B) | 308.57º | 0.93% | 0.29% | - |
| XYZ | 3.91 | 1.99 | 5.18 | - |
| YUV | 32.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 65 | 0 | 0.93 | 0.13 | 0.71 | 308.57 | 0.88 | 0.16 |
| Hex | 4B | 5 | 41 | 0 | 5D | D | 47 | 135 | 58 | 10 |
| Octal | 113 | 5 | 101 | 0 | 135 | 15 | 107 | 465 | 130 | 20 |
| Binary | 1001011 | 101 | 1000001 | 0 | 1011101 | 1101 | 1000111 | 100110101 | 1011000 | 10000 |
Color Harmonies of #4B0541
Complementary color
Monochromatic Colors of #4B0541
Black with #4B0541
Text Example
Text Example
White with #4B0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0541; }
p { color: rgb(75,5,65); }
H1.HeaderClassName
{
color: #4B0541;
}
.AnyTagClassName
{
color: #4B0541;
}
</style>
background-color css
<style>
a { background-color: #4B0541; }
a { background-color: rgb(75,5,65); }
div.DivClassName
{
background-color: #4B0541;
}
.BgClassName
{
background-color: #4B0541;
}
</style>
border-color css
<style>
span { border-color: #4B0541; }
span { border-color: rgb(75,5,65); }
td.TdClassName
{
border-color: #4B0541;
}
.TagClassName
{
border-color: #4B0541;
}
</style>