Shades of Dark Purple #82307F
Tints of Dark Purple #82307F
RGB
CMYK
RGB Variations
Color information
#82307F (or 0x82307F) is known color: Dark Purple. HEX triplet: 82, 30 and 7F. RGB value is (130,48,127). Sum of RGB (Red+Green+Blue) = 130+48+127=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82307F is #7DCF80. Grayscale: #515151. Windows color (decimal): -8245121 or 8335490. OLE color: 8335490.
HSL color Cylindrical-coordinate representation of color #82307F: hue angle of 302.2º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82307F is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 127 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.49 |
| HSL | 302.2º | 0.46% | 0.35% | - |
| HSV(B) | 302.2º | 0.63% | 0.51% | - |
| XYZ | 14.09 | 8.39 | 20.96 | - |
| YUV | 81.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 127 | 0 | 0.63 | 0.02 | 0.49 | 302.2 | 0.46 | 0.35 |
| Hex | 82 | 30 | 7F | 0 | 3F | 2 | 31 | 12E | 2E | 23 |
| Octal | 202 | 60 | 177 | 0 | 77 | 2 | 61 | 456 | 56 | 43 |
| Binary | 10000010 | 110000 | 1111111 | 0 | 111111 | 10 | 110001 | 100101110 | 101110 | 100011 |
Color Harmonies of #82307F
Complementary color
Monochromatic Colors of #82307F
Black with #82307F
Text Example
Text Example
White with #82307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82307F; }
p { color: rgb(130,48,127); }
H1.HeaderClassName
{
color: #82307F;
}
.AnyTagClassName
{
color: #82307F;
}
</style>
background-color css
<style>
a { background-color: #82307F; }
a { background-color: rgb(130,48,127); }
div.DivClassName
{
background-color: #82307F;
}
.BgClassName
{
background-color: #82307F;
}
</style>
border-color css
<style>
span { border-color: #82307F; }
span { border-color: rgb(130,48,127); }
td.TdClassName
{
border-color: #82307F;
}
.TagClassName
{
border-color: #82307F;
}
</style>