Shades of Dark Purple #82227A
Tints of Dark Purple #82227A
RGB
CMYK
RGB Variations
Color information
#82227A (or 0x82227A) is known color: Dark Purple. HEX triplet: 82, 22 and 7A. RGB value is (130,34,122). Sum of RGB (Red+Green+Blue) = 130+34+122=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #82227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82227A is #7DDD85. Grayscale: #484848. Windows color (decimal): -8248710 or 8004226. OLE color: 8004226.
HSL color Cylindrical-coordinate representation of color #82227A: hue angle of 305º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82227A is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 122 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.49 |
| HSL | 305º | 0.59% | 0.32% | - |
| HSV(B) | 305º | 0.74% | 0.51% | - |
| XYZ | 13.29 | 7.3 | 19.12 | - |
| YUV | 72.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 122 | 0 | 0.74 | 0.06 | 0.49 | 305 | 0.59 | 0.32 |
| Hex | 82 | 22 | 7A | 0 | 4A | 6 | 31 | 131 | 3B | 20 |
| Octal | 202 | 42 | 172 | 0 | 112 | 6 | 61 | 461 | 73 | 40 |
| Binary | 10000010 | 100010 | 1111010 | 0 | 1001010 | 110 | 110001 | 100110001 | 111011 | 100000 |
Color Harmonies of #82227A
Complementary color
Monochromatic Colors of #82227A
Black with #82227A
Text Example
Text Example
White with #82227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82227A; }
p { color: rgb(130,34,122); }
H1.HeaderClassName
{
color: #82227A;
}
.AnyTagClassName
{
color: #82227A;
}
</style>
background-color css
<style>
a { background-color: #82227A; }
a { background-color: rgb(130,34,122); }
div.DivClassName
{
background-color: #82227A;
}
.BgClassName
{
background-color: #82227A;
}
</style>
border-color css
<style>
span { border-color: #82227A; }
span { border-color: rgb(130,34,122); }
td.TdClassName
{
border-color: #82227A;
}
.TagClassName
{
border-color: #82227A;
}
</style>