Shades of Dark Purple #832465
Tints of Dark Purple #832465
RGB
CMYK
RGB Variations
Color information
#832465 (or 0x832465) is known color: Dark Purple. HEX triplet: 83, 24 and 65. RGB value is (131,36,101). Sum of RGB (Red+Green+Blue) = 131+36+101=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #832465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832465 is #7CDB9A. Grayscale: #474747. Windows color (decimal): -8182683 or 6628483. OLE color: 6628483.
HSL color Cylindrical-coordinate representation of color #832465: hue angle of 318.95º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832465 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 101 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.49 |
| HSL | 318.95º | 0.57% | 0.33% | - |
| HSV(B) | 318.95º | 0.73% | 0.51% | - |
| XYZ | 12.34 | 7.03 | 13.02 | - |
| YUV | 71.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 101 | 0 | 0.73 | 0.23 | 0.49 | 318.95 | 0.57 | 0.33 |
| Hex | 83 | 24 | 65 | 0 | 49 | 17 | 31 | 13F | 39 | 21 |
| Octal | 203 | 44 | 145 | 0 | 111 | 27 | 61 | 477 | 71 | 41 |
| Binary | 10000011 | 100100 | 1100101 | 0 | 1001001 | 10111 | 110001 | 100111111 | 111001 | 100001 |
Color Harmonies of #832465
Complementary color
Monochromatic Colors of #832465
Black with #832465
Text Example
Text Example
White with #832465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832465; }
p { color: rgb(131,36,101); }
H1.HeaderClassName
{
color: #832465;
}
.AnyTagClassName
{
color: #832465;
}
</style>
background-color css
<style>
a { background-color: #832465; }
a { background-color: rgb(131,36,101); }
div.DivClassName
{
background-color: #832465;
}
.BgClassName
{
background-color: #832465;
}
</style>
border-color css
<style>
span { border-color: #832465; }
span { border-color: rgb(131,36,101); }
td.TdClassName
{
border-color: #832465;
}
.TagClassName
{
border-color: #832465;
}
</style>