Shades of Dark Purple #82307B
Tints of Dark Purple #82307B
RGB
CMYK
RGB Variations
Color information
#82307B (or 0x82307B) is known color: Dark Purple. HEX triplet: 82, 30 and 7B. RGB value is (130,48,123). Sum of RGB (Red+Green+Blue) = 130+48+123=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #82307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82307B is #7DCF84. Grayscale: #505050. Windows color (decimal): -8245125 or 8073346. OLE color: 8073346.
HSL color Cylindrical-coordinate representation of color #82307B: hue angle of 305.12º 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 #82307B is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 123 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.49 |
| HSL | 305.12º | 0.46% | 0.35% | - |
| HSV(B) | 305.12º | 0.63% | 0.51% | - |
| XYZ | 13.84 | 8.29 | 19.61 | - |
| YUV | 81.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 123 | 0 | 0.63 | 0.05 | 0.49 | 305.12 | 0.46 | 0.35 |
| Hex | 82 | 30 | 7B | 0 | 3F | 5 | 31 | 131 | 2E | 23 |
| Octal | 202 | 60 | 173 | 0 | 77 | 5 | 61 | 461 | 56 | 43 |
| Binary | 10000010 | 110000 | 1111011 | 0 | 111111 | 101 | 110001 | 100110001 | 101110 | 100011 |
Color Harmonies of #82307B
Complementary color
Monochromatic Colors of #82307B
Black with #82307B
Text Example
Text Example
White with #82307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82307B; }
p { color: rgb(130,48,123); }
H1.HeaderClassName
{
color: #82307B;
}
.AnyTagClassName
{
color: #82307B;
}
</style>
background-color css
<style>
a { background-color: #82307B; }
a { background-color: rgb(130,48,123); }
div.DivClassName
{
background-color: #82307B;
}
.BgClassName
{
background-color: #82307B;
}
</style>
border-color css
<style>
span { border-color: #82307B; }
span { border-color: rgb(130,48,123); }
td.TdClassName
{
border-color: #82307B;
}
.TagClassName
{
border-color: #82307B;
}
</style>