Shades of Tyrian Purple #7C0250
Tints of Tyrian Purple #7C0250
RGB
CMYK
RGB Variations
Color information
#7C0250 (or 0x7C0250) is known color: Tyrian Purple. HEX triplet: 7C, 02 and 50. RGB value is (124,2,80). Sum of RGB (Red+Green+Blue) = 124+2+80=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0250 is #83FDAF. Grayscale: #2F2F2F. Windows color (decimal): -8650160 or 5243516. OLE color: 5243516.
HSL color Cylindrical-coordinate representation of color #7C0250: hue angle of 321.64º 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 #7C0250 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 80 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.51 |
| HSL | 321.64º | 0.97% | 0.25% | - |
| HSV(B) | 321.64º | 0.98% | 0.49% | - |
| XYZ | 9.78 | 4.91 | 8.02 | - |
| YUV | 47.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 80 | 0 | 0.98 | 0.35 | 0.51 | 321.64 | 0.97 | 0.25 |
| Hex | 7C | 2 | 50 | 0 | 62 | 23 | 33 | 142 | 61 | 19 |
| Octal | 174 | 2 | 120 | 0 | 142 | 43 | 63 | 502 | 141 | 31 |
| Binary | 1111100 | 10 | 1010000 | 0 | 1100010 | 100011 | 110011 | 101000010 | 1100001 | 11001 |
Color Harmonies of #7C0250
Complementary color
Monochromatic Colors of #7C0250
Black with #7C0250
Text Example
Text Example
White with #7C0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0250; }
p { color: rgb(124,2,80); }
H1.HeaderClassName
{
color: #7C0250;
}
.AnyTagClassName
{
color: #7C0250;
}
</style>
background-color css
<style>
a { background-color: #7C0250; }
a { background-color: rgb(124,2,80); }
div.DivClassName
{
background-color: #7C0250;
}
.BgClassName
{
background-color: #7C0250;
}
</style>
border-color css
<style>
span { border-color: #7C0250; }
span { border-color: rgb(124,2,80); }
td.TdClassName
{
border-color: #7C0250;
}
.TagClassName
{
border-color: #7C0250;
}
</style>