Shades of Purple #8B0779
Tints of Purple #8B0779
RGB
CMYK
RGB Variations
Color information
#8B0779 (or 0x8B0779) is known color: Purple. HEX triplet: 8B, 07 and 79. RGB value is (139,7,121). Sum of RGB (Red+Green+Blue) = 139+7+121=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0779 is #74F886. Grayscale: #3B3B3B. Windows color (decimal): -7665799 or 7931787. OLE color: 7931787.
HSL color Cylindrical-coordinate representation of color #8B0779: hue angle of 308.18º 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 #8B0779 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 7 | 121 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.45 |
| HSL | 308.18º | 0.9% | 0.29% | - |
| HSV(B) | 308.18º | 0.95% | 0.55% | - |
| XYZ | 14.17 | 7.02 | 18.7 | - |
| YUV | 59.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 121 | 0 | 0.95 | 0.13 | 0.45 | 308.18 | 0.9 | 0.29 |
| Hex | 8B | 7 | 79 | 0 | 5F | D | 2D | 134 | 5A | 1D |
| Octal | 213 | 7 | 171 | 0 | 137 | 15 | 55 | 464 | 132 | 35 |
| Binary | 10001011 | 111 | 1111001 | 0 | 1011111 | 1101 | 101101 | 100110100 | 1011010 | 11101 |
Color Harmonies of #8B0779
Complementary color
Monochromatic Colors of #8B0779
Black with #8B0779
Text Example
Text Example
White with #8B0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0779; }
p { color: rgb(139,7,121); }
H1.HeaderClassName
{
color: #8B0779;
}
.AnyTagClassName
{
color: #8B0779;
}
</style>
background-color css
<style>
a { background-color: #8B0779; }
a { background-color: rgb(139,7,121); }
div.DivClassName
{
background-color: #8B0779;
}
.BgClassName
{
background-color: #8B0779;
}
</style>
border-color css
<style>
span { border-color: #8B0779; }
span { border-color: rgb(139,7,121); }
td.TdClassName
{
border-color: #8B0779;
}
.TagClassName
{
border-color: #8B0779;
}
</style>