Shades of Dark Purple #832477
Tints of Dark Purple #832477
RGB
CMYK
RGB Variations
Color information
#832477 (or 0x832477) is known color: Dark Purple. HEX triplet: 83, 24 and 77. RGB value is (131,36,119). Sum of RGB (Red+Green+Blue) = 131+36+119=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #832477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832477 is #7CDB88. Grayscale: #494949. Windows color (decimal): -8182665 or 7808131. OLE color: 7808131.
HSL color Cylindrical-coordinate representation of color #832477: hue angle of 307.58º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832477 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 119 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.49 |
| HSL | 307.58º | 0.57% | 0.33% | - |
| HSV(B) | 307.58º | 0.73% | 0.51% | - |
| XYZ | 13.32 | 7.42 | 18.18 | - |
| YUV | 73.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 119 | 0 | 0.73 | 0.09 | 0.49 | 307.58 | 0.57 | 0.33 |
| Hex | 83 | 24 | 77 | 0 | 49 | 9 | 31 | 134 | 39 | 21 |
| Octal | 203 | 44 | 167 | 0 | 111 | 11 | 61 | 464 | 71 | 41 |
| Binary | 10000011 | 100100 | 1110111 | 0 | 1001001 | 1001 | 110001 | 100110100 | 111001 | 100001 |
Color Harmonies of #832477
Complementary color
Monochromatic Colors of #832477
Black with #832477
Text Example
Text Example
White with #832477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832477; }
p { color: rgb(131,36,119); }
H1.HeaderClassName
{
color: #832477;
}
.AnyTagClassName
{
color: #832477;
}
</style>
background-color css
<style>
a { background-color: #832477; }
a { background-color: rgb(131,36,119); }
div.DivClassName
{
background-color: #832477;
}
.BgClassName
{
background-color: #832477;
}
</style>
border-color css
<style>
span { border-color: #832477; }
span { border-color: rgb(131,36,119); }
td.TdClassName
{
border-color: #832477;
}
.TagClassName
{
border-color: #832477;
}
</style>