Shades of Purple #83077B
Tints of Purple #83077B
RGB
CMYK
RGB Variations
Color information
#83077B (or 0x83077B) is known color: Purple. HEX triplet: 83, 07 and 7B. RGB value is (131,7,123). Sum of RGB (Red+Green+Blue) = 131+7+123=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83077B is #7CF884. Grayscale: #383838. Windows color (decimal): -8190085 or 8062851. OLE color: 8062851.
HSL color Cylindrical-coordinate representation of color #83077B: hue angle of 303.87º 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 #83077B is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 123 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.49 |
| HSL | 303.87º | 0.9% | 0.27% | - |
| HSV(B) | 303.87º | 0.95% | 0.51% | - |
| XYZ | 13.01 | 6.41 | 19.29 | - |
| YUV | 57.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 123 | 0 | 0.95 | 0.06 | 0.49 | 303.87 | 0.9 | 0.27 |
| Hex | 83 | 7 | 7B | 0 | 5F | 6 | 31 | 130 | 5A | 1B |
| Octal | 203 | 7 | 173 | 0 | 137 | 6 | 61 | 460 | 132 | 33 |
| Binary | 10000011 | 111 | 1111011 | 0 | 1011111 | 110 | 110001 | 100110000 | 1011010 | 11011 |
Color Harmonies of #83077B
Complementary color
Monochromatic Colors of #83077B
Black with #83077B
Text Example
Text Example
White with #83077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83077B; }
p { color: rgb(131,7,123); }
H1.HeaderClassName
{
color: #83077B;
}
.AnyTagClassName
{
color: #83077B;
}
</style>
background-color css
<style>
a { background-color: #83077B; }
a { background-color: rgb(131,7,123); }
div.DivClassName
{
background-color: #83077B;
}
.BgClassName
{
background-color: #83077B;
}
</style>
border-color css
<style>
span { border-color: #83077B; }
span { border-color: rgb(131,7,123); }
td.TdClassName
{
border-color: #83077B;
}
.TagClassName
{
border-color: #83077B;
}
</style>