Shades of Purple #82127F
Tints of Purple #82127F
RGB
CMYK
RGB Variations
Color information
#82127F (or 0x82127F) is known color: Purple. HEX triplet: 82, 12 and 7F. RGB value is (130,18,127). Sum of RGB (Red+Green+Blue) = 130+18+127=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82127F is #7DED80. Grayscale: #3F3F3F. Windows color (decimal): -8252801 or 8327810. OLE color: 8327810.
HSL color Cylindrical-coordinate representation of color #82127F: hue angle of 301.61º 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 #82127F is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 127 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.49 |
| HSL | 301.61º | 0.76% | 0.29% | - |
| HSV(B) | 301.61º | 0.86% | 0.51% | - |
| XYZ | 13.25 | 6.71 | 20.68 | - |
| YUV | 63.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 127 | 0 | 0.86 | 0.02 | 0.49 | 301.61 | 0.76 | 0.29 |
| Hex | 82 | 12 | 7F | 0 | 56 | 2 | 31 | 12E | 4C | 1D |
| Octal | 202 | 22 | 177 | 0 | 126 | 2 | 61 | 456 | 114 | 35 |
| Binary | 10000010 | 10010 | 1111111 | 0 | 1010110 | 10 | 110001 | 100101110 | 1001100 | 11101 |
Color Harmonies of #82127F
Complementary color
Monochromatic Colors of #82127F
Black with #82127F
Text Example
Text Example
White with #82127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82127F; }
p { color: rgb(130,18,127); }
H1.HeaderClassName
{
color: #82127F;
}
.AnyTagClassName
{
color: #82127F;
}
</style>
background-color css
<style>
a { background-color: #82127F; }
a { background-color: rgb(130,18,127); }
div.DivClassName
{
background-color: #82127F;
}
.BgClassName
{
background-color: #82127F;
}
</style>
border-color css
<style>
span { border-color: #82127F; }
span { border-color: rgb(130,18,127); }
td.TdClassName
{
border-color: #82127F;
}
.TagClassName
{
border-color: #82127F;
}
</style>