Shades of Dark Purple #832673
Tints of Dark Purple #832673
RGB
CMYK
RGB Variations
Color information
#832673 (or 0x832673) is known color: Dark Purple. HEX triplet: 83, 26 and 73. RGB value is (131,38,115). Sum of RGB (Red+Green+Blue) = 131+38+115=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #832673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832673 is #7CD98C. Grayscale: #4A4A4A. Windows color (decimal): -8182157 or 7546499. OLE color: 7546499.
HSL color Cylindrical-coordinate representation of color #832673: hue angle of 310.32º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832673 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 115 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.49 |
| HSL | 310.32º | 0.55% | 0.33% | - |
| HSV(B) | 310.32º | 0.71% | 0.51% | - |
| XYZ | 13.15 | 7.45 | 16.96 | - |
| YUV | 74.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 115 | 0 | 0.71 | 0.12 | 0.49 | 310.32 | 0.55 | 0.33 |
| Hex | 83 | 26 | 73 | 0 | 47 | C | 31 | 136 | 37 | 21 |
| Octal | 203 | 46 | 163 | 0 | 107 | 14 | 61 | 466 | 67 | 41 |
| Binary | 10000011 | 100110 | 1110011 | 0 | 1000111 | 1100 | 110001 | 100110110 | 110111 | 100001 |
Color Harmonies of #832673
Complementary color
Monochromatic Colors of #832673
Black with #832673
Text Example
Text Example
White with #832673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832673; }
p { color: rgb(131,38,115); }
H1.HeaderClassName
{
color: #832673;
}
.AnyTagClassName
{
color: #832673;
}
</style>
background-color css
<style>
a { background-color: #832673; }
a { background-color: rgb(131,38,115); }
div.DivClassName
{
background-color: #832673;
}
.BgClassName
{
background-color: #832673;
}
</style>
border-color css
<style>
span { border-color: #832673; }
span { border-color: rgb(131,38,115); }
td.TdClassName
{
border-color: #832673;
}
.TagClassName
{
border-color: #832673;
}
</style>