Shades of Tyrian Purple #7C0452
Tints of Tyrian Purple #7C0452
RGB
CMYK
RGB Variations
Color information
#7C0452 (or 0x7C0452) is known color: Tyrian Purple. HEX triplet: 7C, 04 and 52. RGB value is (124,4,82). Sum of RGB (Red+Green+Blue) = 124+4+82=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0452 is #83FBAD. Grayscale: #303030. Windows color (decimal): -8649646 or 5375100. OLE color: 5375100.
HSL color Cylindrical-coordinate representation of color #7C0452: hue angle of 321º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0452 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 82 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.51 |
| HSL | 321º | 0.94% | 0.25% | - |
| HSV(B) | 321º | 0.97% | 0.49% | - |
| XYZ | 9.88 | 4.98 | 8.42 | - |
| YUV | 48.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 82 | 0 | 0.97 | 0.34 | 0.51 | 321 | 0.94 | 0.25 |
| Hex | 7C | 4 | 52 | 0 | 61 | 22 | 33 | 141 | 5E | 19 |
| Octal | 174 | 4 | 122 | 0 | 141 | 42 | 63 | 501 | 136 | 31 |
| Binary | 1111100 | 100 | 1010010 | 0 | 1100001 | 100010 | 110011 | 101000001 | 1011110 | 11001 |
Color Harmonies of #7C0452
Complementary color
Monochromatic Colors of #7C0452
Black with #7C0452
Text Example
Text Example
White with #7C0452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0452; }
p { color: rgb(124,4,82); }
H1.HeaderClassName
{
color: #7C0452;
}
.AnyTagClassName
{
color: #7C0452;
}
</style>
background-color css
<style>
a { background-color: #7C0452; }
a { background-color: rgb(124,4,82); }
div.DivClassName
{
background-color: #7C0452;
}
.BgClassName
{
background-color: #7C0452;
}
</style>
border-color css
<style>
span { border-color: #7C0452; }
span { border-color: rgb(124,4,82); }
td.TdClassName
{
border-color: #7C0452;
}
.TagClassName
{
border-color: #7C0452;
}
</style>