Shades of Tyrian Purple #7F004C
Tints of Tyrian Purple #7F004C
RGB
CMYK
RGB Variations
Color information
#7F004C (or 0x7F004C) is known color: Tyrian Purple. HEX triplet: 7F, 00 and 4C. RGB value is (127,0,76). Sum of RGB (Red+Green+Blue) = 127+0+76=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F004C is #80FFB3. Grayscale: #2E2E2E. Windows color (decimal): -8454068 or 4980863. OLE color: 4980863.
HSL color Cylindrical-coordinate representation of color #7F004C: hue angle of 324.09º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F004C is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.40 | 0.50 |
| HSL | 324.09º | 1% | 0.25% | - |
| HSV(B) | 324.09º | 1% | 0.5% | - |
| XYZ | 10.06 | 5.03 | 7.28 | - |
| YUV | 46.64 | 144.58 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 76 | 0 | 1 | 0.40 | 0.50 | 324.09 | 1 | 0.25 |
| Hex | 7F | 0 | 4C | 0 | 64 | 28 | 32 | 144 | 64 | 19 |
| Octal | 177 | 0 | 114 | 0 | 144 | 50 | 62 | 504 | 144 | 31 |
| Binary | 1111111 | 0 | 1001100 | 0 | 1100100 | 101000 | 110010 | 101000100 | 1100100 | 11001 |
Color Harmonies of #7F004C
Complementary color
Monochromatic Colors of #7F004C
Black with #7F004C
Text Example
Text Example
White with #7F004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F004C; }
p { color: rgb(127,0,76); }
H1.HeaderClassName
{
color: #7F004C;
}
.AnyTagClassName
{
color: #7F004C;
}
</style>
background-color css
<style>
a { background-color: #7F004C; }
a { background-color: rgb(127,0,76); }
div.DivClassName
{
background-color: #7F004C;
}
.BgClassName
{
background-color: #7F004C;
}
</style>
border-color css
<style>
span { border-color: #7F004C; }
span { border-color: rgb(127,0,76); }
td.TdClassName
{
border-color: #7F004C;
}
.TagClassName
{
border-color: #7F004C;
}
</style>