Shades of Dark Purple #832F78
Tints of Dark Purple #832F78
RGB
CMYK
RGB Variations
Color information
#832F78 (or 0x832F78) is known color: Dark Purple. HEX triplet: 83, 2F and 78. RGB value is (131,47,120). Sum of RGB (Red+Green+Blue) = 131+47+120=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #832F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832F78 is #7CD087. Grayscale: #505050. Windows color (decimal): -8179848 or 7876483. OLE color: 7876483.
HSL color Cylindrical-coordinate representation of color #832F78: hue angle of 307.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #832F78 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 47 | 120 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.49 |
| HSL | 307.86º | 0.47% | 0.35% | - |
| HSV(B) | 307.86º | 0.64% | 0.51% | - |
| XYZ | 13.77 | 8.21 | 18.63 | - |
| YUV | 80.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 120 | 0 | 0.64 | 0.08 | 0.49 | 307.86 | 0.47 | 0.35 |
| Hex | 83 | 2F | 78 | 0 | 40 | 8 | 31 | 134 | 2F | 23 |
| Octal | 203 | 57 | 170 | 0 | 100 | 10 | 61 | 464 | 57 | 43 |
| Binary | 10000011 | 101111 | 1111000 | 0 | 1000000 | 1000 | 110001 | 100110100 | 101111 | 100011 |
Color Harmonies of #832F78
Complementary color
Monochromatic Colors of #832F78
Black with #832F78
Text Example
Text Example
White with #832F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832F78; }
p { color: rgb(131,47,120); }
H1.HeaderClassName
{
color: #832F78;
}
.AnyTagClassName
{
color: #832F78;
}
</style>
background-color css
<style>
a { background-color: #832F78; }
a { background-color: rgb(131,47,120); }
div.DivClassName
{
background-color: #832F78;
}
.BgClassName
{
background-color: #832F78;
}
</style>
border-color css
<style>
span { border-color: #832F78; }
span { border-color: rgb(131,47,120); }
td.TdClassName
{
border-color: #832F78;
}
.TagClassName
{
border-color: #832F78;
}
</style>