Shades of Tyrian Purple #7E0252
Tints of Tyrian Purple #7E0252
RGB
CMYK
RGB Variations
Color information
#7E0252 (or 0x7E0252) is known color: Tyrian Purple. HEX triplet: 7E, 02 and 52. RGB value is (126,2,82). Sum of RGB (Red+Green+Blue) = 126+2+82=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0252 is #81FDAD. Grayscale: #303030. Windows color (decimal): -8519086 or 5374590. OLE color: 5374590.
HSL color Cylindrical-coordinate representation of color #7E0252: hue angle of 321.29º 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 #7E0252 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 2 | 82 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.51 |
| HSL | 321.29º | 0.97% | 0.25% | - |
| HSV(B) | 321.29º | 0.98% | 0.49% | - |
| XYZ | 10.15 | 5.09 | 8.43 | - |
| YUV | 48.2 | 147.08 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 82 | 0 | 0.98 | 0.35 | 0.51 | 321.29 | 0.97 | 0.25 |
| Hex | 7E | 2 | 52 | 0 | 62 | 23 | 33 | 141 | 61 | 19 |
| Octal | 176 | 2 | 122 | 0 | 142 | 43 | 63 | 501 | 141 | 31 |
| Binary | 1111110 | 10 | 1010010 | 0 | 1100010 | 100011 | 110011 | 101000001 | 1100001 | 11001 |
Color Harmonies of #7E0252
Complementary color
Monochromatic Colors of #7E0252
Black with #7E0252
Text Example
Text Example
White with #7E0252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0252; }
p { color: rgb(126,2,82); }
H1.HeaderClassName
{
color: #7E0252;
}
.AnyTagClassName
{
color: #7E0252;
}
</style>
background-color css
<style>
a { background-color: #7E0252; }
a { background-color: rgb(126,2,82); }
div.DivClassName
{
background-color: #7E0252;
}
.BgClassName
{
background-color: #7E0252;
}
</style>
border-color css
<style>
span { border-color: #7E0252; }
span { border-color: rgb(126,2,82); }
td.TdClassName
{
border-color: #7E0252;
}
.TagClassName
{
border-color: #7E0252;
}
</style>