Shades of Dark Purple #7F1569
Tints of Dark Purple #7F1569
RGB
CMYK
RGB Variations
Color information
#7F1569 (or 0x7F1569) is known color: Dark Purple. HEX triplet: 7F, 15 and 69. RGB value is (127,21,105). Sum of RGB (Red+Green+Blue) = 127+21+105=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1569 is #80EA96. Grayscale: #3E3E3E. Windows color (decimal): -8448663 or 6886783. OLE color: 6886783.
HSL color Cylindrical-coordinate representation of color #7F1569: hue angle of 312.45º 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 #7F1569 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 105 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.50 |
| HSL | 312.45º | 0.72% | 0.29% | - |
| HSV(B) | 312.45º | 0.83% | 0.5% | - |
| XYZ | 11.57 | 6.07 | 13.93 | - |
| YUV | 62.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 105 | 0 | 0.83 | 0.17 | 0.50 | 312.45 | 0.72 | 0.29 |
| Hex | 7F | 15 | 69 | 0 | 53 | 11 | 32 | 138 | 48 | 1D |
| Octal | 177 | 25 | 151 | 0 | 123 | 21 | 62 | 470 | 110 | 35 |
| Binary | 1111111 | 10101 | 1101001 | 0 | 1010011 | 10001 | 110010 | 100111000 | 1001000 | 11101 |
Color Harmonies of #7F1569
Complementary color
Monochromatic Colors of #7F1569
Black with #7F1569
Text Example
Text Example
White with #7F1569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1569; }
p { color: rgb(127,21,105); }
H1.HeaderClassName
{
color: #7F1569;
}
.AnyTagClassName
{
color: #7F1569;
}
</style>
background-color css
<style>
a { background-color: #7F1569; }
a { background-color: rgb(127,21,105); }
div.DivClassName
{
background-color: #7F1569;
}
.BgClassName
{
background-color: #7F1569;
}
</style>
border-color css
<style>
span { border-color: #7F1569; }
span { border-color: rgb(127,21,105); }
td.TdClassName
{
border-color: #7F1569;
}
.TagClassName
{
border-color: #7F1569;
}
</style>