Shades of Dark Purple #82387C
Tints of Dark Purple #82387C
RGB
CMYK
RGB Variations
Color information
#82387C (or 0x82387C) is known color: Dark Purple. HEX triplet: 82, 38 and 7C. RGB value is (130,56,124). Sum of RGB (Red+Green+Blue) = 130+56+124=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82387C is #7DC783. Grayscale: #555555. Windows color (decimal): -8243076 or 8140930. OLE color: 8140930.
HSL color Cylindrical-coordinate representation of color #82387C: hue angle of 304.86º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82387C is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 124 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.49 |
| HSL | 304.86º | 0.4% | 0.36% | - |
| HSV(B) | 304.86º | 0.57% | 0.51% | - |
| XYZ | 14.26 | 9.03 | 20.06 | - |
| YUV | 85.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 124 | 0 | 0.57 | 0.05 | 0.49 | 304.86 | 0.4 | 0.36 |
| Hex | 82 | 38 | 7C | 0 | 39 | 5 | 31 | 131 | 28 | 24 |
| Octal | 202 | 70 | 174 | 0 | 71 | 5 | 61 | 461 | 50 | 44 |
| Binary | 10000010 | 111000 | 1111100 | 0 | 111001 | 101 | 110001 | 100110001 | 101000 | 100100 |
Color Harmonies of #82387C
Complementary color
Monochromatic Colors of #82387C
Black with #82387C
Text Example
Text Example
White with #82387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82387C; }
p { color: rgb(130,56,124); }
H1.HeaderClassName
{
color: #82387C;
}
.AnyTagClassName
{
color: #82387C;
}
</style>
background-color css
<style>
a { background-color: #82387C; }
a { background-color: rgb(130,56,124); }
div.DivClassName
{
background-color: #82387C;
}
.BgClassName
{
background-color: #82387C;
}
</style>
border-color css
<style>
span { border-color: #82387C; }
span { border-color: rgb(130,56,124); }
td.TdClassName
{
border-color: #82387C;
}
.TagClassName
{
border-color: #82387C;
}
</style>