Shades of Tyrian Purple #4B043B
Tints of Tyrian Purple #4B043B
RGB
CMYK
RGB Variations
Color information
#4B043B (or 0x4B043B) is known color: Tyrian Purple. HEX triplet: 4B, 04 and 3B. RGB value is (75,4,59). Sum of RGB (Red+Green+Blue) = 75+4+59=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B043B is #B4FBC4. Grayscale: #1F1F1F. Windows color (decimal): -11860933 or 3867723. OLE color: 3867723.
HSL color Cylindrical-coordinate representation of color #4B043B: hue angle of 313.52º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B043B is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 4 | 59 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.71 |
| HSL | 313.52º | 0.9% | 0.15% | - |
| HSV(B) | 313.52º | 0.95% | 0.29% | - |
| XYZ | 3.73 | 1.9 | 4.31 | - |
| YUV | 31.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 59 | 0 | 0.95 | 0.21 | 0.71 | 313.52 | 0.9 | 0.15 |
| Hex | 4B | 4 | 3B | 0 | 5F | 15 | 47 | 13A | 5A | F |
| Octal | 113 | 4 | 73 | 0 | 137 | 25 | 107 | 472 | 132 | 17 |
| Binary | 1001011 | 100 | 111011 | 0 | 1011111 | 10101 | 1000111 | 100111010 | 1011010 | 1111 |
Color Harmonies of #4B043B
Complementary color
Monochromatic Colors of #4B043B
Black with #4B043B
Text Example
Text Example
White with #4B043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B043B; }
p { color: rgb(75,4,59); }
H1.HeaderClassName
{
color: #4B043B;
}
.AnyTagClassName
{
color: #4B043B;
}
</style>
background-color css
<style>
a { background-color: #4B043B; }
a { background-color: rgb(75,4,59); }
div.DivClassName
{
background-color: #4B043B;
}
.BgClassName
{
background-color: #4B043B;
}
</style>
border-color css
<style>
span { border-color: #4B043B; }
span { border-color: rgb(75,4,59); }
td.TdClassName
{
border-color: #4B043B;
}
.TagClassName
{
border-color: #4B043B;
}
</style>