Shades of Tyrian Purple #4C0746
Tints of Tyrian Purple #4C0746
RGB
CMYK
RGB Variations
Color information
#4C0746 (or 0x4C0746) is known color: Tyrian Purple. HEX triplet: 4C, 07 and 46. RGB value is (76,7,70). Sum of RGB (Red+Green+Blue) = 76+7+70=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0746 is #B3F8B9. Grayscale: #222222. Windows color (decimal): -11794618 or 4589388. OLE color: 4589388.
HSL color Cylindrical-coordinate representation of color #4C0746: hue angle of 305.22º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0746 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 7 | 70 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.70 |
| HSL | 305.22º | 0.83% | 0.16% | - |
| HSV(B) | 305.22º | 0.91% | 0.3% | - |
| XYZ | 4.16 | 2.13 | 5.99 | - |
| YUV | 34.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 70 | 0 | 0.91 | 0.08 | 0.70 | 305.22 | 0.83 | 0.16 |
| Hex | 4C | 7 | 46 | 0 | 5B | 8 | 46 | 131 | 53 | 10 |
| Octal | 114 | 7 | 106 | 0 | 133 | 10 | 106 | 461 | 123 | 20 |
| Binary | 1001100 | 111 | 1000110 | 0 | 1011011 | 1000 | 1000110 | 100110001 | 1010011 | 10000 |
Color Harmonies of #4C0746
Complementary color
Monochromatic Colors of #4C0746
Black with #4C0746
Text Example
Text Example
White with #4C0746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0746; }
p { color: rgb(76,7,70); }
H1.HeaderClassName
{
color: #4C0746;
}
.AnyTagClassName
{
color: #4C0746;
}
</style>
background-color css
<style>
a { background-color: #4C0746; }
a { background-color: rgb(76,7,70); }
div.DivClassName
{
background-color: #4C0746;
}
.BgClassName
{
background-color: #4C0746;
}
</style>
border-color css
<style>
span { border-color: #4C0746; }
span { border-color: rgb(76,7,70); }
td.TdClassName
{
border-color: #4C0746;
}
.TagClassName
{
border-color: #4C0746;
}
</style>