Shades of Tyrian Purple #4B003F
Tints of Tyrian Purple #4B003F
RGB
CMYK
RGB Variations
Color information
#4B003F (or 0x4B003F) is known color: Tyrian Purple. HEX triplet: 4B, 00 and 3F. RGB value is (75,0,63). Sum of RGB (Red+Green+Blue) = 75+0+63=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B003F is #B4FFC0. Grayscale: #1D1D1D. Windows color (decimal): -11861953 or 4128843. OLE color: 4128843.
HSL color Cylindrical-coordinate representation of color #4B003F: hue angle of 309.6º 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 #4B003F is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.16 | 0.71 |
| HSL | 309.6º | 1% | 0.15% | - |
| HSV(B) | 309.6º | 1% | 0.29% | - |
| XYZ | 3.8 | 1.85 | 4.86 | - |
| YUV | 29.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 63 | 0 | 1 | 0.16 | 0.71 | 309.6 | 1 | 0.15 |
| Hex | 4B | 0 | 3F | 0 | 64 | 10 | 47 | 136 | 64 | F |
| Octal | 113 | 0 | 77 | 0 | 144 | 20 | 107 | 466 | 144 | 17 |
| Binary | 1001011 | 0 | 111111 | 0 | 1100100 | 10000 | 1000111 | 100110110 | 1100100 | 1111 |
Color Harmonies of #4B003F
Complementary color
Monochromatic Colors of #4B003F
Black with #4B003F
Text Example
Text Example
White with #4B003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B003F; }
p { color: rgb(75,0,63); }
H1.HeaderClassName
{
color: #4B003F;
}
.AnyTagClassName
{
color: #4B003F;
}
</style>
background-color css
<style>
a { background-color: #4B003F; }
a { background-color: rgb(75,0,63); }
div.DivClassName
{
background-color: #4B003F;
}
.BgClassName
{
background-color: #4B003F;
}
</style>
border-color css
<style>
span { border-color: #4B003F; }
span { border-color: rgb(75,0,63); }
td.TdClassName
{
border-color: #4B003F;
}
.TagClassName
{
border-color: #4B003F;
}
</style>