Shades of Dark Purple #82147B
Tints of Dark Purple #82147B
RGB
CMYK
RGB Variations
Color information
#82147B (or 0x82147B) is known color: Dark Purple. HEX triplet: 82, 14 and 7B. RGB value is (130,20,123). Sum of RGB (Red+Green+Blue) = 130+20+123=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82147B is #7DEB84. Grayscale: #404040. Windows color (decimal): -8252293 or 8066178. OLE color: 8066178.
HSL color Cylindrical-coordinate representation of color #82147B: hue angle of 303.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82147B is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 123 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.49 |
| HSL | 303.82º | 0.73% | 0.29% | - |
| HSV(B) | 303.82º | 0.85% | 0.51% | - |
| XYZ | 13.03 | 6.68 | 19.34 | - |
| YUV | 64.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 123 | 0 | 0.85 | 0.05 | 0.49 | 303.82 | 0.73 | 0.29 |
| Hex | 82 | 14 | 7B | 0 | 55 | 5 | 31 | 130 | 49 | 1D |
| Octal | 202 | 24 | 173 | 0 | 125 | 5 | 61 | 460 | 111 | 35 |
| Binary | 10000010 | 10100 | 1111011 | 0 | 1010101 | 101 | 110001 | 100110000 | 1001001 | 11101 |
Color Harmonies of #82147B
Complementary color
Monochromatic Colors of #82147B
Black with #82147B
Text Example
Text Example
White with #82147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82147B; }
p { color: rgb(130,20,123); }
H1.HeaderClassName
{
color: #82147B;
}
.AnyTagClassName
{
color: #82147B;
}
</style>
background-color css
<style>
a { background-color: #82147B; }
a { background-color: rgb(130,20,123); }
div.DivClassName
{
background-color: #82147B;
}
.BgClassName
{
background-color: #82147B;
}
</style>
border-color css
<style>
span { border-color: #82147B; }
span { border-color: rgb(130,20,123); }
td.TdClassName
{
border-color: #82147B;
}
.TagClassName
{
border-color: #82147B;
}
</style>