Shades of Tyrian Purple #7F064C
Tints of Tyrian Purple #7F064C
RGB
CMYK
RGB Variations
Color information
#7F064C (or 0x7F064C) is known color: Tyrian Purple. HEX triplet: 7F, 06 and 4C. RGB value is (127,6,76). Sum of RGB (Red+Green+Blue) = 127+6+76=209 (27% of max value = 765). Red value is 127 (50% from 255 or 60.77% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 127 - color contains mainly: red. Hex color #7F064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F064C is #80F9B3. Grayscale: #323232. Windows color (decimal): -8452532 or 4982399. OLE color: 4982399.
HSL color Cylindrical-coordinate representation of color #7F064C: hue angle of 325.29º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F064C is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 6 | 76 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.50 |
| HSL | 325.29º | 0.91% | 0.26% | - |
| HSV(B) | 325.29º | 0.95% | 0.5% | - |
| XYZ | 10.12 | 5.16 | 7.3 | - |
| YUV | 50.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 6 | 76 | 0 | 0.95 | 0.40 | 0.50 | 325.29 | 0.91 | 0.26 |
| Hex | 7F | 6 | 4C | 0 | 5F | 28 | 32 | 145 | 5B | 1A |
| Octal | 177 | 6 | 114 | 0 | 137 | 50 | 62 | 505 | 133 | 32 |
| Binary | 1111111 | 110 | 1001100 | 0 | 1011111 | 101000 | 110010 | 101000101 | 1011011 | 11010 |
Color Harmonies of #7F064C
Complementary color
Monochromatic Colors of #7F064C
Black with #7F064C
Text Example
Text Example
White with #7F064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F064C; }
p { color: rgb(127,6,76); }
H1.HeaderClassName
{
color: #7F064C;
}
.AnyTagClassName
{
color: #7F064C;
}
</style>
background-color css
<style>
a { background-color: #7F064C; }
a { background-color: rgb(127,6,76); }
div.DivClassName
{
background-color: #7F064C;
}
.BgClassName
{
background-color: #7F064C;
}
</style>
border-color css
<style>
span { border-color: #7F064C; }
span { border-color: rgb(127,6,76); }
td.TdClassName
{
border-color: #7F064C;
}
.TagClassName
{
border-color: #7F064C;
}
</style>