Shades of Purple #8B0773
Tints of Purple #8B0773
RGB
CMYK
RGB Variations
Color information
#8B0773 (or 0x8B0773) is known color: Purple. HEX triplet: 8B, 07 and 73. RGB value is (139,7,115). Sum of RGB (Red+Green+Blue) = 139+7+115=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0773 is #74F88C. Grayscale: #3A3A3A. Windows color (decimal): -7665805 or 7538571. OLE color: 7538571.
HSL color Cylindrical-coordinate representation of color #8B0773: hue angle of 310.91º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0773 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 7 | 115 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.45 |
| HSL | 310.91º | 0.9% | 0.29% | - |
| HSV(B) | 310.91º | 0.95% | 0.55% | - |
| XYZ | 13.82 | 6.88 | 16.82 | - |
| YUV | 58.78 | 159.73 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 115 | 0 | 0.95 | 0.17 | 0.45 | 310.91 | 0.9 | 0.29 |
| Hex | 8B | 7 | 73 | 0 | 5F | 11 | 2D | 137 | 5A | 1D |
| Octal | 213 | 7 | 163 | 0 | 137 | 21 | 55 | 467 | 132 | 35 |
| Binary | 10001011 | 111 | 1110011 | 0 | 1011111 | 10001 | 101101 | 100110111 | 1011010 | 11101 |
Color Harmonies of #8B0773
Complementary color
Monochromatic Colors of #8B0773
Black with #8B0773
Text Example
Text Example
White with #8B0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0773; }
p { color: rgb(139,7,115); }
H1.HeaderClassName
{
color: #8B0773;
}
.AnyTagClassName
{
color: #8B0773;
}
</style>
background-color css
<style>
a { background-color: #8B0773; }
a { background-color: rgb(139,7,115); }
div.DivClassName
{
background-color: #8B0773;
}
.BgClassName
{
background-color: #8B0773;
}
</style>
border-color css
<style>
span { border-color: #8B0773; }
span { border-color: rgb(139,7,115); }
td.TdClassName
{
border-color: #8B0773;
}
.TagClassName
{
border-color: #8B0773;
}
</style>