Shades of Tyrian Purple #4B003B
Tints of Tyrian Purple #4B003B
RGB
CMYK
RGB Variations
Color information
#4B003B (or 0x4B003B) is known color: Tyrian Purple. HEX triplet: 4B, 00 and 3B. RGB value is (75,0,59). Sum of RGB (Red+Green+Blue) = 75+0+59=134 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.97% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 75 - color contains mainly: red. Hex color #4B003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B003B is #B4FFC4. Grayscale: #1C1C1C. Windows color (decimal): -11861957 or 3866699. OLE color: 3866699.
HSL color Cylindrical-coordinate representation of color #4B003B: hue angle of 312.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B003B is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.21 | 0.71 |
| HSL | 312.8º | 1% | 0.15% | - |
| HSV(B) | 312.8º | 1% | 0.29% | - |
| XYZ | 3.69 | 1.81 | 4.29 | - |
| YUV | 29.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 59 | 0 | 1 | 0.21 | 0.71 | 312.8 | 1 | 0.15 |
| Hex | 4B | 0 | 3B | 0 | 64 | 15 | 47 | 139 | 64 | F |
| Octal | 113 | 0 | 73 | 0 | 144 | 25 | 107 | 471 | 144 | 17 |
| Binary | 1001011 | 0 | 111011 | 0 | 1100100 | 10101 | 1000111 | 100111001 | 1100100 | 1111 |
Color Harmonies of #4B003B
Complementary color
Monochromatic Colors of #4B003B
Black with #4B003B
Text Example
Text Example
White with #4B003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B003B; }
p { color: rgb(75,0,59); }
H1.HeaderClassName
{
color: #4B003B;
}
.AnyTagClassName
{
color: #4B003B;
}
</style>
background-color css
<style>
a { background-color: #4B003B; }
a { background-color: rgb(75,0,59); }
div.DivClassName
{
background-color: #4B003B;
}
.BgClassName
{
background-color: #4B003B;
}
</style>
border-color css
<style>
span { border-color: #4B003B; }
span { border-color: rgb(75,0,59); }
td.TdClassName
{
border-color: #4B003B;
}
.TagClassName
{
border-color: #4B003B;
}
</style>