Shades of Tyrian Purple #7C0148
Tints of Tyrian Purple #7C0148
RGB
CMYK
RGB Variations
Color information
#7C0148 (or 0x7C0148) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 48. RGB value is (124,1,72). Sum of RGB (Red+Green+Blue) = 124+1+72=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0148 is #83FEB7. Grayscale: #2D2D2D. Windows color (decimal): -8650424 or 4718972. OLE color: 4718972.
HSL color Cylindrical-coordinate representation of color #7C0148: hue angle of 325.37º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0148 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 72 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.51 |
| HSL | 325.37º | 0.98% | 0.25% | - |
| HSV(B) | 325.37º | 0.99% | 0.49% | - |
| XYZ | 9.49 | 4.77 | 6.55 | - |
| YUV | 45.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 72 | 0 | 0.99 | 0.42 | 0.51 | 325.37 | 0.98 | 0.25 |
| Hex | 7C | 1 | 48 | 0 | 63 | 2A | 33 | 145 | 62 | 19 |
| Octal | 174 | 1 | 110 | 0 | 143 | 52 | 63 | 505 | 142 | 31 |
| Binary | 1111100 | 1 | 1001000 | 0 | 1100011 | 101010 | 110011 | 101000101 | 1100010 | 11001 |
Color Harmonies of #7C0148
Complementary color
Monochromatic Colors of #7C0148
Black with #7C0148
Text Example
Text Example
White with #7C0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0148; }
p { color: rgb(124,1,72); }
H1.HeaderClassName
{
color: #7C0148;
}
.AnyTagClassName
{
color: #7C0148;
}
</style>
background-color css
<style>
a { background-color: #7C0148; }
a { background-color: rgb(124,1,72); }
div.DivClassName
{
background-color: #7C0148;
}
.BgClassName
{
background-color: #7C0148;
}
</style>
border-color css
<style>
span { border-color: #7C0148; }
span { border-color: rgb(124,1,72); }
td.TdClassName
{
border-color: #7C0148;
}
.TagClassName
{
border-color: #7C0148;
}
</style>