Shades of Dark Purple #82137E
Tints of Dark Purple #82137E
RGB
CMYK
RGB Variations
Color information
#82137E (or 0x82137E) is known color: Dark Purple. HEX triplet: 82, 13 and 7E. RGB value is (130,19,126). Sum of RGB (Red+Green+Blue) = 130+19+126=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82137E is #7DEC81. Grayscale: #404040. Windows color (decimal): -8252546 or 8262530. OLE color: 8262530.
HSL color Cylindrical-coordinate representation of color #82137E: hue angle of 302.16º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82137E is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 126 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.49 |
| HSL | 302.16º | 0.74% | 0.29% | - |
| HSV(B) | 302.16º | 0.85% | 0.51% | - |
| XYZ | 13.2 | 6.72 | 20.34 | - |
| YUV | 64.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 126 | 0 | 0.85 | 0.03 | 0.49 | 302.16 | 0.74 | 0.29 |
| Hex | 82 | 13 | 7E | 0 | 55 | 3 | 31 | 12E | 4A | 1D |
| Octal | 202 | 23 | 176 | 0 | 125 | 3 | 61 | 456 | 112 | 35 |
| Binary | 10000010 | 10011 | 1111110 | 0 | 1010101 | 11 | 110001 | 100101110 | 1001010 | 11101 |
Color Harmonies of #82137E
Complementary color
Monochromatic Colors of #82137E
Black with #82137E
Text Example
Text Example
White with #82137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82137E; }
p { color: rgb(130,19,126); }
H1.HeaderClassName
{
color: #82137E;
}
.AnyTagClassName
{
color: #82137E;
}
</style>
background-color css
<style>
a { background-color: #82137E; }
a { background-color: rgb(130,19,126); }
div.DivClassName
{
background-color: #82137E;
}
.BgClassName
{
background-color: #82137E;
}
</style>
border-color css
<style>
span { border-color: #82137E; }
span { border-color: rgb(130,19,126); }
td.TdClassName
{
border-color: #82137E;
}
.TagClassName
{
border-color: #82137E;
}
</style>