Shades of Tyrian Purple #7E0352
Tints of Tyrian Purple #7E0352
RGB
CMYK
RGB Variations
Color information
#7E0352 (or 0x7E0352) is known color: Tyrian Purple. HEX triplet: 7E, 03 and 52. RGB value is (126,3,82). Sum of RGB (Red+Green+Blue) = 126+3+82=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0352 is #81FCAD. Grayscale: #303030. Windows color (decimal): -8518830 or 5374846. OLE color: 5374846.
HSL color Cylindrical-coordinate representation of color #7E0352: hue angle of 321.46º 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 #7E0352 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.51 |
| HSL | 321.46º | 0.95% | 0.25% | - |
| HSV(B) | 321.46º | 0.98% | 0.49% | - |
| XYZ | 10.16 | 5.11 | 8.43 | - |
| YUV | 48.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 82 | 0 | 0.98 | 0.35 | 0.51 | 321.46 | 0.95 | 0.25 |
| Hex | 7E | 3 | 52 | 0 | 62 | 23 | 33 | 141 | 5F | 19 |
| Octal | 176 | 3 | 122 | 0 | 142 | 43 | 63 | 501 | 137 | 31 |
| Binary | 1111110 | 11 | 1010010 | 0 | 1100010 | 100011 | 110011 | 101000001 | 1011111 | 11001 |
Color Harmonies of #7E0352
Complementary color
Monochromatic Colors of #7E0352
Black with #7E0352
Text Example
Text Example
White with #7E0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0352; }
p { color: rgb(126,3,82); }
H1.HeaderClassName
{
color: #7E0352;
}
.AnyTagClassName
{
color: #7E0352;
}
</style>
background-color css
<style>
a { background-color: #7E0352; }
a { background-color: rgb(126,3,82); }
div.DivClassName
{
background-color: #7E0352;
}
.BgClassName
{
background-color: #7E0352;
}
</style>
border-color css
<style>
span { border-color: #7E0352; }
span { border-color: rgb(126,3,82); }
td.TdClassName
{
border-color: #7E0352;
}
.TagClassName
{
border-color: #7E0352;
}
</style>