Shades of Dark Purple #823470
Tints of Dark Purple #823470
RGB
CMYK
RGB Variations
Color information
#823470 (or 0x823470) is known color: Dark Purple. HEX triplet: 82, 34 and 70. RGB value is (130,52,112). Sum of RGB (Red+Green+Blue) = 130+52+112=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #823470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823470 is #7DCB8F. Grayscale: #525252. Windows color (decimal): -8244112 or 7353474. OLE color: 7353474.
HSL color Cylindrical-coordinate representation of color #823470: hue angle of 313.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823470 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 52 | 112 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.49 |
| HSL | 313.85º | 0.43% | 0.36% | - |
| HSV(B) | 313.85º | 0.6% | 0.51% | - |
| XYZ | 13.36 | 8.37 | 16.24 | - |
| YUV | 82.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 52 | 112 | 0 | 0.60 | 0.14 | 0.49 | 313.85 | 0.43 | 0.36 |
| Hex | 82 | 34 | 70 | 0 | 3C | E | 31 | 13A | 2B | 24 |
| Octal | 202 | 64 | 160 | 0 | 74 | 16 | 61 | 472 | 53 | 44 |
| Binary | 10000010 | 110100 | 1110000 | 0 | 111100 | 1110 | 110001 | 100111010 | 101011 | 100100 |
Color Harmonies of #823470
Complementary color
Monochromatic Colors of #823470
Black with #823470
Text Example
Text Example
White with #823470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823470; }
p { color: rgb(130,52,112); }
H1.HeaderClassName
{
color: #823470;
}
.AnyTagClassName
{
color: #823470;
}
</style>
background-color css
<style>
a { background-color: #823470; }
a { background-color: rgb(130,52,112); }
div.DivClassName
{
background-color: #823470;
}
.BgClassName
{
background-color: #823470;
}
</style>
border-color css
<style>
span { border-color: #823470; }
span { border-color: rgb(130,52,112); }
td.TdClassName
{
border-color: #823470;
}
.TagClassName
{
border-color: #823470;
}
</style>