Shades of Tyrian Purple #4C0338
Tints of Tyrian Purple #4C0338
RGB
CMYK
RGB Variations
Color information
#4C0338 (or 0x4C0338) is known color: Tyrian Purple. HEX triplet: 4C, 03 and 38. RGB value is (76,3,56). Sum of RGB (Red+Green+Blue) = 76+3+56=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0338 is #B3FCC7. Grayscale: #1E1E1E. Windows color (decimal): -11795656 or 3670860. OLE color: 3670860.
HSL color Cylindrical-coordinate representation of color #4C0338: hue angle of 316.44º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0338 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 3 | 56 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.70 |
| HSL | 316.44º | 0.92% | 0.15% | - |
| HSV(B) | 316.44º | 0.96% | 0.3% | - |
| XYZ | 3.73 | 1.89 | 3.91 | - |
| YUV | 30.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 56 | 0 | 0.96 | 0.26 | 0.70 | 316.44 | 0.92 | 0.15 |
| Hex | 4C | 3 | 38 | 0 | 60 | 1A | 46 | 13C | 5C | F |
| Octal | 114 | 3 | 70 | 0 | 140 | 32 | 106 | 474 | 134 | 17 |
| Binary | 1001100 | 11 | 111000 | 0 | 1100000 | 11010 | 1000110 | 100111100 | 1011100 | 1111 |
Color Harmonies of #4C0338
Complementary color
Monochromatic Colors of #4C0338
Black with #4C0338
Text Example
Text Example
White with #4C0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0338; }
p { color: rgb(76,3,56); }
H1.HeaderClassName
{
color: #4C0338;
}
.AnyTagClassName
{
color: #4C0338;
}
</style>
background-color css
<style>
a { background-color: #4C0338; }
a { background-color: rgb(76,3,56); }
div.DivClassName
{
background-color: #4C0338;
}
.BgClassName
{
background-color: #4C0338;
}
</style>
border-color css
<style>
span { border-color: #4C0338; }
span { border-color: rgb(76,3,56); }
td.TdClassName
{
border-color: #4C0338;
}
.TagClassName
{
border-color: #4C0338;
}
</style>