Shades of Dark Purple #82187C
Tints of Dark Purple #82187C
RGB
CMYK
RGB Variations
Color information
#82187C (or 0x82187C) is known color: Dark Purple. HEX triplet: 82, 18 and 7C. RGB value is (130,24,124). Sum of RGB (Red+Green+Blue) = 130+24+124=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82187C is #7DE783. Grayscale: #424242. Windows color (decimal): -8251268 or 8132738. OLE color: 8132738.
HSL color Cylindrical-coordinate representation of color #82187C: hue angle of 303.4º degrees, saturation: 0.69, 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 #82187C is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 124 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.49 |
| HSL | 303.4º | 0.69% | 0.3% | - |
| HSV(B) | 303.4º | 0.82% | 0.51% | - |
| XYZ | 13.17 | 6.85 | 19.7 | - |
| YUV | 67.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 124 | 0 | 0.82 | 0.05 | 0.49 | 303.4 | 0.69 | 0.3 |
| Hex | 82 | 18 | 7C | 0 | 52 | 5 | 31 | 12F | 45 | 1E |
| Octal | 202 | 30 | 174 | 0 | 122 | 5 | 61 | 457 | 105 | 36 |
| Binary | 10000010 | 11000 | 1111100 | 0 | 1010010 | 101 | 110001 | 100101111 | 1000101 | 11110 |
Color Harmonies of #82187C
Complementary color
Monochromatic Colors of #82187C
Black with #82187C
Text Example
Text Example
White with #82187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82187C; }
p { color: rgb(130,24,124); }
H1.HeaderClassName
{
color: #82187C;
}
.AnyTagClassName
{
color: #82187C;
}
</style>
background-color css
<style>
a { background-color: #82187C; }
a { background-color: rgb(130,24,124); }
div.DivClassName
{
background-color: #82187C;
}
.BgClassName
{
background-color: #82187C;
}
</style>
border-color css
<style>
span { border-color: #82187C; }
span { border-color: rgb(130,24,124); }
td.TdClassName
{
border-color: #82187C;
}
.TagClassName
{
border-color: #82187C;
}
</style>