Shades of Dark Purple #82306A
Tints of Dark Purple #82306A
RGB
CMYK
RGB Variations
Color information
#82306A (or 0x82306A) is known color: Dark Purple. HEX triplet: 82, 30 and 6A. RGB value is (130,48,106). Sum of RGB (Red+Green+Blue) = 130+48+106=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #82306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82306A is #7DCF95. Grayscale: #4E4E4E. Windows color (decimal): -8245142 or 6959234. OLE color: 6959234.
HSL color Cylindrical-coordinate representation of color #82306A: hue angle of 317.56º 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 #82306A is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 106 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.49 |
| HSL | 317.56º | 0.46% | 0.35% | - |
| HSV(B) | 317.56º | 0.63% | 0.51% | - |
| XYZ | 12.86 | 7.9 | 14.48 | - |
| YUV | 79.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 106 | 0 | 0.63 | 0.18 | 0.49 | 317.56 | 0.46 | 0.35 |
| Hex | 82 | 30 | 6A | 0 | 3F | 12 | 31 | 13E | 2E | 23 |
| Octal | 202 | 60 | 152 | 0 | 77 | 22 | 61 | 476 | 56 | 43 |
| Binary | 10000010 | 110000 | 1101010 | 0 | 111111 | 10010 | 110001 | 100111110 | 101110 | 100011 |
Color Harmonies of #82306A
Complementary color
Monochromatic Colors of #82306A
Black with #82306A
Text Example
Text Example
White with #82306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82306A; }
p { color: rgb(130,48,106); }
H1.HeaderClassName
{
color: #82306A;
}
.AnyTagClassName
{
color: #82306A;
}
</style>
background-color css
<style>
a { background-color: #82306A; }
a { background-color: rgb(130,48,106); }
div.DivClassName
{
background-color: #82306A;
}
.BgClassName
{
background-color: #82306A;
}
</style>
border-color css
<style>
span { border-color: #82306A; }
span { border-color: rgb(130,48,106); }
td.TdClassName
{
border-color: #82306A;
}
.TagClassName
{
border-color: #82306A;
}
</style>