Shades of Tyrian Purple #7C0248
Tints of Tyrian Purple #7C0248
RGB
CMYK
RGB Variations
Color information
#7C0248 (or 0x7C0248) is known color: Tyrian Purple. HEX triplet: 7C, 02 and 48. RGB value is (124,2,72). Sum of RGB (Red+Green+Blue) = 124+2+72=198 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.63% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0248 is #83FDB7. Grayscale: #2E2E2E. Windows color (decimal): -8650168 or 4719228. OLE color: 4719228.
HSL color Cylindrical-coordinate representation of color #7C0248: hue angle of 325.57º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C0248 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 72 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.51 |
| HSL | 325.57º | 0.97% | 0.25% | - |
| HSV(B) | 325.57º | 0.98% | 0.49% | - |
| XYZ | 9.5 | 4.8 | 6.56 | - |
| YUV | 46.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 72 | 0 | 0.98 | 0.42 | 0.51 | 325.57 | 0.97 | 0.25 |
| Hex | 7C | 2 | 48 | 0 | 62 | 2A | 33 | 146 | 61 | 19 |
| Octal | 174 | 2 | 110 | 0 | 142 | 52 | 63 | 506 | 141 | 31 |
| Binary | 1111100 | 10 | 1001000 | 0 | 1100010 | 101010 | 110011 | 101000110 | 1100001 | 11001 |
Color Harmonies of #7C0248
Complementary color
Monochromatic Colors of #7C0248
Black with #7C0248
Text Example
Text Example
White with #7C0248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0248; }
p { color: rgb(124,2,72); }
H1.HeaderClassName
{
color: #7C0248;
}
.AnyTagClassName
{
color: #7C0248;
}
</style>
background-color css
<style>
a { background-color: #7C0248; }
a { background-color: rgb(124,2,72); }
div.DivClassName
{
background-color: #7C0248;
}
.BgClassName
{
background-color: #7C0248;
}
</style>
border-color css
<style>
span { border-color: #7C0248; }
span { border-color: rgb(124,2,72); }
td.TdClassName
{
border-color: #7C0248;
}
.TagClassName
{
border-color: #7C0248;
}
</style>