Shades of Dark Purple #82277E
Tints of Dark Purple #82277E
RGB
CMYK
RGB Variations
Color information
#82277E (or 0x82277E) is known color: Dark Purple. HEX triplet: 82, 27 and 7E. RGB value is (130,39,126). Sum of RGB (Red+Green+Blue) = 130+39+126=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82277E is #7DD881. Grayscale: #4B4B4B. Windows color (decimal): -8247426 or 8267650. OLE color: 8267650.
HSL color Cylindrical-coordinate representation of color #82277E: hue angle of 302.64º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82277E is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 39 | 126 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.49 |
| HSL | 302.64º | 0.54% | 0.33% | - |
| HSV(B) | 302.64º | 0.7% | 0.51% | - |
| XYZ | 13.7 | 7.7 | 20.5 | - |
| YUV | 76.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 126 | 0 | 0.70 | 0.03 | 0.49 | 302.64 | 0.54 | 0.33 |
| Hex | 82 | 27 | 7E | 0 | 46 | 3 | 31 | 12F | 36 | 21 |
| Octal | 202 | 47 | 176 | 0 | 106 | 3 | 61 | 457 | 66 | 41 |
| Binary | 10000010 | 100111 | 1111110 | 0 | 1000110 | 11 | 110001 | 100101111 | 110110 | 100001 |
Color Harmonies of #82277E
Complementary color
Monochromatic Colors of #82277E
Black with #82277E
Text Example
Text Example
White with #82277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82277E; }
p { color: rgb(130,39,126); }
H1.HeaderClassName
{
color: #82277E;
}
.AnyTagClassName
{
color: #82277E;
}
</style>
background-color css
<style>
a { background-color: #82277E; }
a { background-color: rgb(130,39,126); }
div.DivClassName
{
background-color: #82277E;
}
.BgClassName
{
background-color: #82277E;
}
</style>
border-color css
<style>
span { border-color: #82277E; }
span { border-color: rgb(130,39,126); }
td.TdClassName
{
border-color: #82277E;
}
.TagClassName
{
border-color: #82277E;
}
</style>