Shades of Tyrian Purple #4B053C
Tints of Tyrian Purple #4B053C
RGB
CMYK
RGB Variations
Color information
#4B053C (or 0x4B053C) is known color: Tyrian Purple. HEX triplet: 4B, 05 and 3C. RGB value is (75,5,60). Sum of RGB (Red+Green+Blue) = 75+5+60=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B053C is #B4FAC3. Grayscale: #202020. Windows color (decimal): -11860676 or 3933515. OLE color: 3933515.
HSL color Cylindrical-coordinate representation of color #4B053C: hue angle of 312.86º 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 #4B053C is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 5 | 60 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.71 |
| HSL | 312.86º | 0.88% | 0.16% | - |
| HSV(B) | 312.86º | 0.93% | 0.29% | - |
| XYZ | 3.77 | 1.93 | 4.45 | - |
| YUV | 32.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 60 | 0 | 0.93 | 0.20 | 0.71 | 312.86 | 0.88 | 0.16 |
| Hex | 4B | 5 | 3C | 0 | 5D | 14 | 47 | 139 | 58 | 10 |
| Octal | 113 | 5 | 74 | 0 | 135 | 24 | 107 | 471 | 130 | 20 |
| Binary | 1001011 | 101 | 111100 | 0 | 1011101 | 10100 | 1000111 | 100111001 | 1011000 | 10000 |
Color Harmonies of #4B053C
Complementary color
Monochromatic Colors of #4B053C
Black with #4B053C
Text Example
Text Example
White with #4B053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B053C; }
p { color: rgb(75,5,60); }
H1.HeaderClassName
{
color: #4B053C;
}
.AnyTagClassName
{
color: #4B053C;
}
</style>
background-color css
<style>
a { background-color: #4B053C; }
a { background-color: rgb(75,5,60); }
div.DivClassName
{
background-color: #4B053C;
}
.BgClassName
{
background-color: #4B053C;
}
</style>
border-color css
<style>
span { border-color: #4B053C; }
span { border-color: rgb(75,5,60); }
td.TdClassName
{
border-color: #4B053C;
}
.TagClassName
{
border-color: #4B053C;
}
</style>