Shades of Tyrian Purple #4B0341
Tints of Tyrian Purple #4B0341
RGB
CMYK
RGB Variations
Color information
#4B0341 (or 0x4B0341) is known color: Tyrian Purple. HEX triplet: 4B, 03 and 41. RGB value is (75,3,65). Sum of RGB (Red+Green+Blue) = 75+3+65=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0341 is #B4FCBE. Grayscale: #1F1F1F. Windows color (decimal): -11861183 or 4260683. OLE color: 4260683.
HSL color Cylindrical-coordinate representation of color #4B0341: hue angle of 308.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0341 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 3 | 65 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.71 |
| HSL | 308.33º | 0.92% | 0.15% | - |
| HSV(B) | 308.33º | 0.96% | 0.29% | - |
| XYZ | 3.89 | 1.94 | 5.17 | - |
| YUV | 31.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 65 | 0 | 0.96 | 0.13 | 0.71 | 308.33 | 0.92 | 0.15 |
| Hex | 4B | 3 | 41 | 0 | 60 | D | 47 | 134 | 5C | F |
| Octal | 113 | 3 | 101 | 0 | 140 | 15 | 107 | 464 | 134 | 17 |
| Binary | 1001011 | 11 | 1000001 | 0 | 1100000 | 1101 | 1000111 | 100110100 | 1011100 | 1111 |
Color Harmonies of #4B0341
Complementary color
Monochromatic Colors of #4B0341
Black with #4B0341
Text Example
Text Example
White with #4B0341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0341; }
p { color: rgb(75,3,65); }
H1.HeaderClassName
{
color: #4B0341;
}
.AnyTagClassName
{
color: #4B0341;
}
</style>
background-color css
<style>
a { background-color: #4B0341; }
a { background-color: rgb(75,3,65); }
div.DivClassName
{
background-color: #4B0341;
}
.BgClassName
{
background-color: #4B0341;
}
</style>
border-color css
<style>
span { border-color: #4B0341; }
span { border-color: rgb(75,3,65); }
td.TdClassName
{
border-color: #4B0341;
}
.TagClassName
{
border-color: #4B0341;
}
</style>