Shades of Dark Purple #832B7F
Tints of Dark Purple #832B7F
RGB
CMYK
RGB Variations
Color information
#832B7F (or 0x832B7F) is known color: Dark Purple. HEX triplet: 83, 2B and 7F. RGB value is (131,43,127). Sum of RGB (Red+Green+Blue) = 131+43+127=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #832B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832B7F is #7CD480. Grayscale: #4E4E4E. Windows color (decimal): -8180865 or 8334211. OLE color: 8334211.
HSL color Cylindrical-coordinate representation of color #832B7F: hue angle of 302.73º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #832B7F is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 43 | 127 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.49 |
| HSL | 302.73º | 0.51% | 0.34% | - |
| HSV(B) | 302.73º | 0.67% | 0.51% | - |
| XYZ | 14.05 | 8.09 | 20.9 | - |
| YUV | 78.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 127 | 0 | 0.67 | 0.03 | 0.49 | 302.73 | 0.51 | 0.34 |
| Hex | 83 | 2B | 7F | 0 | 43 | 3 | 31 | 12F | 33 | 22 |
| Octal | 203 | 53 | 177 | 0 | 103 | 3 | 61 | 457 | 63 | 42 |
| Binary | 10000011 | 101011 | 1111111 | 0 | 1000011 | 11 | 110001 | 100101111 | 110011 | 100010 |
Color Harmonies of #832B7F
Complementary color
Monochromatic Colors of #832B7F
Black with #832B7F
Text Example
Text Example
White with #832B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B7F; }
p { color: rgb(131,43,127); }
H1.HeaderClassName
{
color: #832B7F;
}
.AnyTagClassName
{
color: #832B7F;
}
</style>
background-color css
<style>
a { background-color: #832B7F; }
a { background-color: rgb(131,43,127); }
div.DivClassName
{
background-color: #832B7F;
}
.BgClassName
{
background-color: #832B7F;
}
</style>
border-color css
<style>
span { border-color: #832B7F; }
span { border-color: rgb(131,43,127); }
td.TdClassName
{
border-color: #832B7F;
}
.TagClassName
{
border-color: #832B7F;
}
</style>