Shades of Dark Purple #82387B
Tints of Dark Purple #82387B
RGB
CMYK
RGB Variations
Color information
#82387B (or 0x82387B) is known color: Dark Purple. HEX triplet: 82, 38 and 7B. RGB value is (130,56,123). Sum of RGB (Red+Green+Blue) = 130+56+123=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82387B is #7DC784. Grayscale: #555555. Windows color (decimal): -8243077 or 8075394. OLE color: 8075394.
HSL color Cylindrical-coordinate representation of color #82387B: hue angle of 305.68º 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 #82387B is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 123 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.49 |
| HSL | 305.68º | 0.4% | 0.36% | - |
| HSV(B) | 305.68º | 0.57% | 0.51% | - |
| XYZ | 14.2 | 9 | 19.73 | - |
| YUV | 85.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 123 | 0 | 0.57 | 0.05 | 0.49 | 305.68 | 0.4 | 0.36 |
| Hex | 82 | 38 | 7B | 0 | 39 | 5 | 31 | 132 | 28 | 24 |
| Octal | 202 | 70 | 173 | 0 | 71 | 5 | 61 | 462 | 50 | 44 |
| Binary | 10000010 | 111000 | 1111011 | 0 | 111001 | 101 | 110001 | 100110010 | 101000 | 100100 |
Color Harmonies of #82387B
Complementary color
Monochromatic Colors of #82387B
Black with #82387B
Text Example
Text Example
White with #82387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82387B; }
p { color: rgb(130,56,123); }
H1.HeaderClassName
{
color: #82387B;
}
.AnyTagClassName
{
color: #82387B;
}
</style>
background-color css
<style>
a { background-color: #82387B; }
a { background-color: rgb(130,56,123); }
div.DivClassName
{
background-color: #82387B;
}
.BgClassName
{
background-color: #82387B;
}
</style>
border-color css
<style>
span { border-color: #82387B; }
span { border-color: rgb(130,56,123); }
td.TdClassName
{
border-color: #82387B;
}
.TagClassName
{
border-color: #82387B;
}
</style>