Shades of Tyrian Purple #4B033A
Tints of Tyrian Purple #4B033A
RGB
CMYK
RGB Variations
Color information
#4B033A (or 0x4B033A) is known color: Tyrian Purple. HEX triplet: 4B, 03 and 3A. RGB value is (75,3,58). Sum of RGB (Red+Green+Blue) = 75+3+58=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B033A is #B4FCC5. Grayscale: #1E1E1E. Windows color (decimal): -11861190 or 3801931. OLE color: 3801931.
HSL color Cylindrical-coordinate representation of color #4B033A: hue angle of 314.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B033A is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 3 | 58 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.71 |
| HSL | 314.17º | 0.92% | 0.15% | - |
| HSV(B) | 314.17º | 0.96% | 0.29% | - |
| XYZ | 3.7 | 1.87 | 4.17 | - |
| YUV | 30.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 58 | 0 | 0.96 | 0.23 | 0.71 | 314.17 | 0.92 | 0.15 |
| Hex | 4B | 3 | 3A | 0 | 60 | 17 | 47 | 13A | 5C | F |
| Octal | 113 | 3 | 72 | 0 | 140 | 27 | 107 | 472 | 134 | 17 |
| Binary | 1001011 | 11 | 111010 | 0 | 1100000 | 10111 | 1000111 | 100111010 | 1011100 | 1111 |
Color Harmonies of #4B033A
Complementary color
Monochromatic Colors of #4B033A
Black with #4B033A
Text Example
Text Example
White with #4B033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B033A; }
p { color: rgb(75,3,58); }
H1.HeaderClassName
{
color: #4B033A;
}
.AnyTagClassName
{
color: #4B033A;
}
</style>
background-color css
<style>
a { background-color: #4B033A; }
a { background-color: rgb(75,3,58); }
div.DivClassName
{
background-color: #4B033A;
}
.BgClassName
{
background-color: #4B033A;
}
</style>
border-color css
<style>
span { border-color: #4B033A; }
span { border-color: rgb(75,3,58); }
td.TdClassName
{
border-color: #4B033A;
}
.TagClassName
{
border-color: #4B033A;
}
</style>