Shades of Tyrian Purple #4B013F
Tints of Tyrian Purple #4B013F
RGB
CMYK
RGB Variations
Color information
#4B013F (or 0x4B013F) is known color: Tyrian Purple. HEX triplet: 4B, 01 and 3F. RGB value is (75,1,63). Sum of RGB (Red+Green+Blue) = 75+1+63=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B013F is #B4FEC0. Grayscale: #1E1E1E. Windows color (decimal): -11861697 or 4129099. OLE color: 4129099.
HSL color Cylindrical-coordinate representation of color #4B013F: hue angle of 309.73º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B013F is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.71 |
| HSL | 309.73º | 0.97% | 0.15% | - |
| HSV(B) | 309.73º | 0.99% | 0.29% | - |
| XYZ | 3.81 | 1.88 | 4.86 | - |
| YUV | 30.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 63 | 0 | 0.99 | 0.16 | 0.71 | 309.73 | 0.97 | 0.15 |
| Hex | 4B | 1 | 3F | 0 | 63 | 10 | 47 | 136 | 61 | F |
| Octal | 113 | 1 | 77 | 0 | 143 | 20 | 107 | 466 | 141 | 17 |
| Binary | 1001011 | 1 | 111111 | 0 | 1100011 | 10000 | 1000111 | 100110110 | 1100001 | 1111 |
Color Harmonies of #4B013F
Complementary color
Monochromatic Colors of #4B013F
Black with #4B013F
Text Example
Text Example
White with #4B013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B013F; }
p { color: rgb(75,1,63); }
H1.HeaderClassName
{
color: #4B013F;
}
.AnyTagClassName
{
color: #4B013F;
}
</style>
background-color css
<style>
a { background-color: #4B013F; }
a { background-color: rgb(75,1,63); }
div.DivClassName
{
background-color: #4B013F;
}
.BgClassName
{
background-color: #4B013F;
}
</style>
border-color css
<style>
span { border-color: #4B013F; }
span { border-color: rgb(75,1,63); }
td.TdClassName
{
border-color: #4B013F;
}
.TagClassName
{
border-color: #4B013F;
}
</style>