Shades of Dark Purple #832D7B
Tints of Dark Purple #832D7B
RGB
CMYK
RGB Variations
Color information
#832D7B (or 0x832D7B) is known color: Dark Purple. HEX triplet: 83, 2D and 7B. RGB value is (131,45,123). Sum of RGB (Red+Green+Blue) = 131+45+123=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #832D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D7B is #7CD284. Grayscale: #4F4F4F. Windows color (decimal): -8180357 or 8072579. OLE color: 8072579.
HSL color Cylindrical-coordinate representation of color #832D7B: hue angle of 305.58º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D7B is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 123 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.49 |
| HSL | 305.58º | 0.49% | 0.35% | - |
| HSV(B) | 305.58º | 0.66% | 0.51% | - |
| XYZ | 13.87 | 8.13 | 19.58 | - |
| YUV | 79.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 123 | 0 | 0.66 | 0.06 | 0.49 | 305.58 | 0.49 | 0.35 |
| Hex | 83 | 2D | 7B | 0 | 42 | 6 | 31 | 132 | 31 | 23 |
| Octal | 203 | 55 | 173 | 0 | 102 | 6 | 61 | 462 | 61 | 43 |
| Binary | 10000011 | 101101 | 1111011 | 0 | 1000010 | 110 | 110001 | 100110010 | 110001 | 100011 |
Color Harmonies of #832D7B
Complementary color
Monochromatic Colors of #832D7B
Black with #832D7B
Text Example
Text Example
White with #832D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D7B; }
p { color: rgb(131,45,123); }
H1.HeaderClassName
{
color: #832D7B;
}
.AnyTagClassName
{
color: #832D7B;
}
</style>
background-color css
<style>
a { background-color: #832D7B; }
a { background-color: rgb(131,45,123); }
div.DivClassName
{
background-color: #832D7B;
}
.BgClassName
{
background-color: #832D7B;
}
</style>
border-color css
<style>
span { border-color: #832D7B; }
span { border-color: rgb(131,45,123); }
td.TdClassName
{
border-color: #832D7B;
}
.TagClassName
{
border-color: #832D7B;
}
</style>