Shades of Dark Purple #82177E
Tints of Dark Purple #82177E
RGB
CMYK
RGB Variations
Color information
#82177E (or 0x82177E) is known color: Dark Purple. HEX triplet: 82, 17 and 7E. RGB value is (130,23,126). Sum of RGB (Red+Green+Blue) = 130+23+126=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82177E is #7DE881. Grayscale: #424242. Windows color (decimal): -8251522 or 8263554. OLE color: 8263554.
HSL color Cylindrical-coordinate representation of color #82177E: hue angle of 302.24º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82177E is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 23 | 126 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.49 |
| HSL | 302.24º | 0.7% | 0.3% | - |
| HSV(B) | 302.24º | 0.82% | 0.51% | - |
| XYZ | 13.28 | 6.86 | 20.36 | - |
| YUV | 66.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 126 | 0 | 0.82 | 0.03 | 0.49 | 302.24 | 0.7 | 0.3 |
| Hex | 82 | 17 | 7E | 0 | 52 | 3 | 31 | 12E | 46 | 1E |
| Octal | 202 | 27 | 176 | 0 | 122 | 3 | 61 | 456 | 106 | 36 |
| Binary | 10000010 | 10111 | 1111110 | 0 | 1010010 | 11 | 110001 | 100101110 | 1000110 | 11110 |
Color Harmonies of #82177E
Complementary color
Monochromatic Colors of #82177E
Black with #82177E
Text Example
Text Example
White with #82177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82177E; }
p { color: rgb(130,23,126); }
H1.HeaderClassName
{
color: #82177E;
}
.AnyTagClassName
{
color: #82177E;
}
</style>
background-color css
<style>
a { background-color: #82177E; }
a { background-color: rgb(130,23,126); }
div.DivClassName
{
background-color: #82177E;
}
.BgClassName
{
background-color: #82177E;
}
</style>
border-color css
<style>
span { border-color: #82177E; }
span { border-color: rgb(130,23,126); }
td.TdClassName
{
border-color: #82177E;
}
.TagClassName
{
border-color: #82177E;
}
</style>