Shades of Purple #83037A
Tints of Purple #83037A
RGB
CMYK
RGB Variations
Color information
#83037A (or 0x83037A) is known color: Purple. HEX triplet: 83, 03 and 7A. RGB value is (131,3,122). Sum of RGB (Red+Green+Blue) = 131+3+122=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83037A is #7CFC85. Grayscale: #363636. Windows color (decimal): -8191110 or 7996291. OLE color: 7996291.
HSL color Cylindrical-coordinate representation of color #83037A: hue angle of 304.22º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83037A is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 122 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.49 |
| HSL | 304.22º | 0.96% | 0.26% | - |
| HSV(B) | 304.22º | 0.98% | 0.51% | - |
| XYZ | 12.91 | 6.3 | 18.95 | - |
| YUV | 54.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 122 | 0 | 0.98 | 0.07 | 0.49 | 304.22 | 0.96 | 0.26 |
| Hex | 83 | 3 | 7A | 0 | 62 | 7 | 31 | 130 | 60 | 1A |
| Octal | 203 | 3 | 172 | 0 | 142 | 7 | 61 | 460 | 140 | 32 |
| Binary | 10000011 | 11 | 1111010 | 0 | 1100010 | 111 | 110001 | 100110000 | 1100000 | 11010 |
Color Harmonies of #83037A
Complementary color
Monochromatic Colors of #83037A
Black with #83037A
Text Example
Text Example
White with #83037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83037A; }
p { color: rgb(131,3,122); }
H1.HeaderClassName
{
color: #83037A;
}
.AnyTagClassName
{
color: #83037A;
}
</style>
background-color css
<style>
a { background-color: #83037A; }
a { background-color: rgb(131,3,122); }
div.DivClassName
{
background-color: #83037A;
}
.BgClassName
{
background-color: #83037A;
}
</style>
border-color css
<style>
span { border-color: #83037A; }
span { border-color: rgb(131,3,122); }
td.TdClassName
{
border-color: #83037A;
}
.TagClassName
{
border-color: #83037A;
}
</style>