Shades of Dark Purple #820C67
Tints of Dark Purple #820C67
RGB
CMYK
RGB Variations
Color information
#820C67 (or 0x820C67) is known color: Dark Purple. HEX triplet: 82, 0C and 67. RGB value is (130,12,103). Sum of RGB (Red+Green+Blue) = 130+12+103=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #820C67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C67 is #7DF398. Grayscale: #393939. Windows color (decimal): -8254361 or 6753410. OLE color: 6753410.
HSL color Cylindrical-coordinate representation of color #820C67: hue angle of 313.73º 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 #820C67 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 103 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.49 |
| HSL | 313.73º | 0.83% | 0.28% | - |
| HSV(B) | 313.73º | 0.91% | 0.51% | - |
| XYZ | 11.79 | 5.99 | 13.37 | - |
| YUV | 57.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 103 | 0 | 0.91 | 0.21 | 0.49 | 313.73 | 0.83 | 0.28 |
| Hex | 82 | C | 67 | 0 | 5B | 15 | 31 | 13A | 53 | 1C |
| Octal | 202 | 14 | 147 | 0 | 133 | 25 | 61 | 472 | 123 | 34 |
| Binary | 10000010 | 1100 | 1100111 | 0 | 1011011 | 10101 | 110001 | 100111010 | 1010011 | 11100 |
Color Harmonies of #820C67
Complementary color
Monochromatic Colors of #820C67
Black with #820C67
Text Example
Text Example
White with #820C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C67; }
p { color: rgb(130,12,103); }
H1.HeaderClassName
{
color: #820C67;
}
.AnyTagClassName
{
color: #820C67;
}
</style>
background-color css
<style>
a { background-color: #820C67; }
a { background-color: rgb(130,12,103); }
div.DivClassName
{
background-color: #820C67;
}
.BgClassName
{
background-color: #820C67;
}
</style>
border-color css
<style>
span { border-color: #820C67; }
span { border-color: rgb(130,12,103); }
td.TdClassName
{
border-color: #820C67;
}
.TagClassName
{
border-color: #820C67;
}
</style>