Shades of Dark Purple #82366B
Tints of Dark Purple #82366B
RGB
CMYK
RGB Variations
Color information
#82366B (or 0x82366B) is known color: Dark Purple. HEX triplet: 82, 36 and 6B. RGB value is (130,54,107). Sum of RGB (Red+Green+Blue) = 130+54+107=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82366B is #7DC994. Grayscale: #525252. Windows color (decimal): -8243605 or 7026306. OLE color: 7026306.
HSL color Cylindrical-coordinate representation of color #82366B: hue angle of 318.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 #82366B is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 54 | 107 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.49 |
| HSL | 318.16º | 0.41% | 0.36% | - |
| HSV(B) | 318.16º | 0.58% | 0.51% | - |
| XYZ | 13.18 | 8.45 | 14.85 | - |
| YUV | 82.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 107 | 0 | 0.58 | 0.18 | 0.49 | 318.16 | 0.41 | 0.36 |
| Hex | 82 | 36 | 6B | 0 | 3A | 12 | 31 | 13E | 29 | 24 |
| Octal | 202 | 66 | 153 | 0 | 72 | 22 | 61 | 476 | 51 | 44 |
| Binary | 10000010 | 110110 | 1101011 | 0 | 111010 | 10010 | 110001 | 100111110 | 101001 | 100100 |
Color Harmonies of #82366B
Complementary color
Monochromatic Colors of #82366B
Black with #82366B
Text Example
Text Example
White with #82366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82366B; }
p { color: rgb(130,54,107); }
H1.HeaderClassName
{
color: #82366B;
}
.AnyTagClassName
{
color: #82366B;
}
</style>
background-color css
<style>
a { background-color: #82366B; }
a { background-color: rgb(130,54,107); }
div.DivClassName
{
background-color: #82366B;
}
.BgClassName
{
background-color: #82366B;
}
</style>
border-color css
<style>
span { border-color: #82366B; }
span { border-color: rgb(130,54,107); }
td.TdClassName
{
border-color: #82366B;
}
.TagClassName
{
border-color: #82366B;
}
</style>