Shades of Tyrian Purple #7E023D
Tints of Tyrian Purple #7E023D
RGB
CMYK
RGB Variations
Color information
#7E023D (or 0x7E023D) is known color: Tyrian Purple. HEX triplet: 7E, 02 and 3D. RGB value is (126,2,61). Sum of RGB (Red+Green+Blue) = 126+2+61=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E023D is #81FDC2. Grayscale: #2D2D2D. Windows color (decimal): -8519107 or 3998334. OLE color: 3998334.
HSL color Cylindrical-coordinate representation of color #7E023D: hue angle of 331.45º 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 #7E023D is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.51 |
| HSL | 331.45º | 0.97% | 0.25% | - |
| HSV(B) | 331.45º | 0.98% | 0.49% | - |
| XYZ | 9.47 | 4.82 | 4.85 | - |
| YUV | 45.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 61 | 0 | 0.98 | 0.52 | 0.51 | 331.45 | 0.97 | 0.25 |
| Hex | 7E | 2 | 3D | 0 | 62 | 34 | 33 | 14B | 61 | 19 |
| Octal | 176 | 2 | 75 | 0 | 142 | 64 | 63 | 513 | 141 | 31 |
| Binary | 1111110 | 10 | 111101 | 0 | 1100010 | 110100 | 110011 | 101001011 | 1100001 | 11001 |
Color Harmonies of #7E023D
Complementary color
Monochromatic Colors of #7E023D
Black with #7E023D
Text Example
Text Example
White with #7E023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E023D; }
p { color: rgb(126,2,61); }
H1.HeaderClassName
{
color: #7E023D;
}
.AnyTagClassName
{
color: #7E023D;
}
</style>
background-color css
<style>
a { background-color: #7E023D; }
a { background-color: rgb(126,2,61); }
div.DivClassName
{
background-color: #7E023D;
}
.BgClassName
{
background-color: #7E023D;
}
</style>
border-color css
<style>
span { border-color: #7E023D; }
span { border-color: rgb(126,2,61); }
td.TdClassName
{
border-color: #7E023D;
}
.TagClassName
{
border-color: #7E023D;
}
</style>