Shades of Purple #821688
Tints of Purple #821688
RGB
CMYK
RGB Variations
Color information
#821688 (or 0x821688) is known color: Purple. HEX triplet: 82, 16 and 88. RGB value is (130,22,136). Sum of RGB (Red+Green+Blue) = 130+22+136=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #821688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821688 is #7DE977. Grayscale: #424242. Windows color (decimal): -8251768 or 8918658. OLE color: 8918658.
HSL color Cylindrical-coordinate representation of color #821688: hue angle of 296.84º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821688 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 22 | 136 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.47 |
| HSL | 296.84º | 0.72% | 0.31% | - |
| HSV(B) | 296.84º | 0.84% | 0.53% | - |
| XYZ | 13.94 | 7.1 | 23.93 | - |
| YUV | 67.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 22 | 136 | 0.04 | 0.84 | 0 | 0.47 | 296.84 | 0.72 | 0.31 |
| Hex | 82 | 16 | 88 | 4 | 54 | 0 | 2F | 129 | 48 | 1F |
| Octal | 202 | 26 | 210 | 4 | 124 | 0 | 57 | 451 | 110 | 37 |
| Binary | 10000010 | 10110 | 10001000 | 100 | 1010100 | 0 | 101111 | 100101001 | 1001000 | 11111 |
Color Harmonies of #821688
Complementary color
Monochromatic Colors of #821688
Black with #821688
Text Example
Text Example
White with #821688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821688; }
p { color: rgb(130,22,136); }
H1.HeaderClassName
{
color: #821688;
}
.AnyTagClassName
{
color: #821688;
}
</style>
background-color css
<style>
a { background-color: #821688; }
a { background-color: rgb(130,22,136); }
div.DivClassName
{
background-color: #821688;
}
.BgClassName
{
background-color: #821688;
}
</style>
border-color css
<style>
span { border-color: #821688; }
span { border-color: rgb(130,22,136); }
td.TdClassName
{
border-color: #821688;
}
.TagClassName
{
border-color: #821688;
}
</style>