Shades of Purple #83007B
Tints of Purple #83007B
RGB
CMYK
RGB Variations
Color information
#83007B (or 0x83007B) is known color: Purple. HEX triplet: 83, 00 and 7B. RGB value is (131,0,123). Sum of RGB (Red+Green+Blue) = 131+0+123=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #83007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83007B is #7CFF84. Grayscale: #343434. Windows color (decimal): -8191877 or 8061059. OLE color: 8061059.
HSL color Cylindrical-coordinate representation of color #83007B: hue angle of 303.66º 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 #83007B is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.06 | 0.49 |
| HSL | 303.66º | 1% | 0.26% | - |
| HSV(B) | 303.66º | 1% | 0.51% | - |
| XYZ | 12.94 | 6.26 | 19.26 | - |
| YUV | 53.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 123 | 0 | 1 | 0.06 | 0.49 | 303.66 | 1 | 0.26 |
| Hex | 83 | 0 | 7B | 0 | 64 | 6 | 31 | 130 | 64 | 1A |
| Octal | 203 | 0 | 173 | 0 | 144 | 6 | 61 | 460 | 144 | 32 |
| Binary | 10000011 | 0 | 1111011 | 0 | 1100100 | 110 | 110001 | 100110000 | 1100100 | 11010 |
Color Harmonies of #83007B
Complementary color
Monochromatic Colors of #83007B
Black with #83007B
Text Example
Text Example
White with #83007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83007B; }
p { color: rgb(131,0,123); }
H1.HeaderClassName
{
color: #83007B;
}
.AnyTagClassName
{
color: #83007B;
}
</style>
background-color css
<style>
a { background-color: #83007B; }
a { background-color: rgb(131,0,123); }
div.DivClassName
{
background-color: #83007B;
}
.BgClassName
{
background-color: #83007B;
}
</style>
border-color css
<style>
span { border-color: #83007B; }
span { border-color: rgb(131,0,123); }
td.TdClassName
{
border-color: #83007B;
}
.TagClassName
{
border-color: #83007B;
}
</style>