Shades of Tyrian Purple #4B0842
Tints of Tyrian Purple #4B0842
RGB
CMYK
RGB Variations
Color information
#4B0842 (or 0x4B0842) is known color: Tyrian Purple. HEX triplet: 4B, 08 and 42. RGB value is (75,8,66). Sum of RGB (Red+Green+Blue) = 75+8+66=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0842 is #B4F7BD. Grayscale: #222222. Windows color (decimal): -11859902 or 4327499. OLE color: 4327499.
HSL color Cylindrical-coordinate representation of color #4B0842: hue angle of 308.06º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B0842 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 8 | 66 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.71 |
| HSL | 308.06º | 0.81% | 0.16% | - |
| HSV(B) | 308.06º | 0.89% | 0.29% | - |
| XYZ | 3.97 | 2.06 | 5.34 | - |
| YUV | 34.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 66 | 0 | 0.89 | 0.12 | 0.71 | 308.06 | 0.81 | 0.16 |
| Hex | 4B | 8 | 42 | 0 | 59 | C | 47 | 134 | 51 | 10 |
| Octal | 113 | 10 | 102 | 0 | 131 | 14 | 107 | 464 | 121 | 20 |
| Binary | 1001011 | 1000 | 1000010 | 0 | 1011001 | 1100 | 1000111 | 100110100 | 1010001 | 10000 |
Color Harmonies of #4B0842
Complementary color
Monochromatic Colors of #4B0842
Black with #4B0842
Text Example
Text Example
White with #4B0842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0842; }
p { color: rgb(75,8,66); }
H1.HeaderClassName
{
color: #4B0842;
}
.AnyTagClassName
{
color: #4B0842;
}
</style>
background-color css
<style>
a { background-color: #4B0842; }
a { background-color: rgb(75,8,66); }
div.DivClassName
{
background-color: #4B0842;
}
.BgClassName
{
background-color: #4B0842;
}
</style>
border-color css
<style>
span { border-color: #4B0842; }
span { border-color: rgb(75,8,66); }
td.TdClassName
{
border-color: #4B0842;
}
.TagClassName
{
border-color: #4B0842;
}
</style>