Shades of Purple #82067F
Tints of Purple #82067F
RGB
CMYK
RGB Variations
Color information
#82067F (or 0x82067F) is known color: Purple. HEX triplet: 82, 06 and 7F. RGB value is (130,6,127). Sum of RGB (Red+Green+Blue) = 130+6+127=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82067F is #7DF980. Grayscale: #383838. Windows color (decimal): -8255873 or 8324738. OLE color: 8324738.
HSL color Cylindrical-coordinate representation of color #82067F: hue angle of 301.45º 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 #82067F is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 6 | 127 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.49 |
| HSL | 301.45º | 0.91% | 0.27% | - |
| HSV(B) | 301.45º | 0.95% | 0.51% | - |
| XYZ | 13.1 | 6.41 | 20.63 | - |
| YUV | 56.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 127 | 0 | 0.95 | 0.02 | 0.49 | 301.45 | 0.91 | 0.27 |
| Hex | 82 | 6 | 7F | 0 | 5F | 2 | 31 | 12D | 5B | 1B |
| Octal | 202 | 6 | 177 | 0 | 137 | 2 | 61 | 455 | 133 | 33 |
| Binary | 10000010 | 110 | 1111111 | 0 | 1011111 | 10 | 110001 | 100101101 | 1011011 | 11011 |
Color Harmonies of #82067F
Complementary color
Monochromatic Colors of #82067F
Black with #82067F
Text Example
Text Example
White with #82067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82067F; }
p { color: rgb(130,6,127); }
H1.HeaderClassName
{
color: #82067F;
}
.AnyTagClassName
{
color: #82067F;
}
</style>
background-color css
<style>
a { background-color: #82067F; }
a { background-color: rgb(130,6,127); }
div.DivClassName
{
background-color: #82067F;
}
.BgClassName
{
background-color: #82067F;
}
</style>
border-color css
<style>
span { border-color: #82067F; }
span { border-color: rgb(130,6,127); }
td.TdClassName
{
border-color: #82067F;
}
.TagClassName
{
border-color: #82067F;
}
</style>