Shades of Purple #820173
Tints of Purple #820173
RGB
CMYK
RGB Variations
Color information
#820173 (or 0x820173) is known color: Purple. HEX triplet: 82, 01 and 73. RGB value is (130,1,115). Sum of RGB (Red+Green+Blue) = 130+1+115=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #820173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820173 is #7DFE8C. Grayscale: #343434. Windows color (decimal): -8257165 or 7537026. OLE color: 7537026.
HSL color Cylindrical-coordinate representation of color #820173: hue angle of 306.98º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820173 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.49 |
| HSL | 306.98º | 0.98% | 0.26% | - |
| HSV(B) | 306.98º | 0.99% | 0.51% | - |
| XYZ | 12.31 | 6.01 | 16.73 | - |
| YUV | 52.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 115 | 0 | 0.99 | 0.12 | 0.49 | 306.98 | 0.98 | 0.26 |
| Hex | 82 | 1 | 73 | 0 | 63 | C | 31 | 133 | 62 | 1A |
| Octal | 202 | 1 | 163 | 0 | 143 | 14 | 61 | 463 | 142 | 32 |
| Binary | 10000010 | 1 | 1110011 | 0 | 1100011 | 1100 | 110001 | 100110011 | 1100010 | 11010 |
Color Harmonies of #820173
Complementary color
Monochromatic Colors of #820173
Black with #820173
Text Example
Text Example
White with #820173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820173; }
p { color: rgb(130,1,115); }
H1.HeaderClassName
{
color: #820173;
}
.AnyTagClassName
{
color: #820173;
}
</style>
background-color css
<style>
a { background-color: #820173; }
a { background-color: rgb(130,1,115); }
div.DivClassName
{
background-color: #820173;
}
.BgClassName
{
background-color: #820173;
}
</style>
border-color css
<style>
span { border-color: #820173; }
span { border-color: rgb(130,1,115); }
td.TdClassName
{
border-color: #820173;
}
.TagClassName
{
border-color: #820173;
}
</style>