Shades of Dark Purple #82256A
Tints of Dark Purple #82256A
RGB
CMYK
RGB Variations
Color information
#82256A (or 0x82256A) is known color: Dark Purple. HEX triplet: 82, 25 and 6A. RGB value is (130,37,106). Sum of RGB (Red+Green+Blue) = 130+37+106=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82256A is #7DDA95. Grayscale: #484848. Windows color (decimal): -8247958 or 6956418. OLE color: 6956418.
HSL color Cylindrical-coordinate representation of color #82256A: hue angle of 315.48º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82256A is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 37 | 106 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.49 |
| HSL | 315.48º | 0.56% | 0.33% | - |
| HSV(B) | 315.48º | 0.72% | 0.51% | - |
| XYZ | 12.47 | 7.11 | 14.35 | - |
| YUV | 72.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 106 | 0 | 0.72 | 0.18 | 0.49 | 315.48 | 0.56 | 0.33 |
| Hex | 82 | 25 | 6A | 0 | 48 | 12 | 31 | 13B | 38 | 21 |
| Octal | 202 | 45 | 152 | 0 | 110 | 22 | 61 | 473 | 70 | 41 |
| Binary | 10000010 | 100101 | 1101010 | 0 | 1001000 | 10010 | 110001 | 100111011 | 111000 | 100001 |
Color Harmonies of #82256A
Complementary color
Monochromatic Colors of #82256A
Black with #82256A
Text Example
Text Example
White with #82256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82256A; }
p { color: rgb(130,37,106); }
H1.HeaderClassName
{
color: #82256A;
}
.AnyTagClassName
{
color: #82256A;
}
</style>
background-color css
<style>
a { background-color: #82256A; }
a { background-color: rgb(130,37,106); }
div.DivClassName
{
background-color: #82256A;
}
.BgClassName
{
background-color: #82256A;
}
</style>
border-color css
<style>
span { border-color: #82256A; }
span { border-color: rgb(130,37,106); }
td.TdClassName
{
border-color: #82256A;
}
.TagClassName
{
border-color: #82256A;
}
</style>