Shades of Dark Purple #82306B
Tints of Dark Purple #82306B
RGB
CMYK
RGB Variations
Color information
#82306B (or 0x82306B) is known color: Dark Purple. HEX triplet: 82, 30 and 6B. RGB value is (130,48,107). Sum of RGB (Red+Green+Blue) = 130+48+107=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #82306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82306B is #7DCF94. Grayscale: #4F4F4F. Windows color (decimal): -8245141 or 7024770. OLE color: 7024770.
HSL color Cylindrical-coordinate representation of color #82306B: hue angle of 316.83º 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 #82306B is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 107 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.49 |
| HSL | 316.83º | 0.46% | 0.35% | - |
| HSV(B) | 316.83º | 0.63% | 0.51% | - |
| XYZ | 12.92 | 7.92 | 14.76 | - |
| YUV | 79.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 107 | 0 | 0.63 | 0.18 | 0.49 | 316.83 | 0.46 | 0.35 |
| Hex | 82 | 30 | 6B | 0 | 3F | 12 | 31 | 13D | 2E | 23 |
| Octal | 202 | 60 | 153 | 0 | 77 | 22 | 61 | 475 | 56 | 43 |
| Binary | 10000010 | 110000 | 1101011 | 0 | 111111 | 10010 | 110001 | 100111101 | 101110 | 100011 |
Color Harmonies of #82306B
Complementary color
Monochromatic Colors of #82306B
Black with #82306B
Text Example
Text Example
White with #82306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82306B; }
p { color: rgb(130,48,107); }
H1.HeaderClassName
{
color: #82306B;
}
.AnyTagClassName
{
color: #82306B;
}
</style>
background-color css
<style>
a { background-color: #82306B; }
a { background-color: rgb(130,48,107); }
div.DivClassName
{
background-color: #82306B;
}
.BgClassName
{
background-color: #82306B;
}
</style>
border-color css
<style>
span { border-color: #82306B; }
span { border-color: rgb(130,48,107); }
td.TdClassName
{
border-color: #82306B;
}
.TagClassName
{
border-color: #82306B;
}
</style>