Shades of Dark Purple #82287A
Tints of Dark Purple #82287A
RGB
CMYK
RGB Variations
Color information
#82287A (or 0x82287A) is known color: Dark Purple. HEX triplet: 82, 28 and 7A. RGB value is (130,40,122). Sum of RGB (Red+Green+Blue) = 130+40+122=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82287A is #7DD785. Grayscale: #4C4C4C. Windows color (decimal): -8247174 or 8005762. OLE color: 8005762.
HSL color Cylindrical-coordinate representation of color #82287A: hue angle of 305.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82287A is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 40 | 122 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.49 |
| HSL | 305.33º | 0.53% | 0.33% | - |
| HSV(B) | 305.33º | 0.69% | 0.51% | - |
| XYZ | 13.48 | 7.67 | 19.18 | - |
| YUV | 76.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 122 | 0 | 0.69 | 0.06 | 0.49 | 305.33 | 0.53 | 0.33 |
| Hex | 82 | 28 | 7A | 0 | 45 | 6 | 31 | 131 | 35 | 21 |
| Octal | 202 | 50 | 172 | 0 | 105 | 6 | 61 | 461 | 65 | 41 |
| Binary | 10000010 | 101000 | 1111010 | 0 | 1000101 | 110 | 110001 | 100110001 | 110101 | 100001 |
Color Harmonies of #82287A
Complementary color
Monochromatic Colors of #82287A
Black with #82287A
Text Example
Text Example
White with #82287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82287A; }
p { color: rgb(130,40,122); }
H1.HeaderClassName
{
color: #82287A;
}
.AnyTagClassName
{
color: #82287A;
}
</style>
background-color css
<style>
a { background-color: #82287A; }
a { background-color: rgb(130,40,122); }
div.DivClassName
{
background-color: #82287A;
}
.BgClassName
{
background-color: #82287A;
}
</style>
border-color css
<style>
span { border-color: #82287A; }
span { border-color: rgb(130,40,122); }
td.TdClassName
{
border-color: #82287A;
}
.TagClassName
{
border-color: #82287A;
}
</style>