Shades of Dark Purple #7F1682
Tints of Dark Purple #7F1682
RGB
CMYK
RGB Variations
Color information
#7F1682 (or 0x7F1682) is known color: Dark Purple. HEX triplet: 7F, 16 and 82. RGB value is (127,22,130). Sum of RGB (Red+Green+Blue) = 127+22+130=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F1682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1682 is #80E97D. Grayscale: #414141. Windows color (decimal): -8448382 or 8525439. OLE color: 8525439.
HSL color Cylindrical-coordinate representation of color #7F1682: hue angle of 298.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1682 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 22 | 130 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.49 |
| HSL | 298.33º | 0.71% | 0.3% | - |
| HSV(B) | 298.33º | 0.83% | 0.51% | - |
| XYZ | 13.07 | 6.7 | 21.72 | - |
| YUV | 65.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 130 | 0.02 | 0.83 | 0 | 0.49 | 298.33 | 0.71 | 0.3 |
| Hex | 7F | 16 | 82 | 2 | 53 | 0 | 31 | 12A | 47 | 1E |
| Octal | 177 | 26 | 202 | 2 | 123 | 0 | 61 | 452 | 107 | 36 |
| Binary | 1111111 | 10110 | 10000010 | 10 | 1010011 | 0 | 110001 | 100101010 | 1000111 | 11110 |
Color Harmonies of #7F1682
Complementary color
Monochromatic Colors of #7F1682
Black with #7F1682
Text Example
Text Example
White with #7F1682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1682; }
p { color: rgb(127,22,130); }
H1.HeaderClassName
{
color: #7F1682;
}
.AnyTagClassName
{
color: #7F1682;
}
</style>
background-color css
<style>
a { background-color: #7F1682; }
a { background-color: rgb(127,22,130); }
div.DivClassName
{
background-color: #7F1682;
}
.BgClassName
{
background-color: #7F1682;
}
</style>
border-color css
<style>
span { border-color: #7F1682; }
span { border-color: rgb(127,22,130); }
td.TdClassName
{
border-color: #7F1682;
}
.TagClassName
{
border-color: #7F1682;
}
</style>