Shades of Tyrian Purple #7F0343
Tints of Tyrian Purple #7F0343
RGB
CMYK
RGB Variations
Color information
#7F0343 (or 0x7F0343) is known color: Tyrian Purple. HEX triplet: 7F, 03 and 43. RGB value is (127,3,67). Sum of RGB (Red+Green+Blue) = 127+3+67=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0343 is #80FCBC. Grayscale: #2F2F2F. Windows color (decimal): -8453309 or 4391807. OLE color: 4391807.
HSL color Cylindrical-coordinate representation of color #7F0343: hue angle of 329.03º degrees, saturation: 0.95, 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 #7F0343 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 67 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.50 |
| HSL | 329.03º | 0.95% | 0.25% | - |
| HSV(B) | 329.03º | 0.98% | 0.5% | - |
| XYZ | 9.8 | 4.98 | 5.76 | - |
| YUV | 47.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 67 | 0 | 0.98 | 0.47 | 0.50 | 329.03 | 0.95 | 0.25 |
| Hex | 7F | 3 | 43 | 0 | 62 | 2F | 32 | 149 | 5F | 19 |
| Octal | 177 | 3 | 103 | 0 | 142 | 57 | 62 | 511 | 137 | 31 |
| Binary | 1111111 | 11 | 1000011 | 0 | 1100010 | 101111 | 110010 | 101001001 | 1011111 | 11001 |
Color Harmonies of #7F0343
Complementary color
Monochromatic Colors of #7F0343
Black with #7F0343
Text Example
Text Example
White with #7F0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0343; }
p { color: rgb(127,3,67); }
H1.HeaderClassName
{
color: #7F0343;
}
.AnyTagClassName
{
color: #7F0343;
}
</style>
background-color css
<style>
a { background-color: #7F0343; }
a { background-color: rgb(127,3,67); }
div.DivClassName
{
background-color: #7F0343;
}
.BgClassName
{
background-color: #7F0343;
}
</style>
border-color css
<style>
span { border-color: #7F0343; }
span { border-color: rgb(127,3,67); }
td.TdClassName
{
border-color: #7F0343;
}
.TagClassName
{
border-color: #7F0343;
}
</style>