Shades of Tyrian Purple #7C0352
Tints of Tyrian Purple #7C0352
RGB
CMYK
RGB Variations
Color information
#7C0352 (or 0x7C0352) is known color: Tyrian Purple. HEX triplet: 7C, 03 and 52. RGB value is (124,3,82). Sum of RGB (Red+Green+Blue) = 124+3+82=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0352 is #83FCAD. Grayscale: #2F2F2F. Windows color (decimal): -8649902 or 5374844. OLE color: 5374844.
HSL color Cylindrical-coordinate representation of color #7C0352: hue angle of 320.83º degrees, saturation: 0.95, 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 #7C0352 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.51 |
| HSL | 320.83º | 0.95% | 0.25% | - |
| HSV(B) | 320.83º | 0.98% | 0.49% | - |
| XYZ | 9.87 | 4.96 | 8.42 | - |
| YUV | 48.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 82 | 0 | 0.98 | 0.34 | 0.51 | 320.83 | 0.95 | 0.25 |
| Hex | 7C | 3 | 52 | 0 | 62 | 22 | 33 | 141 | 5F | 19 |
| Octal | 174 | 3 | 122 | 0 | 142 | 42 | 63 | 501 | 137 | 31 |
| Binary | 1111100 | 11 | 1010010 | 0 | 1100010 | 100010 | 110011 | 101000001 | 1011111 | 11001 |
Color Harmonies of #7C0352
Complementary color
Monochromatic Colors of #7C0352
Black with #7C0352
Text Example
Text Example
White with #7C0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0352; }
p { color: rgb(124,3,82); }
H1.HeaderClassName
{
color: #7C0352;
}
.AnyTagClassName
{
color: #7C0352;
}
</style>
background-color css
<style>
a { background-color: #7C0352; }
a { background-color: rgb(124,3,82); }
div.DivClassName
{
background-color: #7C0352;
}
.BgClassName
{
background-color: #7C0352;
}
</style>
border-color css
<style>
span { border-color: #7C0352; }
span { border-color: rgb(124,3,82); }
td.TdClassName
{
border-color: #7C0352;
}
.TagClassName
{
border-color: #7C0352;
}
</style>