Shades of Dark Purple #82336F
Tints of Dark Purple #82336F
RGB
CMYK
RGB Variations
Color information
#82336F (or 0x82336F) is known color: Dark Purple. HEX triplet: 82, 33 and 6F. RGB value is (130,51,111). Sum of RGB (Red+Green+Blue) = 130+51+111=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82336F is #7DCC90. Grayscale: #515151. Windows color (decimal): -8244369 or 7287682. OLE color: 7287682.
HSL color Cylindrical-coordinate representation of color #82336F: hue angle of 314.43º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82336F is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 111 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.49 |
| HSL | 314.43º | 0.44% | 0.35% | - |
| HSV(B) | 314.43º | 0.61% | 0.51% | - |
| XYZ | 13.26 | 8.26 | 15.93 | - |
| YUV | 81.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 111 | 0 | 0.61 | 0.15 | 0.49 | 314.43 | 0.44 | 0.35 |
| Hex | 82 | 33 | 6F | 0 | 3D | F | 31 | 13A | 2C | 23 |
| Octal | 202 | 63 | 157 | 0 | 75 | 17 | 61 | 472 | 54 | 43 |
| Binary | 10000010 | 110011 | 1101111 | 0 | 111101 | 1111 | 110001 | 100111010 | 101100 | 100011 |
Color Harmonies of #82336F
Complementary color
Monochromatic Colors of #82336F
Black with #82336F
Text Example
Text Example
White with #82336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82336F; }
p { color: rgb(130,51,111); }
H1.HeaderClassName
{
color: #82336F;
}
.AnyTagClassName
{
color: #82336F;
}
</style>
background-color css
<style>
a { background-color: #82336F; }
a { background-color: rgb(130,51,111); }
div.DivClassName
{
background-color: #82336F;
}
.BgClassName
{
background-color: #82336F;
}
</style>
border-color css
<style>
span { border-color: #82336F; }
span { border-color: rgb(130,51,111); }
td.TdClassName
{
border-color: #82336F;
}
.TagClassName
{
border-color: #82336F;
}
</style>