Shades of Dark Purple #83376B
Tints of Dark Purple #83376B
RGB
CMYK
RGB Variations
Color information
#83376B (or 0x83376B) is known color: Dark Purple. HEX triplet: 83, 37 and 6B. RGB value is (131,55,107). Sum of RGB (Red+Green+Blue) = 131+55+107=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83376B is #7CC894. Grayscale: #535353. Windows color (decimal): -8177813 or 7026563. OLE color: 7026563.
HSL color Cylindrical-coordinate representation of color #83376B: hue angle of 318.95º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83376B is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 55 | 107 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.49 |
| HSL | 318.95º | 0.41% | 0.36% | - |
| HSV(B) | 318.95º | 0.58% | 0.51% | - |
| XYZ | 13.38 | 8.62 | 14.87 | - |
| YUV | 83.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 55 | 107 | 0 | 0.58 | 0.18 | 0.49 | 318.95 | 0.41 | 0.36 |
| Hex | 83 | 37 | 6B | 0 | 3A | 12 | 31 | 13F | 29 | 24 |
| Octal | 203 | 67 | 153 | 0 | 72 | 22 | 61 | 477 | 51 | 44 |
| Binary | 10000011 | 110111 | 1101011 | 0 | 111010 | 10010 | 110001 | 100111111 | 101001 | 100100 |
Color Harmonies of #83376B
Complementary color
Monochromatic Colors of #83376B
Black with #83376B
Text Example
Text Example
White with #83376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83376B; }
p { color: rgb(131,55,107); }
H1.HeaderClassName
{
color: #83376B;
}
.AnyTagClassName
{
color: #83376B;
}
</style>
background-color css
<style>
a { background-color: #83376B; }
a { background-color: rgb(131,55,107); }
div.DivClassName
{
background-color: #83376B;
}
.BgClassName
{
background-color: #83376B;
}
</style>
border-color css
<style>
span { border-color: #83376B; }
span { border-color: rgb(131,55,107); }
td.TdClassName
{
border-color: #83376B;
}
.TagClassName
{
border-color: #83376B;
}
</style>