Shades of Dark Purple #832970
Tints of Dark Purple #832970
RGB
CMYK
RGB Variations
Color information
#832970 (or 0x832970) is known color: Dark Purple. HEX triplet: 83, 29 and 70. RGB value is (131,41,112). Sum of RGB (Red+Green+Blue) = 131+41+112=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #832970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832970 is #7CD68F. Grayscale: #4B4B4B. Windows color (decimal): -8181392 or 7350659. OLE color: 7350659.
HSL color Cylindrical-coordinate representation of color #832970: hue angle of 312.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832970 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 41 | 112 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.49 |
| HSL | 312.67º | 0.52% | 0.34% | - |
| HSV(B) | 312.67º | 0.69% | 0.51% | - |
| XYZ | 13.08 | 7.58 | 16.1 | - |
| YUV | 76 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 112 | 0 | 0.69 | 0.15 | 0.49 | 312.67 | 0.52 | 0.34 |
| Hex | 83 | 29 | 70 | 0 | 45 | F | 31 | 139 | 34 | 22 |
| Octal | 203 | 51 | 160 | 0 | 105 | 17 | 61 | 471 | 64 | 42 |
| Binary | 10000011 | 101001 | 1110000 | 0 | 1000101 | 1111 | 110001 | 100111001 | 110100 | 100010 |
Color Harmonies of #832970
Complementary color
Monochromatic Colors of #832970
Black with #832970
Text Example
Text Example
White with #832970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832970; }
p { color: rgb(131,41,112); }
H1.HeaderClassName
{
color: #832970;
}
.AnyTagClassName
{
color: #832970;
}
</style>
background-color css
<style>
a { background-color: #832970; }
a { background-color: rgb(131,41,112); }
div.DivClassName
{
background-color: #832970;
}
.BgClassName
{
background-color: #832970;
}
</style>
border-color css
<style>
span { border-color: #832970; }
span { border-color: rgb(131,41,112); }
td.TdClassName
{
border-color: #832970;
}
.TagClassName
{
border-color: #832970;
}
</style>