Shades of Dark Purple #7F1C71
Tints of Dark Purple #7F1C71
RGB
CMYK
RGB Variations
Color information
#7F1C71 (or 0x7F1C71) is known color: Dark Purple. HEX triplet: 7F, 1C and 71. RGB value is (127,28,113). Sum of RGB (Red+Green+Blue) = 127+28+113=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1C71 is #80E38E. Grayscale: #434343. Windows color (decimal): -8446863 or 7412863. OLE color: 7412863.
HSL color Cylindrical-coordinate representation of color #7F1C71: hue angle of 308.48º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F1C71 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 28 | 113 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.50 |
| HSL | 308.48º | 0.64% | 0.3% | - |
| HSV(B) | 308.48º | 0.78% | 0.5% | - |
| XYZ | 12.15 | 6.53 | 16.24 | - |
| YUV | 67.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 28 | 113 | 0 | 0.78 | 0.11 | 0.50 | 308.48 | 0.64 | 0.3 |
| Hex | 7F | 1C | 71 | 0 | 4E | B | 32 | 134 | 40 | 1E |
| Octal | 177 | 34 | 161 | 0 | 116 | 13 | 62 | 464 | 100 | 36 |
| Binary | 1111111 | 11100 | 1110001 | 0 | 1001110 | 1011 | 110010 | 100110100 | 1000000 | 11110 |
Color Harmonies of #7F1C71
Complementary color
Monochromatic Colors of #7F1C71
Black with #7F1C71
Text Example
Text Example
White with #7F1C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1C71; }
p { color: rgb(127,28,113); }
H1.HeaderClassName
{
color: #7F1C71;
}
.AnyTagClassName
{
color: #7F1C71;
}
</style>
background-color css
<style>
a { background-color: #7F1C71; }
a { background-color: rgb(127,28,113); }
div.DivClassName
{
background-color: #7F1C71;
}
.BgClassName
{
background-color: #7F1C71;
}
</style>
border-color css
<style>
span { border-color: #7F1C71; }
span { border-color: rgb(127,28,113); }
td.TdClassName
{
border-color: #7F1C71;
}
.TagClassName
{
border-color: #7F1C71;
}
</style>