Shades of Tyrian Purple #4B0445
Tints of Tyrian Purple #4B0445
RGB
CMYK
RGB Variations
Color information
#4B0445 (or 0x4B0445) is known color: Tyrian Purple. HEX triplet: 4B, 04 and 45. RGB value is (75,4,69). Sum of RGB (Red+Green+Blue) = 75+4+69=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0445 is #B4FBBA. Grayscale: #202020. Windows color (decimal): -11860923 or 4523083. OLE color: 4523083.
HSL color Cylindrical-coordinate representation of color #4B0445: hue angle of 305.07º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0445 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 4 | 69 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.71 |
| HSL | 305.07º | 0.9% | 0.15% | - |
| HSV(B) | 305.07º | 0.95% | 0.29% | - |
| XYZ | 4.02 | 2.01 | 5.81 | - |
| YUV | 32.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 69 | 0 | 0.95 | 0.08 | 0.71 | 305.07 | 0.9 | 0.15 |
| Hex | 4B | 4 | 45 | 0 | 5F | 8 | 47 | 131 | 5A | F |
| Octal | 113 | 4 | 105 | 0 | 137 | 10 | 107 | 461 | 132 | 17 |
| Binary | 1001011 | 100 | 1000101 | 0 | 1011111 | 1000 | 1000111 | 100110001 | 1011010 | 1111 |
Color Harmonies of #4B0445
Complementary color
Monochromatic Colors of #4B0445
Black with #4B0445
Text Example
Text Example
White with #4B0445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0445; }
p { color: rgb(75,4,69); }
H1.HeaderClassName
{
color: #4B0445;
}
.AnyTagClassName
{
color: #4B0445;
}
</style>
background-color css
<style>
a { background-color: #4B0445; }
a { background-color: rgb(75,4,69); }
div.DivClassName
{
background-color: #4B0445;
}
.BgClassName
{
background-color: #4B0445;
}
</style>
border-color css
<style>
span { border-color: #4B0445; }
span { border-color: rgb(75,4,69); }
td.TdClassName
{
border-color: #4B0445;
}
.TagClassName
{
border-color: #4B0445;
}
</style>