Shades of Dark Purple #82216B
Tints of Dark Purple #82216B
RGB
CMYK
RGB Variations
Color information
#82216B (or 0x82216B) is known color: Dark Purple. HEX triplet: 82, 21 and 6B. RGB value is (130,33,107). Sum of RGB (Red+Green+Blue) = 130+33+107=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82216B is #7DDE94. Grayscale: #464646. Windows color (decimal): -8248981 or 7020930. OLE color: 7020930.
HSL color Cylindrical-coordinate representation of color #82216B: hue angle of 314.23º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82216B is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 33 | 107 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.49 |
| HSL | 314.23º | 0.6% | 0.32% | - |
| HSV(B) | 314.23º | 0.75% | 0.51% | - |
| XYZ | 12.4 | 6.9 | 14.59 | - |
| YUV | 70.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 107 | 0 | 0.75 | 0.18 | 0.49 | 314.23 | 0.6 | 0.32 |
| Hex | 82 | 21 | 6B | 0 | 4B | 12 | 31 | 13A | 3C | 20 |
| Octal | 202 | 41 | 153 | 0 | 113 | 22 | 61 | 472 | 74 | 40 |
| Binary | 10000010 | 100001 | 1101011 | 0 | 1001011 | 10010 | 110001 | 100111010 | 111100 | 100000 |
Color Harmonies of #82216B
Complementary color
Monochromatic Colors of #82216B
Black with #82216B
Text Example
Text Example
White with #82216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82216B; }
p { color: rgb(130,33,107); }
H1.HeaderClassName
{
color: #82216B;
}
.AnyTagClassName
{
color: #82216B;
}
</style>
background-color css
<style>
a { background-color: #82216B; }
a { background-color: rgb(130,33,107); }
div.DivClassName
{
background-color: #82216B;
}
.BgClassName
{
background-color: #82216B;
}
</style>
border-color css
<style>
span { border-color: #82216B; }
span { border-color: rgb(130,33,107); }
td.TdClassName
{
border-color: #82216B;
}
.TagClassName
{
border-color: #82216B;
}
</style>