Shades of Tyrian Purple #4B0242
Tints of Tyrian Purple #4B0242
RGB
CMYK
RGB Variations
Color information
#4B0242 (or 0x4B0242) is known color: Tyrian Purple. HEX triplet: 4B, 02 and 42. RGB value is (75,2,66). Sum of RGB (Red+Green+Blue) = 75+2+66=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0242 is #B4FDBD. Grayscale: #1E1E1E. Windows color (decimal): -11861438 or 4325963. OLE color: 4325963.
HSL color Cylindrical-coordinate representation of color #4B0242: hue angle of 307.4º 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 #4B0242 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 2 | 66 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.71 |
| HSL | 307.4º | 0.95% | 0.15% | - |
| HSV(B) | 307.4º | 0.97% | 0.29% | - |
| XYZ | 3.91 | 1.93 | 5.32 | - |
| YUV | 31.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 66 | 0 | 0.97 | 0.12 | 0.71 | 307.4 | 0.95 | 0.15 |
| Hex | 4B | 2 | 42 | 0 | 61 | C | 47 | 133 | 5F | F |
| Octal | 113 | 2 | 102 | 0 | 141 | 14 | 107 | 463 | 137 | 17 |
| Binary | 1001011 | 10 | 1000010 | 0 | 1100001 | 1100 | 1000111 | 100110011 | 1011111 | 1111 |
Color Harmonies of #4B0242
Complementary color
Monochromatic Colors of #4B0242
Black with #4B0242
Text Example
Text Example
White with #4B0242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0242; }
p { color: rgb(75,2,66); }
H1.HeaderClassName
{
color: #4B0242;
}
.AnyTagClassName
{
color: #4B0242;
}
</style>
background-color css
<style>
a { background-color: #4B0242; }
a { background-color: rgb(75,2,66); }
div.DivClassName
{
background-color: #4B0242;
}
.BgClassName
{
background-color: #4B0242;
}
</style>
border-color css
<style>
span { border-color: #4B0242; }
span { border-color: rgb(75,2,66); }
td.TdClassName
{
border-color: #4B0242;
}
.TagClassName
{
border-color: #4B0242;
}
</style>