Shades of Purple #83006F
Tints of Purple #83006F
RGB
CMYK
RGB Variations
Color information
#83006F (or 0x83006F) is known color: Purple. HEX triplet: 83, 00 and 6F. RGB value is (131,0,111). Sum of RGB (Red+Green+Blue) = 131+0+111=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83006F is #7CFF90. Grayscale: #333333. Windows color (decimal): -8191889 or 7274627. OLE color: 7274627.
HSL color Cylindrical-coordinate representation of color #83006F: hue angle of 309.16º 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 #83006F is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.15 | 0.49 |
| HSL | 309.16º | 1% | 0.26% | - |
| HSV(B) | 309.16º | 1% | 0.51% | - |
| XYZ | 12.23 | 5.97 | 15.55 | - |
| YUV | 51.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 111 | 0 | 1 | 0.15 | 0.49 | 309.16 | 1 | 0.26 |
| Hex | 83 | 0 | 6F | 0 | 64 | F | 31 | 135 | 64 | 1A |
| Octal | 203 | 0 | 157 | 0 | 144 | 17 | 61 | 465 | 144 | 32 |
| Binary | 10000011 | 0 | 1101111 | 0 | 1100100 | 1111 | 110001 | 100110101 | 1100100 | 11010 |
Color Harmonies of #83006F
Complementary color
Monochromatic Colors of #83006F
Black with #83006F
Text Example
Text Example
White with #83006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83006F; }
p { color: rgb(131,0,111); }
H1.HeaderClassName
{
color: #83006F;
}
.AnyTagClassName
{
color: #83006F;
}
</style>
background-color css
<style>
a { background-color: #83006F; }
a { background-color: rgb(131,0,111); }
div.DivClassName
{
background-color: #83006F;
}
.BgClassName
{
background-color: #83006F;
}
</style>
border-color css
<style>
span { border-color: #83006F; }
span { border-color: rgb(131,0,111); }
td.TdClassName
{
border-color: #83006F;
}
.TagClassName
{
border-color: #83006F;
}
</style>