Shades of Tyrian Purple #4B053D
Tints of Tyrian Purple #4B053D
RGB
CMYK
RGB Variations
Color information
#4B053D (or 0x4B053D) is known color: Tyrian Purple. HEX triplet: 4B, 05 and 3D. RGB value is (75,5,61). Sum of RGB (Red+Green+Blue) = 75+5+61=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B053D is #B4FAC2. Grayscale: #202020. Windows color (decimal): -11860675 or 3999051. OLE color: 3999051.
HSL color Cylindrical-coordinate representation of color #4B053D: hue angle of 312º 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 #4B053D is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 5 | 61 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.71 |
| HSL | 312º | 0.88% | 0.16% | - |
| HSV(B) | 312º | 0.93% | 0.29% | - |
| XYZ | 3.8 | 1.94 | 4.59 | - |
| YUV | 32.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 61 | 0 | 0.93 | 0.19 | 0.71 | 312 | 0.88 | 0.16 |
| Hex | 4B | 5 | 3D | 0 | 5D | 13 | 47 | 138 | 58 | 10 |
| Octal | 113 | 5 | 75 | 0 | 135 | 23 | 107 | 470 | 130 | 20 |
| Binary | 1001011 | 101 | 111101 | 0 | 1011101 | 10011 | 1000111 | 100111000 | 1011000 | 10000 |
Color Harmonies of #4B053D
Complementary color
Monochromatic Colors of #4B053D
Black with #4B053D
Text Example
Text Example
White with #4B053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B053D; }
p { color: rgb(75,5,61); }
H1.HeaderClassName
{
color: #4B053D;
}
.AnyTagClassName
{
color: #4B053D;
}
</style>
background-color css
<style>
a { background-color: #4B053D; }
a { background-color: rgb(75,5,61); }
div.DivClassName
{
background-color: #4B053D;
}
.BgClassName
{
background-color: #4B053D;
}
</style>
border-color css
<style>
span { border-color: #4B053D; }
span { border-color: rgb(75,5,61); }
td.TdClassName
{
border-color: #4B053D;
}
.TagClassName
{
border-color: #4B053D;
}
</style>