Shades of Dark Purple #82247F
Tints of Dark Purple #82247F
RGB
CMYK
RGB Variations
Color information
#82247F (or 0x82247F) is known color: Dark Purple. HEX triplet: 82, 24 and 7F. RGB value is (130,36,127). Sum of RGB (Red+Green+Blue) = 130+36+127=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82247F is #7DDB80. Grayscale: #4A4A4A. Windows color (decimal): -8248193 or 8332418. OLE color: 8332418.
HSL color Cylindrical-coordinate representation of color #82247F: hue angle of 301.91º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82247F is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 36 | 127 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.49 |
| HSL | 301.91º | 0.57% | 0.33% | - |
| HSV(B) | 301.91º | 0.72% | 0.51% | - |
| XYZ | 13.67 | 7.54 | 20.81 | - |
| YUV | 74.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 127 | 0 | 0.72 | 0.02 | 0.49 | 301.91 | 0.57 | 0.33 |
| Hex | 82 | 24 | 7F | 0 | 48 | 2 | 31 | 12E | 39 | 21 |
| Octal | 202 | 44 | 177 | 0 | 110 | 2 | 61 | 456 | 71 | 41 |
| Binary | 10000010 | 100100 | 1111111 | 0 | 1001000 | 10 | 110001 | 100101110 | 111001 | 100001 |
Color Harmonies of #82247F
Complementary color
Monochromatic Colors of #82247F
Black with #82247F
Text Example
Text Example
White with #82247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82247F; }
p { color: rgb(130,36,127); }
H1.HeaderClassName
{
color: #82247F;
}
.AnyTagClassName
{
color: #82247F;
}
</style>
background-color css
<style>
a { background-color: #82247F; }
a { background-color: rgb(130,36,127); }
div.DivClassName
{
background-color: #82247F;
}
.BgClassName
{
background-color: #82247F;
}
</style>
border-color css
<style>
span { border-color: #82247F; }
span { border-color: rgb(130,36,127); }
td.TdClassName
{
border-color: #82247F;
}
.TagClassName
{
border-color: #82247F;
}
</style>