Shades of Dark Purple #832A70
Tints of Dark Purple #832A70
RGB
CMYK
RGB Variations
Color information
#832A70 (or 0x832A70) is known color: Dark Purple. HEX triplet: 83, 2A and 70. RGB value is (131,42,112). Sum of RGB (Red+Green+Blue) = 131+42+112=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #832A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832A70 is #7CD58F. Grayscale: #4C4C4C. Windows color (decimal): -8181136 or 7350915. OLE color: 7350915.
HSL color Cylindrical-coordinate representation of color #832A70: hue angle of 312.81º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #832A70 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 42 | 112 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.49 |
| HSL | 312.81º | 0.51% | 0.34% | - |
| HSV(B) | 312.81º | 0.68% | 0.51% | - |
| XYZ | 13.11 | 7.65 | 16.11 | - |
| YUV | 76.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 112 | 0 | 0.68 | 0.15 | 0.49 | 312.81 | 0.51 | 0.34 |
| Hex | 83 | 2A | 70 | 0 | 44 | F | 31 | 139 | 33 | 22 |
| Octal | 203 | 52 | 160 | 0 | 104 | 17 | 61 | 471 | 63 | 42 |
| Binary | 10000011 | 101010 | 1110000 | 0 | 1000100 | 1111 | 110001 | 100111001 | 110011 | 100010 |
Color Harmonies of #832A70
Complementary color
Monochromatic Colors of #832A70
Black with #832A70
Text Example
Text Example
White with #832A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832A70; }
p { color: rgb(131,42,112); }
H1.HeaderClassName
{
color: #832A70;
}
.AnyTagClassName
{
color: #832A70;
}
</style>
background-color css
<style>
a { background-color: #832A70; }
a { background-color: rgb(131,42,112); }
div.DivClassName
{
background-color: #832A70;
}
.BgClassName
{
background-color: #832A70;
}
</style>
border-color css
<style>
span { border-color: #832A70; }
span { border-color: rgb(131,42,112); }
td.TdClassName
{
border-color: #832A70;
}
.TagClassName
{
border-color: #832A70;
}
</style>