Shades of Dark Purple #82357B
Tints of Dark Purple #82357B
RGB
CMYK
RGB Variations
Color information
#82357B (or 0x82357B) is known color: Dark Purple. HEX triplet: 82, 35 and 7B. RGB value is (130,53,123). Sum of RGB (Red+Green+Blue) = 130+53+123=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #82357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82357B is #7DCA84. Grayscale: #535353. Windows color (decimal): -8243845 or 8074626. OLE color: 8074626.
HSL color Cylindrical-coordinate representation of color #82357B: hue angle of 305.45º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82357B is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 123 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.49 |
| HSL | 305.45º | 0.42% | 0.36% | - |
| HSV(B) | 305.45º | 0.59% | 0.51% | - |
| XYZ | 14.05 | 8.72 | 19.68 | - |
| YUV | 84 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 123 | 0 | 0.59 | 0.05 | 0.49 | 305.45 | 0.42 | 0.36 |
| Hex | 82 | 35 | 7B | 0 | 3B | 5 | 31 | 131 | 2A | 24 |
| Octal | 202 | 65 | 173 | 0 | 73 | 5 | 61 | 461 | 52 | 44 |
| Binary | 10000010 | 110101 | 1111011 | 0 | 111011 | 101 | 110001 | 100110001 | 101010 | 100100 |
Color Harmonies of #82357B
Complementary color
Monochromatic Colors of #82357B
Black with #82357B
Text Example
Text Example
White with #82357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82357B; }
p { color: rgb(130,53,123); }
H1.HeaderClassName
{
color: #82357B;
}
.AnyTagClassName
{
color: #82357B;
}
</style>
background-color css
<style>
a { background-color: #82357B; }
a { background-color: rgb(130,53,123); }
div.DivClassName
{
background-color: #82357B;
}
.BgClassName
{
background-color: #82357B;
}
</style>
border-color css
<style>
span { border-color: #82357B; }
span { border-color: rgb(130,53,123); }
td.TdClassName
{
border-color: #82357B;
}
.TagClassName
{
border-color: #82357B;
}
</style>