Shades of Dark Purple #82297F
Tints of Dark Purple #82297F
RGB
CMYK
RGB Variations
Color information
#82297F (or 0x82297F) is known color: Dark Purple. HEX triplet: 82, 29 and 7F. RGB value is (130,41,127). Sum of RGB (Red+Green+Blue) = 130+41+127=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #82297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82297F is #7DD680. Grayscale: #4D4D4D. Windows color (decimal): -8246913 or 8333698. OLE color: 8333698.
HSL color Cylindrical-coordinate representation of color #82297F: hue angle of 302.02º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82297F is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 41 | 127 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.49 |
| HSL | 302.02º | 0.52% | 0.34% | - |
| HSV(B) | 302.02º | 0.68% | 0.51% | - |
| XYZ | 13.83 | 7.86 | 20.87 | - |
| YUV | 77.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 127 | 0 | 0.68 | 0.02 | 0.49 | 302.02 | 0.52 | 0.34 |
| Hex | 82 | 29 | 7F | 0 | 44 | 2 | 31 | 12E | 34 | 22 |
| Octal | 202 | 51 | 177 | 0 | 104 | 2 | 61 | 456 | 64 | 42 |
| Binary | 10000010 | 101001 | 1111111 | 0 | 1000100 | 10 | 110001 | 100101110 | 110100 | 100010 |
Color Harmonies of #82297F
Complementary color
Monochromatic Colors of #82297F
Black with #82297F
Text Example
Text Example
White with #82297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82297F; }
p { color: rgb(130,41,127); }
H1.HeaderClassName
{
color: #82297F;
}
.AnyTagClassName
{
color: #82297F;
}
</style>
background-color css
<style>
a { background-color: #82297F; }
a { background-color: rgb(130,41,127); }
div.DivClassName
{
background-color: #82297F;
}
.BgClassName
{
background-color: #82297F;
}
</style>
border-color css
<style>
span { border-color: #82297F; }
span { border-color: rgb(130,41,127); }
td.TdClassName
{
border-color: #82297F;
}
.TagClassName
{
border-color: #82297F;
}
</style>