Shades of Dark Purple #82127A
Tints of Dark Purple #82127A
RGB
CMYK
RGB Variations
Color information
#82127A (or 0x82127A) is known color: Dark Purple. HEX triplet: 82, 12 and 7A. RGB value is (130,18,122). Sum of RGB (Red+Green+Blue) = 130+18+122=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82127A is #7DED85. Grayscale: #3F3F3F. Windows color (decimal): -8252806 or 8000130. OLE color: 8000130.
HSL color Cylindrical-coordinate representation of color #82127A: hue angle of 304.29º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82127A is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 122 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.49 |
| HSL | 304.29º | 0.76% | 0.29% | - |
| HSV(B) | 304.29º | 0.86% | 0.51% | - |
| XYZ | 12.94 | 6.58 | 19 | - |
| YUV | 63.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 122 | 0 | 0.86 | 0.06 | 0.49 | 304.29 | 0.76 | 0.29 |
| Hex | 82 | 12 | 7A | 0 | 56 | 6 | 31 | 130 | 4C | 1D |
| Octal | 202 | 22 | 172 | 0 | 126 | 6 | 61 | 460 | 114 | 35 |
| Binary | 10000010 | 10010 | 1111010 | 0 | 1010110 | 110 | 110001 | 100110000 | 1001100 | 11101 |
Color Harmonies of #82127A
Complementary color
Monochromatic Colors of #82127A
Black with #82127A
Text Example
Text Example
White with #82127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82127A; }
p { color: rgb(130,18,122); }
H1.HeaderClassName
{
color: #82127A;
}
.AnyTagClassName
{
color: #82127A;
}
</style>
background-color css
<style>
a { background-color: #82127A; }
a { background-color: rgb(130,18,122); }
div.DivClassName
{
background-color: #82127A;
}
.BgClassName
{
background-color: #82127A;
}
</style>
border-color css
<style>
span { border-color: #82127A; }
span { border-color: rgb(130,18,122); }
td.TdClassName
{
border-color: #82127A;
}
.TagClassName
{
border-color: #82127A;
}
</style>