Shades of Dark Purple #820C6B
Tints of Dark Purple #820C6B
RGB
CMYK
RGB Variations
Color information
#820C6B (or 0x820C6B) is known color: Dark Purple. HEX triplet: 82, 0C and 6B. RGB value is (130,12,107). Sum of RGB (Red+Green+Blue) = 130+12+107=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #820C6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C6B is #7DF394. Grayscale: #393939. Windows color (decimal): -8254357 or 7015554. OLE color: 7015554.
HSL color Cylindrical-coordinate representation of color #820C6B: hue angle of 311.69º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C6B is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 107 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.49 |
| HSL | 311.69º | 0.83% | 0.28% | - |
| HSV(B) | 311.69º | 0.91% | 0.51% | - |
| XYZ | 11.99 | 6.07 | 14.45 | - |
| YUV | 58.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 107 | 0 | 0.91 | 0.18 | 0.49 | 311.69 | 0.83 | 0.28 |
| Hex | 82 | C | 6B | 0 | 5B | 12 | 31 | 138 | 53 | 1C |
| Octal | 202 | 14 | 153 | 0 | 133 | 22 | 61 | 470 | 123 | 34 |
| Binary | 10000010 | 1100 | 1101011 | 0 | 1011011 | 10010 | 110001 | 100111000 | 1010011 | 11100 |
Color Harmonies of #820C6B
Complementary color
Monochromatic Colors of #820C6B
Black with #820C6B
Text Example
Text Example
White with #820C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C6B; }
p { color: rgb(130,12,107); }
H1.HeaderClassName
{
color: #820C6B;
}
.AnyTagClassName
{
color: #820C6B;
}
</style>
background-color css
<style>
a { background-color: #820C6B; }
a { background-color: rgb(130,12,107); }
div.DivClassName
{
background-color: #820C6B;
}
.BgClassName
{
background-color: #820C6B;
}
</style>
border-color css
<style>
span { border-color: #820C6B; }
span { border-color: rgb(130,12,107); }
td.TdClassName
{
border-color: #820C6B;
}
.TagClassName
{
border-color: #820C6B;
}
</style>