Shades of Dark Purple #82175D
Tints of Dark Purple #82175D
RGB
CMYK
RGB Variations
Color information
#82175D (or 0x82175D) is known color: Dark Purple. HEX triplet: 82, 17 and 5D. RGB value is (130,23,93). Sum of RGB (Red+Green+Blue) = 130+23+93=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82175D is #7DE8A2. Grayscale: #3E3E3E. Windows color (decimal): -8251555 or 6100866. OLE color: 6100866.
HSL color Cylindrical-coordinate representation of color #82175D: hue angle of 320.75º 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 #82175D is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 23 | 93 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.49 |
| HSL | 320.75º | 0.7% | 0.3% | - |
| HSV(B) | 320.75º | 0.82% | 0.51% | - |
| XYZ | 11.49 | 6.15 | 10.94 | - |
| YUV | 62.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 93 | 0 | 0.82 | 0.28 | 0.49 | 320.75 | 0.7 | 0.3 |
| Hex | 82 | 17 | 5D | 0 | 52 | 1C | 31 | 141 | 46 | 1E |
| Octal | 202 | 27 | 135 | 0 | 122 | 34 | 61 | 501 | 106 | 36 |
| Binary | 10000010 | 10111 | 1011101 | 0 | 1010010 | 11100 | 110001 | 101000001 | 1000110 | 11110 |
Color Harmonies of #82175D
Complementary color
Monochromatic Colors of #82175D
Black with #82175D
Text Example
Text Example
White with #82175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82175D; }
p { color: rgb(130,23,93); }
H1.HeaderClassName
{
color: #82175D;
}
.AnyTagClassName
{
color: #82175D;
}
</style>
background-color css
<style>
a { background-color: #82175D; }
a { background-color: rgb(130,23,93); }
div.DivClassName
{
background-color: #82175D;
}
.BgClassName
{
background-color: #82175D;
}
</style>
border-color css
<style>
span { border-color: #82175D; }
span { border-color: rgb(130,23,93); }
td.TdClassName
{
border-color: #82175D;
}
.TagClassName
{
border-color: #82175D;
}
</style>