Shades of Tyrian Purple #4C004B
Tints of Tyrian Purple #4C004B
RGB
CMYK
RGB Variations
Color information
#4C004B (or 0x4C004B) is known color: Tyrian Purple. HEX triplet: 4C, 00 and 4B. RGB value is (76,0,75). Sum of RGB (Red+Green+Blue) = 76+0+75=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C004B is #B3FFB4. Grayscale: #1F1F1F. Windows color (decimal): -11796405 or 4915276. OLE color: 4915276.
HSL color Cylindrical-coordinate representation of color #4C004B: hue angle of 300.79º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C004B is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.01 | 0.70 |
| HSL | 300.79º | 1% | 0.15% | - |
| HSV(B) | 300.79º | 1% | 0.3% | - |
| XYZ | 4.25 | 2.04 | 6.83 | - |
| YUV | 31.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 75 | 0 | 1 | 0.01 | 0.70 | 300.79 | 1 | 0.15 |
| Hex | 4C | 0 | 4B | 0 | 64 | 1 | 46 | 12D | 64 | F |
| Octal | 114 | 0 | 113 | 0 | 144 | 1 | 106 | 455 | 144 | 17 |
| Binary | 1001100 | 0 | 1001011 | 0 | 1100100 | 1 | 1000110 | 100101101 | 1100100 | 1111 |
Color Harmonies of #4C004B
Complementary color
Monochromatic Colors of #4C004B
Black with #4C004B
Text Example
Text Example
White with #4C004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C004B; }
p { color: rgb(76,0,75); }
H1.HeaderClassName
{
color: #4C004B;
}
.AnyTagClassName
{
color: #4C004B;
}
</style>
background-color css
<style>
a { background-color: #4C004B; }
a { background-color: rgb(76,0,75); }
div.DivClassName
{
background-color: #4C004B;
}
.BgClassName
{
background-color: #4C004B;
}
</style>
border-color css
<style>
span { border-color: #4C004B; }
span { border-color: rgb(76,0,75); }
td.TdClassName
{
border-color: #4C004B;
}
.TagClassName
{
border-color: #4C004B;
}
</style>