Shades of Dark Purple #832174
Tints of Dark Purple #832174
RGB
CMYK
RGB Variations
Color information
#832174 (or 0x832174) is known color: Dark Purple. HEX triplet: 83, 21 and 74. RGB value is (131,33,116). Sum of RGB (Red+Green+Blue) = 131+33+116=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #832174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832174 is #7CDE8B. Grayscale: #474747. Windows color (decimal): -8183436 or 7610755. OLE color: 7610755.
HSL color Cylindrical-coordinate representation of color #832174: hue angle of 309.18º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832174 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 116 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.49 |
| HSL | 309.18º | 0.6% | 0.32% | - |
| HSV(B) | 309.18º | 0.75% | 0.51% | - |
| XYZ | 13.06 | 7.17 | 17.22 | - |
| YUV | 71.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 116 | 0 | 0.75 | 0.11 | 0.49 | 309.18 | 0.6 | 0.32 |
| Hex | 83 | 21 | 74 | 0 | 4B | B | 31 | 135 | 3C | 20 |
| Octal | 203 | 41 | 164 | 0 | 113 | 13 | 61 | 465 | 74 | 40 |
| Binary | 10000011 | 100001 | 1110100 | 0 | 1001011 | 1011 | 110001 | 100110101 | 111100 | 100000 |
Color Harmonies of #832174
Complementary color
Monochromatic Colors of #832174
Black with #832174
Text Example
Text Example
White with #832174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832174; }
p { color: rgb(131,33,116); }
H1.HeaderClassName
{
color: #832174;
}
.AnyTagClassName
{
color: #832174;
}
</style>
background-color css
<style>
a { background-color: #832174; }
a { background-color: rgb(131,33,116); }
div.DivClassName
{
background-color: #832174;
}
.BgClassName
{
background-color: #832174;
}
</style>
border-color css
<style>
span { border-color: #832174; }
span { border-color: rgb(131,33,116); }
td.TdClassName
{
border-color: #832174;
}
.TagClassName
{
border-color: #832174;
}
</style>