Shades of Tyrian Purple #7F053C
Tints of Tyrian Purple #7F053C
RGB
CMYK
RGB Variations
Color information
#7F053C (or 0x7F053C) is known color: Tyrian Purple. HEX triplet: 7F, 05 and 3C. RGB value is (127,5,60). Sum of RGB (Red+Green+Blue) = 127+5+60=192 (25% of max value = 765). Red value is 127 (50% from 255 or 66.15% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 127 - color contains mainly: red. Hex color #7F053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F053C is #80FAC3. Grayscale: #2F2F2F. Windows color (decimal): -8452804 or 3933567. OLE color: 3933567.
HSL color Cylindrical-coordinate representation of color #7F053C: hue angle of 332.95º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F053C is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 60 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.50 |
| HSL | 332.95º | 0.92% | 0.26% | - |
| HSV(B) | 332.95º | 0.96% | 0.5% | - |
| XYZ | 9.62 | 4.95 | 4.72 | - |
| YUV | 47.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 60 | 0 | 0.96 | 0.53 | 0.50 | 332.95 | 0.92 | 0.26 |
| Hex | 7F | 5 | 3C | 0 | 60 | 35 | 32 | 14D | 5C | 1A |
| Octal | 177 | 5 | 74 | 0 | 140 | 65 | 62 | 515 | 134 | 32 |
| Binary | 1111111 | 101 | 111100 | 0 | 1100000 | 110101 | 110010 | 101001101 | 1011100 | 11010 |
Color Harmonies of #7F053C
Complementary color
Monochromatic Colors of #7F053C
Black with #7F053C
Text Example
Text Example
White with #7F053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F053C; }
p { color: rgb(127,5,60); }
H1.HeaderClassName
{
color: #7F053C;
}
.AnyTagClassName
{
color: #7F053C;
}
</style>
background-color css
<style>
a { background-color: #7F053C; }
a { background-color: rgb(127,5,60); }
div.DivClassName
{
background-color: #7F053C;
}
.BgClassName
{
background-color: #7F053C;
}
</style>
border-color css
<style>
span { border-color: #7F053C; }
span { border-color: rgb(127,5,60); }
td.TdClassName
{
border-color: #7F053C;
}
.TagClassName
{
border-color: #7F053C;
}
</style>