Shades of Dark Purple #832B7B
Tints of Dark Purple #832B7B
RGB
CMYK
RGB Variations
Color information
#832B7B (or 0x832B7B) is known color: Dark Purple. HEX triplet: 83, 2B and 7B. RGB value is (131,43,123). Sum of RGB (Red+Green+Blue) = 131+43+123=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #832B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832B7B is #7CD484. Grayscale: #4E4E4E. Windows color (decimal): -8180869 or 8072067. OLE color: 8072067.
HSL color Cylindrical-coordinate representation of color #832B7B: hue angle of 305.45º 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 #832B7B is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 43 | 123 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.49 |
| HSL | 305.45º | 0.51% | 0.34% | - |
| HSV(B) | 305.45º | 0.67% | 0.51% | - |
| XYZ | 13.8 | 7.98 | 19.55 | - |
| YUV | 78.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 123 | 0 | 0.67 | 0.06 | 0.49 | 305.45 | 0.51 | 0.34 |
| Hex | 83 | 2B | 7B | 0 | 43 | 6 | 31 | 131 | 33 | 22 |
| Octal | 203 | 53 | 173 | 0 | 103 | 6 | 61 | 461 | 63 | 42 |
| Binary | 10000011 | 101011 | 1111011 | 0 | 1000011 | 110 | 110001 | 100110001 | 110011 | 100010 |
Color Harmonies of #832B7B
Complementary color
Monochromatic Colors of #832B7B
Black with #832B7B
Text Example
Text Example
White with #832B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B7B; }
p { color: rgb(131,43,123); }
H1.HeaderClassName
{
color: #832B7B;
}
.AnyTagClassName
{
color: #832B7B;
}
</style>
background-color css
<style>
a { background-color: #832B7B; }
a { background-color: rgb(131,43,123); }
div.DivClassName
{
background-color: #832B7B;
}
.BgClassName
{
background-color: #832B7B;
}
</style>
border-color css
<style>
span { border-color: #832B7B; }
span { border-color: rgb(131,43,123); }
td.TdClassName
{
border-color: #832B7B;
}
.TagClassName
{
border-color: #832B7B;
}
</style>