Shades of Purple #821687
Tints of Purple #821687
RGB
CMYK
RGB Variations
Color information
#821687 (or 0x821687) is known color: Purple. HEX triplet: 82, 16 and 87. RGB value is (130,22,135). Sum of RGB (Red+Green+Blue) = 130+22+135=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #821687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821687 is #7DE978. Grayscale: #424242. Windows color (decimal): -8251769 or 8853122. OLE color: 8853122.
HSL color Cylindrical-coordinate representation of color #821687: hue angle of 297.35º 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 #821687 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 22 | 135 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.47 |
| HSL | 297.35º | 0.72% | 0.31% | - |
| HSV(B) | 297.35º | 0.84% | 0.53% | - |
| XYZ | 13.87 | 7.07 | 23.56 | - |
| YUV | 67.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 22 | 135 | 0.04 | 0.84 | 0 | 0.47 | 297.35 | 0.72 | 0.31 |
| Hex | 82 | 16 | 87 | 4 | 54 | 0 | 2F | 129 | 48 | 1F |
| Octal | 202 | 26 | 207 | 4 | 124 | 0 | 57 | 451 | 110 | 37 |
| Binary | 10000010 | 10110 | 10000111 | 100 | 1010100 | 0 | 101111 | 100101001 | 1001000 | 11111 |
Color Harmonies of #821687
Complementary color
Monochromatic Colors of #821687
Black with #821687
Text Example
Text Example
White with #821687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821687; }
p { color: rgb(130,22,135); }
H1.HeaderClassName
{
color: #821687;
}
.AnyTagClassName
{
color: #821687;
}
</style>
background-color css
<style>
a { background-color: #821687; }
a { background-color: rgb(130,22,135); }
div.DivClassName
{
background-color: #821687;
}
.BgClassName
{
background-color: #821687;
}
</style>
border-color css
<style>
span { border-color: #821687; }
span { border-color: rgb(130,22,135); }
td.TdClassName
{
border-color: #821687;
}
.TagClassName
{
border-color: #821687;
}
</style>