Shades of Dark Purple #82356B
Tints of Dark Purple #82356B
RGB
CMYK
RGB Variations
Color information
#82356B (or 0x82356B) is known color: Dark Purple. HEX triplet: 82, 35 and 6B. RGB value is (130,53,107). Sum of RGB (Red+Green+Blue) = 130+53+107=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82356B is #7DCA94. Grayscale: #525252. Windows color (decimal): -8243861 or 7026050. OLE color: 7026050.
HSL color Cylindrical-coordinate representation of color #82356B: hue angle of 317.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82356B is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 107 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.49 |
| HSL | 317.92º | 0.42% | 0.36% | - |
| HSV(B) | 317.92º | 0.59% | 0.51% | - |
| XYZ | 13.13 | 8.35 | 14.83 | - |
| YUV | 82.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 107 | 0 | 0.59 | 0.18 | 0.49 | 317.92 | 0.42 | 0.36 |
| Hex | 82 | 35 | 6B | 0 | 3B | 12 | 31 | 13E | 2A | 24 |
| Octal | 202 | 65 | 153 | 0 | 73 | 22 | 61 | 476 | 52 | 44 |
| Binary | 10000010 | 110101 | 1101011 | 0 | 111011 | 10010 | 110001 | 100111110 | 101010 | 100100 |
Color Harmonies of #82356B
Complementary color
Monochromatic Colors of #82356B
Black with #82356B
Text Example
Text Example
White with #82356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82356B; }
p { color: rgb(130,53,107); }
H1.HeaderClassName
{
color: #82356B;
}
.AnyTagClassName
{
color: #82356B;
}
</style>
background-color css
<style>
a { background-color: #82356B; }
a { background-color: rgb(130,53,107); }
div.DivClassName
{
background-color: #82356B;
}
.BgClassName
{
background-color: #82356B;
}
</style>
border-color css
<style>
span { border-color: #82356B; }
span { border-color: rgb(130,53,107); }
td.TdClassName
{
border-color: #82356B;
}
.TagClassName
{
border-color: #82356B;
}
</style>