Shades of Purple #8B0079
Tints of Purple #8B0079
RGB
CMYK
RGB Variations
Color information
#8B0079 (or 0x8B0079) is known color: Purple. HEX triplet: 8B, 00 and 79. RGB value is (139,0,121). Sum of RGB (Red+Green+Blue) = 139+0+121=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0079 is #74FF86. Grayscale: #373737. Windows color (decimal): -7667591 or 7929995. OLE color: 7929995.
HSL color Cylindrical-coordinate representation of color #8B0079: hue angle of 307.77º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B0079 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.13 | 0.45 |
| HSL | 307.77º | 1% | 0.27% | - |
| HSV(B) | 307.77º | 1% | 0.55% | - |
| XYZ | 14.1 | 6.87 | 18.67 | - |
| YUV | 55.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 121 | 0 | 1 | 0.13 | 0.45 | 307.77 | 1 | 0.27 |
| Hex | 8B | 0 | 79 | 0 | 64 | D | 2D | 134 | 64 | 1B |
| Octal | 213 | 0 | 171 | 0 | 144 | 15 | 55 | 464 | 144 | 33 |
| Binary | 10001011 | 0 | 1111001 | 0 | 1100100 | 1101 | 101101 | 100110100 | 1100100 | 11011 |
Color Harmonies of #8B0079
Complementary color
Monochromatic Colors of #8B0079
Black with #8B0079
Text Example
Text Example
White with #8B0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0079; }
p { color: rgb(139,0,121); }
H1.HeaderClassName
{
color: #8B0079;
}
.AnyTagClassName
{
color: #8B0079;
}
</style>
background-color css
<style>
a { background-color: #8B0079; }
a { background-color: rgb(139,0,121); }
div.DivClassName
{
background-color: #8B0079;
}
.BgClassName
{
background-color: #8B0079;
}
</style>
border-color css
<style>
span { border-color: #8B0079; }
span { border-color: rgb(139,0,121); }
td.TdClassName
{
border-color: #8B0079;
}
.TagClassName
{
border-color: #8B0079;
}
</style>