Shades of Dark Purple #821783
Tints of Dark Purple #821783
RGB
CMYK
RGB Variations
Color information
#821783 (or 0x821783) is known color: Dark Purple. HEX triplet: 82, 17 and 83. RGB value is (130,23,131). Sum of RGB (Red+Green+Blue) = 130+23+131=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #821783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821783 is #7DE87C. Grayscale: #424242. Windows color (decimal): -8251517 or 8591234. OLE color: 8591234.
HSL color Cylindrical-coordinate representation of color #821783: hue angle of 299.44º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821783 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 23 | 131 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.49 |
| HSL | 299.44º | 0.7% | 0.3% | - |
| HSV(B) | 299.44º | 0.82% | 0.51% | - |
| XYZ | 13.61 | 7 | 22.11 | - |
| YUV | 67.31 | 163.95 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 131 | 0.01 | 0.82 | 0 | 0.49 | 299.44 | 0.7 | 0.3 |
| Hex | 82 | 17 | 83 | 1 | 52 | 0 | 31 | 12B | 46 | 1E |
| Octal | 202 | 27 | 203 | 1 | 122 | 0 | 61 | 453 | 106 | 36 |
| Binary | 10000010 | 10111 | 10000011 | 1 | 1010010 | 0 | 110001 | 100101011 | 1000110 | 11110 |
Color Harmonies of #821783
Complementary color
Monochromatic Colors of #821783
Black with #821783
Text Example
Text Example
White with #821783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821783; }
p { color: rgb(130,23,131); }
H1.HeaderClassName
{
color: #821783;
}
.AnyTagClassName
{
color: #821783;
}
</style>
background-color css
<style>
a { background-color: #821783; }
a { background-color: rgb(130,23,131); }
div.DivClassName
{
background-color: #821783;
}
.BgClassName
{
background-color: #821783;
}
</style>
border-color css
<style>
span { border-color: #821783; }
span { border-color: rgb(130,23,131); }
td.TdClassName
{
border-color: #821783;
}
.TagClassName
{
border-color: #821783;
}
</style>