Shades of Dark Purple #7F1572
Tints of Dark Purple #7F1572
RGB
CMYK
RGB Variations
Color information
#7F1572 (or 0x7F1572) is known color: Dark Purple. HEX triplet: 7F, 15 and 72. RGB value is (127,21,114). Sum of RGB (Red+Green+Blue) = 127+21+114=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1572 is #80EA8D. Grayscale: #3F3F3F. Windows color (decimal): -8448654 or 7476607. OLE color: 7476607.
HSL color Cylindrical-coordinate representation of color #7F1572: hue angle of 307.36º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1572 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 114 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.50 |
| HSL | 307.36º | 0.72% | 0.29% | - |
| HSV(B) | 307.36º | 0.83% | 0.5% | - |
| XYZ | 12.06 | 6.26 | 16.49 | - |
| YUV | 63.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 114 | 0 | 0.83 | 0.10 | 0.50 | 307.36 | 0.72 | 0.29 |
| Hex | 7F | 15 | 72 | 0 | 53 | A | 32 | 133 | 48 | 1D |
| Octal | 177 | 25 | 162 | 0 | 123 | 12 | 62 | 463 | 110 | 35 |
| Binary | 1111111 | 10101 | 1110010 | 0 | 1010011 | 1010 | 110010 | 100110011 | 1001000 | 11101 |
Color Harmonies of #7F1572
Complementary color
Monochromatic Colors of #7F1572
Black with #7F1572
Text Example
Text Example
White with #7F1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1572; }
p { color: rgb(127,21,114); }
H1.HeaderClassName
{
color: #7F1572;
}
.AnyTagClassName
{
color: #7F1572;
}
</style>
background-color css
<style>
a { background-color: #7F1572; }
a { background-color: rgb(127,21,114); }
div.DivClassName
{
background-color: #7F1572;
}
.BgClassName
{
background-color: #7F1572;
}
</style>
border-color css
<style>
span { border-color: #7F1572; }
span { border-color: rgb(127,21,114); }
td.TdClassName
{
border-color: #7F1572;
}
.TagClassName
{
border-color: #7F1572;
}
</style>