Shades of Dark Purple #82367E
Tints of Dark Purple #82367E
RGB
CMYK
RGB Variations
Color information
#82367E (or 0x82367E) is known color: Dark Purple. HEX triplet: 82, 36 and 7E. RGB value is (130,54,126). Sum of RGB (Red+Green+Blue) = 130+54+126=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82367E is #7DC981. Grayscale: #545454. Windows color (decimal): -8243586 or 8271490. OLE color: 8271490.
HSL color Cylindrical-coordinate representation of color #82367E: hue angle of 303.16º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82367E is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 54 | 126 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.49 |
| HSL | 303.16º | 0.41% | 0.36% | - |
| HSV(B) | 303.16º | 0.58% | 0.51% | - |
| XYZ | 14.29 | 8.89 | 20.7 | - |
| YUV | 84.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 126 | 0 | 0.58 | 0.03 | 0.49 | 303.16 | 0.41 | 0.36 |
| Hex | 82 | 36 | 7E | 0 | 3A | 3 | 31 | 12F | 29 | 24 |
| Octal | 202 | 66 | 176 | 0 | 72 | 3 | 61 | 457 | 51 | 44 |
| Binary | 10000010 | 110110 | 1111110 | 0 | 111010 | 11 | 110001 | 100101111 | 101001 | 100100 |
Color Harmonies of #82367E
Complementary color
Monochromatic Colors of #82367E
Black with #82367E
Text Example
Text Example
White with #82367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82367E; }
p { color: rgb(130,54,126); }
H1.HeaderClassName
{
color: #82367E;
}
.AnyTagClassName
{
color: #82367E;
}
</style>
background-color css
<style>
a { background-color: #82367E; }
a { background-color: rgb(130,54,126); }
div.DivClassName
{
background-color: #82367E;
}
.BgClassName
{
background-color: #82367E;
}
</style>
border-color css
<style>
span { border-color: #82367E; }
span { border-color: rgb(130,54,126); }
td.TdClassName
{
border-color: #82367E;
}
.TagClassName
{
border-color: #82367E;
}
</style>