Shades of Dark Purple #821779
Tints of Dark Purple #821779
RGB
CMYK
RGB Variations
Color information
#821779 (or 0x821779) is known color: Dark Purple. HEX triplet: 82, 17 and 79. RGB value is (130,23,121). Sum of RGB (Red+Green+Blue) = 130+23+121=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #821779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821779 is #7DE886. Grayscale: #414141. Windows color (decimal): -8251527 or 7935874. OLE color: 7935874.
HSL color Cylindrical-coordinate representation of color #821779: hue angle of 305.05º 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 #821779 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 23 | 121 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.49 |
| HSL | 305.05º | 0.7% | 0.3% | - |
| HSV(B) | 305.05º | 0.82% | 0.51% | - |
| XYZ | 12.96 | 6.74 | 18.71 | - |
| YUV | 66.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 121 | 0 | 0.82 | 0.07 | 0.49 | 305.05 | 0.7 | 0.3 |
| Hex | 82 | 17 | 79 | 0 | 52 | 7 | 31 | 131 | 46 | 1E |
| Octal | 202 | 27 | 171 | 0 | 122 | 7 | 61 | 461 | 106 | 36 |
| Binary | 10000010 | 10111 | 1111001 | 0 | 1010010 | 111 | 110001 | 100110001 | 1000110 | 11110 |
Color Harmonies of #821779
Complementary color
Monochromatic Colors of #821779
Black with #821779
Text Example
Text Example
White with #821779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821779; }
p { color: rgb(130,23,121); }
H1.HeaderClassName
{
color: #821779;
}
.AnyTagClassName
{
color: #821779;
}
</style>
background-color css
<style>
a { background-color: #821779; }
a { background-color: rgb(130,23,121); }
div.DivClassName
{
background-color: #821779;
}
.BgClassName
{
background-color: #821779;
}
</style>
border-color css
<style>
span { border-color: #821779; }
span { border-color: rgb(130,23,121); }
td.TdClassName
{
border-color: #821779;
}
.TagClassName
{
border-color: #821779;
}
</style>