Shades of Dark Purple #83347F
Tints of Dark Purple #83347F
RGB
CMYK
RGB Variations
Color information
#83347F (or 0x83347F) is known color: Dark Purple. HEX triplet: 83, 34 and 7F. RGB value is (131,52,127). Sum of RGB (Red+Green+Blue) = 131+52+127=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83347F is #7CCB80. Grayscale: #535353. Windows color (decimal): -8178561 or 8336515. OLE color: 8336515.
HSL color Cylindrical-coordinate representation of color #83347F: hue angle of 303.04º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83347F is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 52 | 127 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.49 |
| HSL | 303.04º | 0.43% | 0.36% | - |
| HSV(B) | 303.04º | 0.6% | 0.51% | - |
| XYZ | 14.42 | 8.81 | 21.02 | - |
| YUV | 84.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 127 | 0 | 0.60 | 0.03 | 0.49 | 303.04 | 0.43 | 0.36 |
| Hex | 83 | 34 | 7F | 0 | 3C | 3 | 31 | 12F | 2B | 24 |
| Octal | 203 | 64 | 177 | 0 | 74 | 3 | 61 | 457 | 53 | 44 |
| Binary | 10000011 | 110100 | 1111111 | 0 | 111100 | 11 | 110001 | 100101111 | 101011 | 100100 |
Color Harmonies of #83347F
Complementary color
Monochromatic Colors of #83347F
Black with #83347F
Text Example
Text Example
White with #83347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83347F; }
p { color: rgb(131,52,127); }
H1.HeaderClassName
{
color: #83347F;
}
.AnyTagClassName
{
color: #83347F;
}
</style>
background-color css
<style>
a { background-color: #83347F; }
a { background-color: rgb(131,52,127); }
div.DivClassName
{
background-color: #83347F;
}
.BgClassName
{
background-color: #83347F;
}
</style>
border-color css
<style>
span { border-color: #83347F; }
span { border-color: rgb(131,52,127); }
td.TdClassName
{
border-color: #83347F;
}
.TagClassName
{
border-color: #83347F;
}
</style>