Shades of Purple #821585
Tints of Purple #821585
RGB
CMYK
RGB Variations
Color information
#821585 (or 0x821585) is known color: Purple. HEX triplet: 82, 15 and 85. RGB value is (130,21,133). Sum of RGB (Red+Green+Blue) = 130+21+133=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #821585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821585 is #7DEA7A. Grayscale: #424242. Windows color (decimal): -8252027 or 8721794. OLE color: 8721794.
HSL color Cylindrical-coordinate representation of color #821585: hue angle of 298.39º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821585 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 21 | 133 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.48 |
| HSL | 298.39º | 0.73% | 0.3% | - |
| HSV(B) | 298.39º | 0.84% | 0.52% | - |
| XYZ | 13.71 | 6.98 | 22.81 | - |
| YUV | 66.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 133 | 0.02 | 0.84 | 0 | 0.48 | 298.39 | 0.73 | 0.3 |
| Hex | 82 | 15 | 85 | 2 | 54 | 0 | 30 | 12A | 49 | 1E |
| Octal | 202 | 25 | 205 | 2 | 124 | 0 | 60 | 452 | 111 | 36 |
| Binary | 10000010 | 10101 | 10000101 | 10 | 1010100 | 0 | 110000 | 100101010 | 1001001 | 11110 |
Color Harmonies of #821585
Complementary color
Monochromatic Colors of #821585
Black with #821585
Text Example
Text Example
White with #821585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821585; }
p { color: rgb(130,21,133); }
H1.HeaderClassName
{
color: #821585;
}
.AnyTagClassName
{
color: #821585;
}
</style>
background-color css
<style>
a { background-color: #821585; }
a { background-color: rgb(130,21,133); }
div.DivClassName
{
background-color: #821585;
}
.BgClassName
{
background-color: #821585;
}
</style>
border-color css
<style>
span { border-color: #821585; }
span { border-color: rgb(130,21,133); }
td.TdClassName
{
border-color: #821585;
}
.TagClassName
{
border-color: #821585;
}
</style>