Shades of Tyrian Purple #4B0247
Tints of Tyrian Purple #4B0247
RGB
CMYK
RGB Variations
Color information
#4B0247 (or 0x4B0247) is known color: Tyrian Purple. HEX triplet: 4B, 02 and 47. RGB value is (75,2,71). Sum of RGB (Red+Green+Blue) = 75+2+71=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0247 is #B4FDB8. Grayscale: #1F1F1F. Windows color (decimal): -11861433 or 4653643. OLE color: 4653643.
HSL color Cylindrical-coordinate representation of color #4B0247: hue angle of 303.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0247 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 2 | 71 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.71 |
| HSL | 303.29º | 0.95% | 0.15% | - |
| HSV(B) | 303.29º | 0.97% | 0.29% | - |
| XYZ | 4.06 | 1.99 | 6.13 | - |
| YUV | 31.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 71 | 0 | 0.97 | 0.05 | 0.71 | 303.29 | 0.95 | 0.15 |
| Hex | 4B | 2 | 47 | 0 | 61 | 5 | 47 | 12F | 5F | F |
| Octal | 113 | 2 | 107 | 0 | 141 | 5 | 107 | 457 | 137 | 17 |
| Binary | 1001011 | 10 | 1000111 | 0 | 1100001 | 101 | 1000111 | 100101111 | 1011111 | 1111 |
Color Harmonies of #4B0247
Complementary color
Monochromatic Colors of #4B0247
Black with #4B0247
Text Example
Text Example
White with #4B0247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0247; }
p { color: rgb(75,2,71); }
H1.HeaderClassName
{
color: #4B0247;
}
.AnyTagClassName
{
color: #4B0247;
}
</style>
background-color css
<style>
a { background-color: #4B0247; }
a { background-color: rgb(75,2,71); }
div.DivClassName
{
background-color: #4B0247;
}
.BgClassName
{
background-color: #4B0247;
}
</style>
border-color css
<style>
span { border-color: #4B0247; }
span { border-color: rgb(75,2,71); }
td.TdClassName
{
border-color: #4B0247;
}
.TagClassName
{
border-color: #4B0247;
}
</style>