Shades of Tyrian Purple #4B023B
Tints of Tyrian Purple #4B023B
RGB
CMYK
RGB Variations
Color information
#4B023B (or 0x4B023B) is known color: Tyrian Purple. HEX triplet: 4B, 02 and 3B. RGB value is (75,2,59). Sum of RGB (Red+Green+Blue) = 75+2+59=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B023B is #B4FDC4. Grayscale: #1E1E1E. Windows color (decimal): -11861445 or 3867211. OLE color: 3867211.
HSL color Cylindrical-coordinate representation of color #4B023B: hue angle of 313.15º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B023B is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 2 | 59 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.71 |
| HSL | 313.15º | 0.95% | 0.15% | - |
| HSV(B) | 313.15º | 0.97% | 0.29% | - |
| XYZ | 3.71 | 1.86 | 4.3 | - |
| YUV | 30.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 59 | 0 | 0.97 | 0.21 | 0.71 | 313.15 | 0.95 | 0.15 |
| Hex | 4B | 2 | 3B | 0 | 61 | 15 | 47 | 139 | 5F | F |
| Octal | 113 | 2 | 73 | 0 | 141 | 25 | 107 | 471 | 137 | 17 |
| Binary | 1001011 | 10 | 111011 | 0 | 1100001 | 10101 | 1000111 | 100111001 | 1011111 | 1111 |
Color Harmonies of #4B023B
Complementary color
Monochromatic Colors of #4B023B
Black with #4B023B
Text Example
Text Example
White with #4B023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B023B; }
p { color: rgb(75,2,59); }
H1.HeaderClassName
{
color: #4B023B;
}
.AnyTagClassName
{
color: #4B023B;
}
</style>
background-color css
<style>
a { background-color: #4B023B; }
a { background-color: rgb(75,2,59); }
div.DivClassName
{
background-color: #4B023B;
}
.BgClassName
{
background-color: #4B023B;
}
</style>
border-color css
<style>
span { border-color: #4B023B; }
span { border-color: rgb(75,2,59); }
td.TdClassName
{
border-color: #4B023B;
}
.TagClassName
{
border-color: #4B023B;
}
</style>