Shades of Dark Purple #82147A
Tints of Dark Purple #82147A
RGB
CMYK
RGB Variations
Color information
#82147A (or 0x82147A) is known color: Dark Purple. HEX triplet: 82, 14 and 7A. RGB value is (130,20,122). Sum of RGB (Red+Green+Blue) = 130+20+122=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82147A is #7DEB85. Grayscale: #404040. Windows color (decimal): -8252294 or 8000642. OLE color: 8000642.
HSL color Cylindrical-coordinate representation of color #82147A: hue angle of 304.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82147A is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 122 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.49 |
| HSL | 304.36º | 0.73% | 0.29% | - |
| HSV(B) | 304.36º | 0.85% | 0.51% | - |
| XYZ | 12.97 | 6.65 | 19.01 | - |
| YUV | 64.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 122 | 0 | 0.85 | 0.06 | 0.49 | 304.36 | 0.73 | 0.29 |
| Hex | 82 | 14 | 7A | 0 | 55 | 6 | 31 | 130 | 49 | 1D |
| Octal | 202 | 24 | 172 | 0 | 125 | 6 | 61 | 460 | 111 | 35 |
| Binary | 10000010 | 10100 | 1111010 | 0 | 1010101 | 110 | 110001 | 100110000 | 1001001 | 11101 |
Color Harmonies of #82147A
Complementary color
Monochromatic Colors of #82147A
Black with #82147A
Text Example
Text Example
White with #82147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82147A; }
p { color: rgb(130,20,122); }
H1.HeaderClassName
{
color: #82147A;
}
.AnyTagClassName
{
color: #82147A;
}
</style>
background-color css
<style>
a { background-color: #82147A; }
a { background-color: rgb(130,20,122); }
div.DivClassName
{
background-color: #82147A;
}
.BgClassName
{
background-color: #82147A;
}
</style>
border-color css
<style>
span { border-color: #82147A; }
span { border-color: rgb(130,20,122); }
td.TdClassName
{
border-color: #82147A;
}
.TagClassName
{
border-color: #82147A;
}
</style>