Shades of Dark Purple #7F1769
Tints of Dark Purple #7F1769
RGB
CMYK
RGB Variations
Color information
#7F1769 (or 0x7F1769) is known color: Dark Purple. HEX triplet: 7F, 17 and 69. RGB value is (127,23,105). Sum of RGB (Red+Green+Blue) = 127+23+105=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1769 is #80E896. Grayscale: #3F3F3F. Windows color (decimal): -8448151 or 6887295. OLE color: 6887295.
HSL color Cylindrical-coordinate representation of color #7F1769: hue angle of 312.69º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F1769 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 105 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.50 |
| HSL | 312.69º | 0.69% | 0.29% | - |
| HSV(B) | 312.69º | 0.82% | 0.5% | - |
| XYZ | 11.61 | 6.14 | 13.94 | - |
| YUV | 63.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 105 | 0 | 0.82 | 0.17 | 0.50 | 312.69 | 0.69 | 0.29 |
| Hex | 7F | 17 | 69 | 0 | 52 | 11 | 32 | 139 | 45 | 1D |
| Octal | 177 | 27 | 151 | 0 | 122 | 21 | 62 | 471 | 105 | 35 |
| Binary | 1111111 | 10111 | 1101001 | 0 | 1010010 | 10001 | 110010 | 100111001 | 1000101 | 11101 |
Color Harmonies of #7F1769
Complementary color
Monochromatic Colors of #7F1769
Black with #7F1769
Text Example
Text Example
White with #7F1769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1769; }
p { color: rgb(127,23,105); }
H1.HeaderClassName
{
color: #7F1769;
}
.AnyTagClassName
{
color: #7F1769;
}
</style>
background-color css
<style>
a { background-color: #7F1769; }
a { background-color: rgb(127,23,105); }
div.DivClassName
{
background-color: #7F1769;
}
.BgClassName
{
background-color: #7F1769;
}
</style>
border-color css
<style>
span { border-color: #7F1769; }
span { border-color: rgb(127,23,105); }
td.TdClassName
{
border-color: #7F1769;
}
.TagClassName
{
border-color: #7F1769;
}
</style>