Shades of Tyrian Purple #7F023B
Tints of Tyrian Purple #7F023B
RGB
CMYK
RGB Variations
Color information
#7F023B (or 0x7F023B) is known color: Tyrian Purple. HEX triplet: 7F, 02 and 3B. RGB value is (127,2,59). Sum of RGB (Red+Green+Blue) = 127+2+59=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F023B is #80FDC4. Grayscale: #2D2D2D. Windows color (decimal): -8453573 or 3867263. OLE color: 3867263.
HSL color Cylindrical-coordinate representation of color #7F023B: hue angle of 332.64º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F023B is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 2 | 59 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.50 |
| HSL | 332.64º | 0.97% | 0.25% | - |
| HSV(B) | 332.64º | 0.98% | 0.5% | - |
| XYZ | 9.56 | 4.87 | 4.57 | - |
| YUV | 45.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 59 | 0 | 0.98 | 0.54 | 0.50 | 332.64 | 0.97 | 0.25 |
| Hex | 7F | 2 | 3B | 0 | 62 | 36 | 32 | 14D | 61 | 19 |
| Octal | 177 | 2 | 73 | 0 | 142 | 66 | 62 | 515 | 141 | 31 |
| Binary | 1111111 | 10 | 111011 | 0 | 1100010 | 110110 | 110010 | 101001101 | 1100001 | 11001 |
Color Harmonies of #7F023B
Complementary color
Monochromatic Colors of #7F023B
Black with #7F023B
Text Example
Text Example
White with #7F023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F023B; }
p { color: rgb(127,2,59); }
H1.HeaderClassName
{
color: #7F023B;
}
.AnyTagClassName
{
color: #7F023B;
}
</style>
background-color css
<style>
a { background-color: #7F023B; }
a { background-color: rgb(127,2,59); }
div.DivClassName
{
background-color: #7F023B;
}
.BgClassName
{
background-color: #7F023B;
}
</style>
border-color css
<style>
span { border-color: #7F023B; }
span { border-color: rgb(127,2,59); }
td.TdClassName
{
border-color: #7F023B;
}
.TagClassName
{
border-color: #7F023B;
}
</style>