Shades of Dark Purple #832A7F
Tints of Dark Purple #832A7F
RGB
CMYK
RGB Variations
Color information
#832A7F (or 0x832A7F) is known color: Dark Purple. HEX triplet: 83, 2A and 7F. RGB value is (131,42,127). Sum of RGB (Red+Green+Blue) = 131+42+127=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #832A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832A7F is #7CD580. Grayscale: #4E4E4E. Windows color (decimal): -8181121 or 8333955. OLE color: 8333955.
HSL color Cylindrical-coordinate representation of color #832A7F: hue angle of 302.7º 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 #832A7F is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 42 | 127 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.49 |
| HSL | 302.7º | 0.51% | 0.34% | - |
| HSV(B) | 302.7º | 0.68% | 0.51% | - |
| XYZ | 14.02 | 8.01 | 20.89 | - |
| YUV | 78.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 127 | 0 | 0.68 | 0.03 | 0.49 | 302.7 | 0.51 | 0.34 |
| Hex | 83 | 2A | 7F | 0 | 44 | 3 | 31 | 12F | 33 | 22 |
| Octal | 203 | 52 | 177 | 0 | 104 | 3 | 61 | 457 | 63 | 42 |
| Binary | 10000011 | 101010 | 1111111 | 0 | 1000100 | 11 | 110001 | 100101111 | 110011 | 100010 |
Color Harmonies of #832A7F
Complementary color
Monochromatic Colors of #832A7F
Black with #832A7F
Text Example
Text Example
White with #832A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832A7F; }
p { color: rgb(131,42,127); }
H1.HeaderClassName
{
color: #832A7F;
}
.AnyTagClassName
{
color: #832A7F;
}
</style>
background-color css
<style>
a { background-color: #832A7F; }
a { background-color: rgb(131,42,127); }
div.DivClassName
{
background-color: #832A7F;
}
.BgClassName
{
background-color: #832A7F;
}
</style>
border-color css
<style>
span { border-color: #832A7F; }
span { border-color: rgb(131,42,127); }
td.TdClassName
{
border-color: #832A7F;
}
.TagClassName
{
border-color: #832A7F;
}
</style>