Shades of Purple #82027B
Tints of Purple #82027B
RGB
CMYK
RGB Variations
Color information
#82027B (or 0x82027B) is known color: Purple. HEX triplet: 82, 02 and 7B. RGB value is (130,2,123). Sum of RGB (Red+Green+Blue) = 130+2+123=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82027B is #7DFD84. Grayscale: #353535. Windows color (decimal): -8256901 or 8061570. OLE color: 8061570.
HSL color Cylindrical-coordinate representation of color #82027B: hue angle of 303.28º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82027B is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 123 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.49 |
| HSL | 303.28º | 0.97% | 0.26% | - |
| HSV(B) | 303.28º | 0.98% | 0.51% | - |
| XYZ | 12.8 | 6.22 | 19.26 | - |
| YUV | 54.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 123 | 0 | 0.98 | 0.05 | 0.49 | 303.28 | 0.97 | 0.26 |
| Hex | 82 | 2 | 7B | 0 | 62 | 5 | 31 | 12F | 61 | 1A |
| Octal | 202 | 2 | 173 | 0 | 142 | 5 | 61 | 457 | 141 | 32 |
| Binary | 10000010 | 10 | 1111011 | 0 | 1100010 | 101 | 110001 | 100101111 | 1100001 | 11010 |
Color Harmonies of #82027B
Complementary color
Monochromatic Colors of #82027B
Black with #82027B
Text Example
Text Example
White with #82027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82027B; }
p { color: rgb(130,2,123); }
H1.HeaderClassName
{
color: #82027B;
}
.AnyTagClassName
{
color: #82027B;
}
</style>
background-color css
<style>
a { background-color: #82027B; }
a { background-color: rgb(130,2,123); }
div.DivClassName
{
background-color: #82027B;
}
.BgClassName
{
background-color: #82027B;
}
</style>
border-color css
<style>
span { border-color: #82027B; }
span { border-color: rgb(130,2,123); }
td.TdClassName
{
border-color: #82027B;
}
.TagClassName
{
border-color: #82027B;
}
</style>