Shades of Purple #83007A
Tints of Purple #83007A
RGB
CMYK
RGB Variations
Color information
#83007A (or 0x83007A) is known color: Purple. HEX triplet: 83, 00 and 7A. RGB value is (131,0,122). Sum of RGB (Red+Green+Blue) = 131+0+122=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #83007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83007A is #7CFF85. Grayscale: #343434. Windows color (decimal): -8191878 or 7995523. OLE color: 7995523.
HSL color Cylindrical-coordinate representation of color #83007A: hue angle of 304.12º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83007A is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.07 | 0.49 |
| HSL | 304.12º | 1% | 0.26% | - |
| HSV(B) | 304.12º | 1% | 0.51% | - |
| XYZ | 12.87 | 6.23 | 18.94 | - |
| YUV | 53.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 122 | 0 | 1 | 0.07 | 0.49 | 304.12 | 1 | 0.26 |
| Hex | 83 | 0 | 7A | 0 | 64 | 7 | 31 | 130 | 64 | 1A |
| Octal | 203 | 0 | 172 | 0 | 144 | 7 | 61 | 460 | 144 | 32 |
| Binary | 10000011 | 0 | 1111010 | 0 | 1100100 | 111 | 110001 | 100110000 | 1100100 | 11010 |
Color Harmonies of #83007A
Complementary color
Monochromatic Colors of #83007A
Black with #83007A
Text Example
Text Example
White with #83007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83007A; }
p { color: rgb(131,0,122); }
H1.HeaderClassName
{
color: #83007A;
}
.AnyTagClassName
{
color: #83007A;
}
</style>
background-color css
<style>
a { background-color: #83007A; }
a { background-color: rgb(131,0,122); }
div.DivClassName
{
background-color: #83007A;
}
.BgClassName
{
background-color: #83007A;
}
</style>
border-color css
<style>
span { border-color: #83007A; }
span { border-color: rgb(131,0,122); }
td.TdClassName
{
border-color: #83007A;
}
.TagClassName
{
border-color: #83007A;
}
</style>