Shades of Tyrian Purple #4B053E
Tints of Tyrian Purple #4B053E
RGB
CMYK
RGB Variations
Color information
#4B053E (or 0x4B053E) is known color: Tyrian Purple. HEX triplet: 4B, 05 and 3E. RGB value is (75,5,62). Sum of RGB (Red+Green+Blue) = 75+5+62=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B053E is #B4FAC1. Grayscale: #202020. Windows color (decimal): -11860674 or 4064587. OLE color: 4064587.
HSL color Cylindrical-coordinate representation of color #4B053E: hue angle of 311.14º 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 #4B053E is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 5 | 62 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.71 |
| HSL | 311.14º | 0.88% | 0.16% | - |
| HSV(B) | 311.14º | 0.93% | 0.29% | - |
| XYZ | 3.83 | 1.95 | 4.73 | - |
| YUV | 32.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 62 | 0 | 0.93 | 0.17 | 0.71 | 311.14 | 0.88 | 0.16 |
| Hex | 4B | 5 | 3E | 0 | 5D | 11 | 47 | 137 | 58 | 10 |
| Octal | 113 | 5 | 76 | 0 | 135 | 21 | 107 | 467 | 130 | 20 |
| Binary | 1001011 | 101 | 111110 | 0 | 1011101 | 10001 | 1000111 | 100110111 | 1011000 | 10000 |
Color Harmonies of #4B053E
Complementary color
Monochromatic Colors of #4B053E
Black with #4B053E
Text Example
Text Example
White with #4B053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B053E; }
p { color: rgb(75,5,62); }
H1.HeaderClassName
{
color: #4B053E;
}
.AnyTagClassName
{
color: #4B053E;
}
</style>
background-color css
<style>
a { background-color: #4B053E; }
a { background-color: rgb(75,5,62); }
div.DivClassName
{
background-color: #4B053E;
}
.BgClassName
{
background-color: #4B053E;
}
</style>
border-color css
<style>
span { border-color: #4B053E; }
span { border-color: rgb(75,5,62); }
td.TdClassName
{
border-color: #4B053E;
}
.TagClassName
{
border-color: #4B053E;
}
</style>