Shades of Purple #83047B
Tints of Purple #83047B
RGB
CMYK
RGB Variations
Color information
#83047B (or 0x83047B) is known color: Purple. HEX triplet: 83, 04 and 7B. RGB value is (131,4,123). Sum of RGB (Red+Green+Blue) = 131+4+123=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83047B is #7CFB84. Grayscale: #373737. Windows color (decimal): -8190853 or 8062083. OLE color: 8062083.
HSL color Cylindrical-coordinate representation of color #83047B: hue angle of 303.78º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83047B is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 123 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.49 |
| HSL | 303.78º | 0.94% | 0.26% | - |
| HSV(B) | 303.78º | 0.97% | 0.51% | - |
| XYZ | 12.98 | 6.34 | 19.28 | - |
| YUV | 55.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 123 | 0 | 0.97 | 0.06 | 0.49 | 303.78 | 0.94 | 0.26 |
| Hex | 83 | 4 | 7B | 0 | 61 | 6 | 31 | 130 | 5E | 1A |
| Octal | 203 | 4 | 173 | 0 | 141 | 6 | 61 | 460 | 136 | 32 |
| Binary | 10000011 | 100 | 1111011 | 0 | 1100001 | 110 | 110001 | 100110000 | 1011110 | 11010 |
Color Harmonies of #83047B
Complementary color
Monochromatic Colors of #83047B
Black with #83047B
Text Example
Text Example
White with #83047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83047B; }
p { color: rgb(131,4,123); }
H1.HeaderClassName
{
color: #83047B;
}
.AnyTagClassName
{
color: #83047B;
}
</style>
background-color css
<style>
a { background-color: #83047B; }
a { background-color: rgb(131,4,123); }
div.DivClassName
{
background-color: #83047B;
}
.BgClassName
{
background-color: #83047B;
}
</style>
border-color css
<style>
span { border-color: #83047B; }
span { border-color: rgb(131,4,123); }
td.TdClassName
{
border-color: #83047B;
}
.TagClassName
{
border-color: #83047B;
}
</style>