Shades of Tyrian Purple #7E0351
Tints of Tyrian Purple #7E0351
RGB
CMYK
RGB Variations
Color information
#7E0351 (or 0x7E0351) is known color: Tyrian Purple. HEX triplet: 7E, 03 and 51. RGB value is (126,3,81). Sum of RGB (Red+Green+Blue) = 126+3+81=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0351 is #81FCAE. Grayscale: #303030. Windows color (decimal): -8518831 or 5309310. OLE color: 5309310.
HSL color Cylindrical-coordinate representation of color #7E0351: hue angle of 321.95º 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 #7E0351 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.51 |
| HSL | 321.95º | 0.95% | 0.25% | - |
| HSV(B) | 321.95º | 0.98% | 0.49% | - |
| XYZ | 10.12 | 5.09 | 8.23 | - |
| YUV | 48.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 81 | 0 | 0.98 | 0.36 | 0.51 | 321.95 | 0.95 | 0.25 |
| Hex | 7E | 3 | 51 | 0 | 62 | 24 | 33 | 142 | 5F | 19 |
| Octal | 176 | 3 | 121 | 0 | 142 | 44 | 63 | 502 | 137 | 31 |
| Binary | 1111110 | 11 | 1010001 | 0 | 1100010 | 100100 | 110011 | 101000010 | 1011111 | 11001 |
Color Harmonies of #7E0351
Complementary color
Monochromatic Colors of #7E0351
Black with #7E0351
Text Example
Text Example
White with #7E0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0351; }
p { color: rgb(126,3,81); }
H1.HeaderClassName
{
color: #7E0351;
}
.AnyTagClassName
{
color: #7E0351;
}
</style>
background-color css
<style>
a { background-color: #7E0351; }
a { background-color: rgb(126,3,81); }
div.DivClassName
{
background-color: #7E0351;
}
.BgClassName
{
background-color: #7E0351;
}
</style>
border-color css
<style>
span { border-color: #7E0351; }
span { border-color: rgb(126,3,81); }
td.TdClassName
{
border-color: #7E0351;
}
.TagClassName
{
border-color: #7E0351;
}
</style>