Shades of Dark Purple #82387A
Tints of Dark Purple #82387A
RGB
CMYK
RGB Variations
Color information
#82387A (or 0x82387A) is known color: Dark Purple. HEX triplet: 82, 38 and 7A. RGB value is (130,56,122). Sum of RGB (Red+Green+Blue) = 130+56+122=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82387A is #7DC785. Grayscale: #555555. Windows color (decimal): -8243078 or 8009858. OLE color: 8009858.
HSL color Cylindrical-coordinate representation of color #82387A: hue angle of 306.49º 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 #82387A is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 122 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.49 |
| HSL | 306.49º | 0.4% | 0.36% | - |
| HSV(B) | 306.49º | 0.57% | 0.51% | - |
| XYZ | 14.13 | 8.98 | 19.4 | - |
| YUV | 85.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 122 | 0 | 0.57 | 0.06 | 0.49 | 306.49 | 0.4 | 0.36 |
| Hex | 82 | 38 | 7A | 0 | 39 | 6 | 31 | 132 | 28 | 24 |
| Octal | 202 | 70 | 172 | 0 | 71 | 6 | 61 | 462 | 50 | 44 |
| Binary | 10000010 | 111000 | 1111010 | 0 | 111001 | 110 | 110001 | 100110010 | 101000 | 100100 |
Color Harmonies of #82387A
Complementary color
Monochromatic Colors of #82387A
Black with #82387A
Text Example
Text Example
White with #82387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82387A; }
p { color: rgb(130,56,122); }
H1.HeaderClassName
{
color: #82387A;
}
.AnyTagClassName
{
color: #82387A;
}
</style>
background-color css
<style>
a { background-color: #82387A; }
a { background-color: rgb(130,56,122); }
div.DivClassName
{
background-color: #82387A;
}
.BgClassName
{
background-color: #82387A;
}
</style>
border-color css
<style>
span { border-color: #82387A; }
span { border-color: rgb(130,56,122); }
td.TdClassName
{
border-color: #82387A;
}
.TagClassName
{
border-color: #82387A;
}
</style>