Shades of Purple #82067A
Tints of Purple #82067A
RGB
CMYK
RGB Variations
Color information
#82067A (or 0x82067A) is known color: Purple. HEX triplet: 82, 06 and 7A. RGB value is (130,6,122). Sum of RGB (Red+Green+Blue) = 130+6+122=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82067A is #7DF985. Grayscale: #373737. Windows color (decimal): -8255878 or 7997058. OLE color: 7997058.
HSL color Cylindrical-coordinate representation of color #82067A: hue angle of 303.87º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82067A is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 6 | 122 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.49 |
| HSL | 303.87º | 0.91% | 0.27% | - |
| HSV(B) | 303.87º | 0.95% | 0.51% | - |
| XYZ | 12.78 | 6.28 | 18.95 | - |
| YUV | 56.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 122 | 0 | 0.95 | 0.06 | 0.49 | 303.87 | 0.91 | 0.27 |
| Hex | 82 | 6 | 7A | 0 | 5F | 6 | 31 | 130 | 5B | 1B |
| Octal | 202 | 6 | 172 | 0 | 137 | 6 | 61 | 460 | 133 | 33 |
| Binary | 10000010 | 110 | 1111010 | 0 | 1011111 | 110 | 110001 | 100110000 | 1011011 | 11011 |
Color Harmonies of #82067A
Complementary color
Monochromatic Colors of #82067A
Black with #82067A
Text Example
Text Example
White with #82067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82067A; }
p { color: rgb(130,6,122); }
H1.HeaderClassName
{
color: #82067A;
}
.AnyTagClassName
{
color: #82067A;
}
</style>
background-color css
<style>
a { background-color: #82067A; }
a { background-color: rgb(130,6,122); }
div.DivClassName
{
background-color: #82067A;
}
.BgClassName
{
background-color: #82067A;
}
</style>
border-color css
<style>
span { border-color: #82067A; }
span { border-color: rgb(130,6,122); }
td.TdClassName
{
border-color: #82067A;
}
.TagClassName
{
border-color: #82067A;
}
</style>