Shades of Purple #83057A
Tints of Purple #83057A
RGB
CMYK
RGB Variations
Color information
#83057A (or 0x83057A) is known color: Purple. HEX triplet: 83, 05 and 7A. RGB value is (131,5,122). Sum of RGB (Red+Green+Blue) = 131+5+122=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83057A is #7CFA85. Grayscale: #373737. Windows color (decimal): -8190598 or 7996803. OLE color: 7996803.
HSL color Cylindrical-coordinate representation of color #83057A: hue angle of 304.29º 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 #83057A is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 122 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.49 |
| HSL | 304.29º | 0.93% | 0.27% | - |
| HSV(B) | 304.29º | 0.96% | 0.51% | - |
| XYZ | 12.93 | 6.34 | 18.95 | - |
| YUV | 56.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 122 | 0 | 0.96 | 0.07 | 0.49 | 304.29 | 0.93 | 0.27 |
| Hex | 83 | 5 | 7A | 0 | 60 | 7 | 31 | 130 | 5D | 1B |
| Octal | 203 | 5 | 172 | 0 | 140 | 7 | 61 | 460 | 135 | 33 |
| Binary | 10000011 | 101 | 1111010 | 0 | 1100000 | 111 | 110001 | 100110000 | 1011101 | 11011 |
Color Harmonies of #83057A
Complementary color
Monochromatic Colors of #83057A
Black with #83057A
Text Example
Text Example
White with #83057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83057A; }
p { color: rgb(131,5,122); }
H1.HeaderClassName
{
color: #83057A;
}
.AnyTagClassName
{
color: #83057A;
}
</style>
background-color css
<style>
a { background-color: #83057A; }
a { background-color: rgb(131,5,122); }
div.DivClassName
{
background-color: #83057A;
}
.BgClassName
{
background-color: #83057A;
}
</style>
border-color css
<style>
span { border-color: #83057A; }
span { border-color: rgb(131,5,122); }
td.TdClassName
{
border-color: #83057A;
}
.TagClassName
{
border-color: #83057A;
}
</style>