Shades of Tyrian Purple #7C0153
Tints of Tyrian Purple #7C0153
RGB
CMYK
RGB Variations
Color information
#7C0153 (or 0x7C0153) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 53. RGB value is (124,1,83). Sum of RGB (Red+Green+Blue) = 124+1+83=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0153 is #83FEAC. Grayscale: #2E2E2E. Windows color (decimal): -8650413 or 5439868. OLE color: 5439868.
HSL color Cylindrical-coordinate representation of color #7C0153: hue angle of 320º 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 #7C0153 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.51 |
| HSL | 320º | 0.98% | 0.25% | - |
| HSV(B) | 320º | 0.99% | 0.49% | - |
| XYZ | 9.88 | 4.93 | 8.61 | - |
| YUV | 47.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 83 | 0 | 0.99 | 0.33 | 0.51 | 320 | 0.98 | 0.25 |
| Hex | 7C | 1 | 53 | 0 | 63 | 21 | 33 | 140 | 62 | 19 |
| Octal | 174 | 1 | 123 | 0 | 143 | 41 | 63 | 500 | 142 | 31 |
| Binary | 1111100 | 1 | 1010011 | 0 | 1100011 | 100001 | 110011 | 101000000 | 1100010 | 11001 |
Color Harmonies of #7C0153
Complementary color
Monochromatic Colors of #7C0153
Black with #7C0153
Text Example
Text Example
White with #7C0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0153; }
p { color: rgb(124,1,83); }
H1.HeaderClassName
{
color: #7C0153;
}
.AnyTagClassName
{
color: #7C0153;
}
</style>
background-color css
<style>
a { background-color: #7C0153; }
a { background-color: rgb(124,1,83); }
div.DivClassName
{
background-color: #7C0153;
}
.BgClassName
{
background-color: #7C0153;
}
</style>
border-color css
<style>
span { border-color: #7C0153; }
span { border-color: rgb(124,1,83); }
td.TdClassName
{
border-color: #7C0153;
}
.TagClassName
{
border-color: #7C0153;
}
</style>