Shades of Dark Purple #820F75
Tints of Dark Purple #820F75
RGB
CMYK
RGB Variations
Color information
#820F75 (or 0x820F75) is known color: Dark Purple. HEX triplet: 82, 0F and 75. RGB value is (130,15,117). Sum of RGB (Red+Green+Blue) = 130+15+117=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #820F75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820F75 is #7DF08A. Grayscale: #3C3C3C. Windows color (decimal): -8253579 or 7671682. OLE color: 7671682.
HSL color Cylindrical-coordinate representation of color #820F75: hue angle of 306.78º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F75 is Cyan = 0, Magento = 0.88, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 117 | - |
| CMYK | 0 | 0.88 | 0.1 | 0.49 |
| HSL | 306.78º | 0.79% | 0.28% | - |
| HSV(B) | 306.78º | 0.88% | 0.51% | - |
| XYZ | 12.59 | 6.37 | 17.4 | - |
| YUV | 61.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 117 | 0 | 0.88 | 0.1 | 0.49 | 306.78 | 0.79 | 0.28 |
| Hex | 82 | F | 75 | 0 | 58 | A | 31 | 133 | 4F | 1C |
| Octal | 202 | 17 | 165 | 0 | 130 | 12 | 61 | 463 | 117 | 34 |
| Binary | 10000010 | 1111 | 1110101 | 0 | 1011000 | 1010 | 110001 | 100110011 | 1001111 | 11100 |
Color Harmonies of #820F75
Complementary color
Monochromatic Colors of #820F75
Black with #820F75
Text Example
Text Example
White with #820F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F75; }
p { color: rgb(130,15,117); }
H1.HeaderClassName
{
color: #820F75;
}
.AnyTagClassName
{
color: #820F75;
}
</style>
background-color css
<style>
a { background-color: #820F75; }
a { background-color: rgb(130,15,117); }
div.DivClassName
{
background-color: #820F75;
}
.BgClassName
{
background-color: #820F75;
}
</style>
border-color css
<style>
span { border-color: #820F75; }
span { border-color: rgb(130,15,117); }
td.TdClassName
{
border-color: #820F75;
}
.TagClassName
{
border-color: #820F75;
}
</style>