Shades of Tyrian Purple #4C003B
Tints of Tyrian Purple #4C003B
RGB
CMYK
RGB Variations
Color information
#4C003B (or 0x4C003B) is known color: Tyrian Purple. HEX triplet: 4C, 00 and 3B. RGB value is (76,0,59). Sum of RGB (Red+Green+Blue) = 76+0+59=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C003B is #B3FFC4. Grayscale: #1D1D1D. Windows color (decimal): -11796421 or 3866700. OLE color: 3866700.
HSL color Cylindrical-coordinate representation of color #4C003B: hue angle of 313.42º 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 #4C003B is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.22 | 0.70 |
| HSL | 313.42º | 1% | 0.15% | - |
| HSV(B) | 313.42º | 1% | 0.3% | - |
| XYZ | 3.77 | 1.85 | 4.3 | - |
| YUV | 29.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 59 | 0 | 1 | 0.22 | 0.70 | 313.42 | 1 | 0.15 |
| Hex | 4C | 0 | 3B | 0 | 64 | 16 | 46 | 139 | 64 | F |
| Octal | 114 | 0 | 73 | 0 | 144 | 26 | 106 | 471 | 144 | 17 |
| Binary | 1001100 | 0 | 111011 | 0 | 1100100 | 10110 | 1000110 | 100111001 | 1100100 | 1111 |
Color Harmonies of #4C003B
Complementary color
Monochromatic Colors of #4C003B
Black with #4C003B
Text Example
Text Example
White with #4C003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C003B; }
p { color: rgb(76,0,59); }
H1.HeaderClassName
{
color: #4C003B;
}
.AnyTagClassName
{
color: #4C003B;
}
</style>
background-color css
<style>
a { background-color: #4C003B; }
a { background-color: rgb(76,0,59); }
div.DivClassName
{
background-color: #4C003B;
}
.BgClassName
{
background-color: #4C003B;
}
</style>
border-color css
<style>
span { border-color: #4C003B; }
span { border-color: rgb(76,0,59); }
td.TdClassName
{
border-color: #4C003B;
}
.TagClassName
{
border-color: #4C003B;
}
</style>