Shades of Purple #83077F
Tints of Purple #83077F
RGB
CMYK
RGB Variations
Color information
#83077F (or 0x83077F) is known color: Purple. HEX triplet: 83, 07 and 7F. RGB value is (131,7,127). Sum of RGB (Red+Green+Blue) = 131+7+127=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #83077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83077F is #7CF880. Grayscale: #393939. Windows color (decimal): -8190081 or 8324995. OLE color: 8324995.
HSL color Cylindrical-coordinate representation of color #83077F: hue angle of 301.94º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83077F is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 127 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.49 |
| HSL | 301.94º | 0.9% | 0.27% | - |
| HSV(B) | 301.94º | 0.95% | 0.51% | - |
| XYZ | 13.27 | 6.51 | 20.64 | - |
| YUV | 57.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 127 | 0 | 0.95 | 0.03 | 0.49 | 301.94 | 0.9 | 0.27 |
| Hex | 83 | 7 | 7F | 0 | 5F | 3 | 31 | 12E | 5A | 1B |
| Octal | 203 | 7 | 177 | 0 | 137 | 3 | 61 | 456 | 132 | 33 |
| Binary | 10000011 | 111 | 1111111 | 0 | 1011111 | 11 | 110001 | 100101110 | 1011010 | 11011 |
Color Harmonies of #83077F
Complementary color
Monochromatic Colors of #83077F
Black with #83077F
Text Example
Text Example
White with #83077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83077F; }
p { color: rgb(131,7,127); }
H1.HeaderClassName
{
color: #83077F;
}
.AnyTagClassName
{
color: #83077F;
}
</style>
background-color css
<style>
a { background-color: #83077F; }
a { background-color: rgb(131,7,127); }
div.DivClassName
{
background-color: #83077F;
}
.BgClassName
{
background-color: #83077F;
}
</style>
border-color css
<style>
span { border-color: #83077F; }
span { border-color: rgb(131,7,127); }
td.TdClassName
{
border-color: #83077F;
}
.TagClassName
{
border-color: #83077F;
}
</style>