Shades of Purple #83057E
Tints of Purple #83057E
RGB
CMYK
RGB Variations
Color information
#83057E (or 0x83057E) is known color: Purple. HEX triplet: 83, 05 and 7E. RGB value is (131,5,126). Sum of RGB (Red+Green+Blue) = 131+5+126=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83057E is #7CFA81. Grayscale: #383838. Windows color (decimal): -8190594 or 8258947. OLE color: 8258947.
HSL color Cylindrical-coordinate representation of color #83057E: hue angle of 302.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83057E is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 126 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.49 |
| HSL | 302.38º | 0.93% | 0.27% | - |
| HSV(B) | 302.38º | 0.96% | 0.51% | - |
| XYZ | 13.18 | 6.44 | 20.29 | - |
| YUV | 56.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 126 | 0 | 0.96 | 0.04 | 0.49 | 302.38 | 0.93 | 0.27 |
| Hex | 83 | 5 | 7E | 0 | 60 | 4 | 31 | 12E | 5D | 1B |
| Octal | 203 | 5 | 176 | 0 | 140 | 4 | 61 | 456 | 135 | 33 |
| Binary | 10000011 | 101 | 1111110 | 0 | 1100000 | 100 | 110001 | 100101110 | 1011101 | 11011 |
Color Harmonies of #83057E
Complementary color
Monochromatic Colors of #83057E
Black with #83057E
Text Example
Text Example
White with #83057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83057E; }
p { color: rgb(131,5,126); }
H1.HeaderClassName
{
color: #83057E;
}
.AnyTagClassName
{
color: #83057E;
}
</style>
background-color css
<style>
a { background-color: #83057E; }
a { background-color: rgb(131,5,126); }
div.DivClassName
{
background-color: #83057E;
}
.BgClassName
{
background-color: #83057E;
}
</style>
border-color css
<style>
span { border-color: #83057E; }
span { border-color: rgb(131,5,126); }
td.TdClassName
{
border-color: #83057E;
}
.TagClassName
{
border-color: #83057E;
}
</style>