Shades of Dark Purple #82337B
Tints of Dark Purple #82337B
RGB
CMYK
RGB Variations
Color information
#82337B (or 0x82337B) is known color: Dark Purple. HEX triplet: 82, 33 and 7B. RGB value is (130,51,123). Sum of RGB (Red+Green+Blue) = 130+51+123=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #82337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82337B is #7DCC84. Grayscale: #525252. Windows color (decimal): -8244357 or 8074114. OLE color: 8074114.
HSL color Cylindrical-coordinate representation of color #82337B: hue angle of 305.32º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82337B is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 123 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.49 |
| HSL | 305.32º | 0.44% | 0.35% | - |
| HSV(B) | 305.32º | 0.61% | 0.51% | - |
| XYZ | 13.96 | 8.54 | 19.65 | - |
| YUV | 82.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 123 | 0 | 0.61 | 0.05 | 0.49 | 305.32 | 0.44 | 0.35 |
| Hex | 82 | 33 | 7B | 0 | 3D | 5 | 31 | 131 | 2C | 23 |
| Octal | 202 | 63 | 173 | 0 | 75 | 5 | 61 | 461 | 54 | 43 |
| Binary | 10000010 | 110011 | 1111011 | 0 | 111101 | 101 | 110001 | 100110001 | 101100 | 100011 |
Color Harmonies of #82337B
Complementary color
Monochromatic Colors of #82337B
Black with #82337B
Text Example
Text Example
White with #82337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82337B; }
p { color: rgb(130,51,123); }
H1.HeaderClassName
{
color: #82337B;
}
.AnyTagClassName
{
color: #82337B;
}
</style>
background-color css
<style>
a { background-color: #82337B; }
a { background-color: rgb(130,51,123); }
div.DivClassName
{
background-color: #82337B;
}
.BgClassName
{
background-color: #82337B;
}
</style>
border-color css
<style>
span { border-color: #82337B; }
span { border-color: rgb(130,51,123); }
td.TdClassName
{
border-color: #82337B;
}
.TagClassName
{
border-color: #82337B;
}
</style>