Shades of Dark Purple #823870
Tints of Dark Purple #823870
RGB
CMYK
RGB Variations
Color information
#823870 (or 0x823870) is known color: Dark Purple. HEX triplet: 82, 38 and 70. RGB value is (130,56,112). Sum of RGB (Red+Green+Blue) = 130+56+112=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #823870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823870 is #7DC78F. Grayscale: #545454. Windows color (decimal): -8243088 or 7354498. OLE color: 7354498.
HSL color Cylindrical-coordinate representation of color #823870: hue angle of 314.59º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #823870 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 112 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.49 |
| HSL | 314.59º | 0.4% | 0.36% | - |
| HSV(B) | 314.59º | 0.57% | 0.51% | - |
| XYZ | 13.54 | 8.74 | 16.3 | - |
| YUV | 84.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 112 | 0 | 0.57 | 0.14 | 0.49 | 314.59 | 0.4 | 0.36 |
| Hex | 82 | 38 | 70 | 0 | 39 | E | 31 | 13B | 28 | 24 |
| Octal | 202 | 70 | 160 | 0 | 71 | 16 | 61 | 473 | 50 | 44 |
| Binary | 10000010 | 111000 | 1110000 | 0 | 111001 | 1110 | 110001 | 100111011 | 101000 | 100100 |
Color Harmonies of #823870
Complementary color
Monochromatic Colors of #823870
Black with #823870
Text Example
Text Example
White with #823870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823870; }
p { color: rgb(130,56,112); }
H1.HeaderClassName
{
color: #823870;
}
.AnyTagClassName
{
color: #823870;
}
</style>
background-color css
<style>
a { background-color: #823870; }
a { background-color: rgb(130,56,112); }
div.DivClassName
{
background-color: #823870;
}
.BgClassName
{
background-color: #823870;
}
</style>
border-color css
<style>
span { border-color: #823870; }
span { border-color: rgb(130,56,112); }
td.TdClassName
{
border-color: #823870;
}
.TagClassName
{
border-color: #823870;
}
</style>