Shades of Dark Purple #82257F
Tints of Dark Purple #82257F
RGB
CMYK
RGB Variations
Color information
#82257F (or 0x82257F) is known color: Dark Purple. HEX triplet: 82, 25 and 7F. RGB value is (130,37,127). Sum of RGB (Red+Green+Blue) = 130+37+127=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82257F is #7DDA80. Grayscale: #4A4A4A. Windows color (decimal): -8247937 or 8332674. OLE color: 8332674.
HSL color Cylindrical-coordinate representation of color #82257F: hue angle of 301.94º 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 #82257F is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 37 | 127 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.49 |
| HSL | 301.94º | 0.56% | 0.33% | - |
| HSV(B) | 301.94º | 0.72% | 0.51% | - |
| XYZ | 13.7 | 7.6 | 20.82 | - |
| YUV | 75.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 127 | 0 | 0.72 | 0.02 | 0.49 | 301.94 | 0.56 | 0.33 |
| Hex | 82 | 25 | 7F | 0 | 48 | 2 | 31 | 12E | 38 | 21 |
| Octal | 202 | 45 | 177 | 0 | 110 | 2 | 61 | 456 | 70 | 41 |
| Binary | 10000010 | 100101 | 1111111 | 0 | 1001000 | 10 | 110001 | 100101110 | 111000 | 100001 |
Color Harmonies of #82257F
Complementary color
Monochromatic Colors of #82257F
Black with #82257F
Text Example
Text Example
White with #82257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82257F; }
p { color: rgb(130,37,127); }
H1.HeaderClassName
{
color: #82257F;
}
.AnyTagClassName
{
color: #82257F;
}
</style>
background-color css
<style>
a { background-color: #82257F; }
a { background-color: rgb(130,37,127); }
div.DivClassName
{
background-color: #82257F;
}
.BgClassName
{
background-color: #82257F;
}
</style>
border-color css
<style>
span { border-color: #82257F; }
span { border-color: rgb(130,37,127); }
td.TdClassName
{
border-color: #82257F;
}
.TagClassName
{
border-color: #82257F;
}
</style>