Shades of Dark Purple #82336B
Tints of Dark Purple #82336B
RGB
CMYK
RGB Variations
Color information
#82336B (or 0x82336B) is known color: Dark Purple. HEX triplet: 82, 33 and 6B. RGB value is (130,51,107). Sum of RGB (Red+Green+Blue) = 130+51+107=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82336B is #7DCC94. Grayscale: #505050. Windows color (decimal): -8244373 or 7025538. OLE color: 7025538.
HSL color Cylindrical-coordinate representation of color #82336B: hue angle of 317.47º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82336B is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 107 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.49 |
| HSL | 317.47º | 0.44% | 0.35% | - |
| HSV(B) | 317.47º | 0.61% | 0.51% | - |
| XYZ | 13.04 | 8.18 | 14.8 | - |
| YUV | 81.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 107 | 0 | 0.61 | 0.18 | 0.49 | 317.47 | 0.44 | 0.35 |
| Hex | 82 | 33 | 6B | 0 | 3D | 12 | 31 | 13D | 2C | 23 |
| Octal | 202 | 63 | 153 | 0 | 75 | 22 | 61 | 475 | 54 | 43 |
| Binary | 10000010 | 110011 | 1101011 | 0 | 111101 | 10010 | 110001 | 100111101 | 101100 | 100011 |
Color Harmonies of #82336B
Complementary color
Monochromatic Colors of #82336B
Black with #82336B
Text Example
Text Example
White with #82336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82336B; }
p { color: rgb(130,51,107); }
H1.HeaderClassName
{
color: #82336B;
}
.AnyTagClassName
{
color: #82336B;
}
</style>
background-color css
<style>
a { background-color: #82336B; }
a { background-color: rgb(130,51,107); }
div.DivClassName
{
background-color: #82336B;
}
.BgClassName
{
background-color: #82336B;
}
</style>
border-color css
<style>
span { border-color: #82336B; }
span { border-color: rgb(130,51,107); }
td.TdClassName
{
border-color: #82336B;
}
.TagClassName
{
border-color: #82336B;
}
</style>