Shades of Dark Purple #823770
Tints of Dark Purple #823770
RGB
CMYK
RGB Variations
Color information
#823770 (or 0x823770) is known color: Dark Purple. HEX triplet: 82, 37 and 70. RGB value is (130,55,112). Sum of RGB (Red+Green+Blue) = 130+55+112=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #823770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823770 is #7DC88F. Grayscale: #535353. Windows color (decimal): -8243344 or 7354242. OLE color: 7354242.
HSL color Cylindrical-coordinate representation of color #823770: hue angle of 314.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #823770 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 112 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.49 |
| HSL | 314.4º | 0.41% | 0.36% | - |
| HSV(B) | 314.4º | 0.58% | 0.51% | - |
| XYZ | 13.5 | 8.65 | 16.29 | - |
| YUV | 83.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 112 | 0 | 0.58 | 0.14 | 0.49 | 314.4 | 0.41 | 0.36 |
| Hex | 82 | 37 | 70 | 0 | 3A | E | 31 | 13A | 29 | 24 |
| Octal | 202 | 67 | 160 | 0 | 72 | 16 | 61 | 472 | 51 | 44 |
| Binary | 10000010 | 110111 | 1110000 | 0 | 111010 | 1110 | 110001 | 100111010 | 101001 | 100100 |
Color Harmonies of #823770
Complementary color
Monochromatic Colors of #823770
Black with #823770
Text Example
Text Example
White with #823770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823770; }
p { color: rgb(130,55,112); }
H1.HeaderClassName
{
color: #823770;
}
.AnyTagClassName
{
color: #823770;
}
</style>
background-color css
<style>
a { background-color: #823770; }
a { background-color: rgb(130,55,112); }
div.DivClassName
{
background-color: #823770;
}
.BgClassName
{
background-color: #823770;
}
</style>
border-color css
<style>
span { border-color: #823770; }
span { border-color: rgb(130,55,112); }
td.TdClassName
{
border-color: #823770;
}
.TagClassName
{
border-color: #823770;
}
</style>