Shades of Purple #820075
Tints of Purple #820075
RGB
CMYK
RGB Variations
Color information
#820075 (or 0x820075) is known color: Purple. HEX triplet: 82, 00 and 75. RGB value is (130,0,117). Sum of RGB (Red+Green+Blue) = 130+0+117=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #820075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820075 is #7DFF8A. Grayscale: #333333. Windows color (decimal): -8257419 or 7667842. OLE color: 7667842.
HSL color Cylindrical-coordinate representation of color #820075: hue angle of 306º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820075 is Cyan = 0, Magento = 1, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.1 | 0.49 |
| HSL | 306º | 1% | 0.25% | - |
| HSV(B) | 306º | 1% | 0.51% | - |
| XYZ | 12.42 | 6.03 | 17.34 | - |
| YUV | 52.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 117 | 0 | 1 | 0.1 | 0.49 | 306 | 1 | 0.25 |
| Hex | 82 | 0 | 75 | 0 | 64 | A | 31 | 132 | 64 | 19 |
| Octal | 202 | 0 | 165 | 0 | 144 | 12 | 61 | 462 | 144 | 31 |
| Binary | 10000010 | 0 | 1110101 | 0 | 1100100 | 1010 | 110001 | 100110010 | 1100100 | 11001 |
Color Harmonies of #820075
Complementary color
Monochromatic Colors of #820075
Black with #820075
Text Example
Text Example
White with #820075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820075; }
p { color: rgb(130,0,117); }
H1.HeaderClassName
{
color: #820075;
}
.AnyTagClassName
{
color: #820075;
}
</style>
background-color css
<style>
a { background-color: #820075; }
a { background-color: rgb(130,0,117); }
div.DivClassName
{
background-color: #820075;
}
.BgClassName
{
background-color: #820075;
}
</style>
border-color css
<style>
span { border-color: #820075; }
span { border-color: rgb(130,0,117); }
td.TdClassName
{
border-color: #820075;
}
.TagClassName
{
border-color: #820075;
}
</style>