Shades of Tyrian Purple #7F064A
Tints of Tyrian Purple #7F064A
RGB
CMYK
RGB Variations
Color information
#7F064A (or 0x7F064A) is known color: Tyrian Purple. HEX triplet: 7F, 06 and 4A. RGB value is (127,6,74). Sum of RGB (Red+Green+Blue) = 127+6+74=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F064A is #80F9B5. Grayscale: #313131. Windows color (decimal): -8452534 or 4851327. OLE color: 4851327.
HSL color Cylindrical-coordinate representation of color #7F064A: hue angle of 326.28º 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 #7F064A is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 6 | 74 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.50 |
| HSL | 326.28º | 0.91% | 0.26% | - |
| HSV(B) | 326.28º | 0.95% | 0.5% | - |
| XYZ | 10.05 | 5.14 | 6.94 | - |
| YUV | 49.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 6 | 74 | 0 | 0.95 | 0.42 | 0.50 | 326.28 | 0.91 | 0.26 |
| Hex | 7F | 6 | 4A | 0 | 5F | 2A | 32 | 146 | 5B | 1A |
| Octal | 177 | 6 | 112 | 0 | 137 | 52 | 62 | 506 | 133 | 32 |
| Binary | 1111111 | 110 | 1001010 | 0 | 1011111 | 101010 | 110010 | 101000110 | 1011011 | 11010 |
Color Harmonies of #7F064A
Complementary color
Monochromatic Colors of #7F064A
Black with #7F064A
Text Example
Text Example
White with #7F064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F064A; }
p { color: rgb(127,6,74); }
H1.HeaderClassName
{
color: #7F064A;
}
.AnyTagClassName
{
color: #7F064A;
}
</style>
background-color css
<style>
a { background-color: #7F064A; }
a { background-color: rgb(127,6,74); }
div.DivClassName
{
background-color: #7F064A;
}
.BgClassName
{
background-color: #7F064A;
}
</style>
border-color css
<style>
span { border-color: #7F064A; }
span { border-color: rgb(127,6,74); }
td.TdClassName
{
border-color: #7F064A;
}
.TagClassName
{
border-color: #7F064A;
}
</style>