Shades of Dark Purple #832665
Tints of Dark Purple #832665
RGB
CMYK
RGB Variations
Color information
#832665 (or 0x832665) is known color: Dark Purple. HEX triplet: 83, 26 and 65. RGB value is (131,38,101). Sum of RGB (Red+Green+Blue) = 131+38+101=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #832665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832665 is #7CD99A. Grayscale: #484848. Windows color (decimal): -8182171 or 6628995. OLE color: 6628995.
HSL color Cylindrical-coordinate representation of color #832665: hue angle of 319.35º 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 #832665 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 101 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.49 |
| HSL | 319.35º | 0.55% | 0.33% | - |
| HSV(B) | 319.35º | 0.71% | 0.51% | - |
| XYZ | 12.4 | 7.15 | 13.04 | - |
| YUV | 72.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 101 | 0 | 0.71 | 0.23 | 0.49 | 319.35 | 0.55 | 0.33 |
| Hex | 83 | 26 | 65 | 0 | 47 | 17 | 31 | 13F | 37 | 21 |
| Octal | 203 | 46 | 145 | 0 | 107 | 27 | 61 | 477 | 67 | 41 |
| Binary | 10000011 | 100110 | 1100101 | 0 | 1000111 | 10111 | 110001 | 100111111 | 110111 | 100001 |
Color Harmonies of #832665
Complementary color
Monochromatic Colors of #832665
Black with #832665
Text Example
Text Example
White with #832665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832665; }
p { color: rgb(131,38,101); }
H1.HeaderClassName
{
color: #832665;
}
.AnyTagClassName
{
color: #832665;
}
</style>
background-color css
<style>
a { background-color: #832665; }
a { background-color: rgb(131,38,101); }
div.DivClassName
{
background-color: #832665;
}
.BgClassName
{
background-color: #832665;
}
</style>
border-color css
<style>
span { border-color: #832665; }
span { border-color: rgb(131,38,101); }
td.TdClassName
{
border-color: #832665;
}
.TagClassName
{
border-color: #832665;
}
</style>