Shades of Dark Purple #82246A
Tints of Dark Purple #82246A
RGB
CMYK
RGB Variations
Color information
#82246A (or 0x82246A) is known color: Dark Purple. HEX triplet: 82, 24 and 6A. RGB value is (130,36,106). Sum of RGB (Red+Green+Blue) = 130+36+106=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82246A is #7DDB95. Grayscale: #474747. Windows color (decimal): -8248214 or 6956162. OLE color: 6956162.
HSL color Cylindrical-coordinate representation of color #82246A: hue angle of 315.32º degrees, saturation: 0.57, 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 #82246A is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 36 | 106 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.49 |
| HSL | 315.32º | 0.57% | 0.33% | - |
| HSV(B) | 315.32º | 0.72% | 0.51% | - |
| XYZ | 12.44 | 7.05 | 14.34 | - |
| YUV | 72.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 106 | 0 | 0.72 | 0.18 | 0.49 | 315.32 | 0.57 | 0.33 |
| Hex | 82 | 24 | 6A | 0 | 48 | 12 | 31 | 13B | 39 | 21 |
| Octal | 202 | 44 | 152 | 0 | 110 | 22 | 61 | 473 | 71 | 41 |
| Binary | 10000010 | 100100 | 1101010 | 0 | 1001000 | 10010 | 110001 | 100111011 | 111001 | 100001 |
Color Harmonies of #82246A
Complementary color
Monochromatic Colors of #82246A
Black with #82246A
Text Example
Text Example
White with #82246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82246A; }
p { color: rgb(130,36,106); }
H1.HeaderClassName
{
color: #82246A;
}
.AnyTagClassName
{
color: #82246A;
}
</style>
background-color css
<style>
a { background-color: #82246A; }
a { background-color: rgb(130,36,106); }
div.DivClassName
{
background-color: #82246A;
}
.BgClassName
{
background-color: #82246A;
}
</style>
border-color css
<style>
span { border-color: #82246A; }
span { border-color: rgb(130,36,106); }
td.TdClassName
{
border-color: #82246A;
}
.TagClassName
{
border-color: #82246A;
}
</style>