Shades of Tyrian Purple #4B0141
Tints of Tyrian Purple #4B0141
RGB
CMYK
RGB Variations
Color information
#4B0141 (or 0x4B0141) is known color: Tyrian Purple. HEX triplet: 4B, 01 and 41. RGB value is (75,1,65). Sum of RGB (Red+Green+Blue) = 75+1+65=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0141 is #B4FEBE. Grayscale: #1E1E1E. Windows color (decimal): -11861695 or 4260171. OLE color: 4260171.
HSL color Cylindrical-coordinate representation of color #4B0141: hue angle of 308.11º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B0141 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.71 |
| HSL | 308.11º | 0.97% | 0.15% | - |
| HSV(B) | 308.11º | 0.99% | 0.29% | - |
| XYZ | 3.87 | 1.9 | 5.16 | - |
| YUV | 30.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 65 | 0 | 0.99 | 0.13 | 0.71 | 308.11 | 0.97 | 0.15 |
| Hex | 4B | 1 | 41 | 0 | 63 | D | 47 | 134 | 61 | F |
| Octal | 113 | 1 | 101 | 0 | 143 | 15 | 107 | 464 | 141 | 17 |
| Binary | 1001011 | 1 | 1000001 | 0 | 1100011 | 1101 | 1000111 | 100110100 | 1100001 | 1111 |
Color Harmonies of #4B0141
Complementary color
Monochromatic Colors of #4B0141
Black with #4B0141
Text Example
Text Example
White with #4B0141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0141; }
p { color: rgb(75,1,65); }
H1.HeaderClassName
{
color: #4B0141;
}
.AnyTagClassName
{
color: #4B0141;
}
</style>
background-color css
<style>
a { background-color: #4B0141; }
a { background-color: rgb(75,1,65); }
div.DivClassName
{
background-color: #4B0141;
}
.BgClassName
{
background-color: #4B0141;
}
</style>
border-color css
<style>
span { border-color: #4B0141; }
span { border-color: rgb(75,1,65); }
td.TdClassName
{
border-color: #4B0141;
}
.TagClassName
{
border-color: #4B0141;
}
</style>