Shades of Dark Purple #83276C
Tints of Dark Purple #83276C
RGB
CMYK
RGB Variations
Color information
#83276C (or 0x83276C) is known color: Dark Purple. HEX triplet: 83, 27 and 6C. RGB value is (131,39,108). Sum of RGB (Red+Green+Blue) = 131+39+108=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83276C is #7CD893. Grayscale: #4A4A4A. Windows color (decimal): -8181908 or 7088003. OLE color: 7088003.
HSL color Cylindrical-coordinate representation of color #83276C: hue angle of 315º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83276C is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 39 | 108 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.49 |
| HSL | 315º | 0.54% | 0.33% | - |
| HSV(B) | 315º | 0.7% | 0.51% | - |
| XYZ | 12.79 | 7.36 | 14.93 | - |
| YUV | 74.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 39 | 108 | 0 | 0.70 | 0.18 | 0.49 | 315 | 0.54 | 0.33 |
| Hex | 83 | 27 | 6C | 0 | 46 | 12 | 31 | 13B | 36 | 21 |
| Octal | 203 | 47 | 154 | 0 | 106 | 22 | 61 | 473 | 66 | 41 |
| Binary | 10000011 | 100111 | 1101100 | 0 | 1000110 | 10010 | 110001 | 100111011 | 110110 | 100001 |
Color Harmonies of #83276C
Complementary color
Monochromatic Colors of #83276C
Black with #83276C
Text Example
Text Example
White with #83276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83276C; }
p { color: rgb(131,39,108); }
H1.HeaderClassName
{
color: #83276C;
}
.AnyTagClassName
{
color: #83276C;
}
</style>
background-color css
<style>
a { background-color: #83276C; }
a { background-color: rgb(131,39,108); }
div.DivClassName
{
background-color: #83276C;
}
.BgClassName
{
background-color: #83276C;
}
</style>
border-color css
<style>
span { border-color: #83276C; }
span { border-color: rgb(131,39,108); }
td.TdClassName
{
border-color: #83276C;
}
.TagClassName
{
border-color: #83276C;
}
</style>