Shades of Purple #780B8F
Tints of Purple #780B8F
RGB
CMYK
RGB Variations
Color information
#780B8F (or 0x780B8F) is known color: Purple. HEX triplet: 78, 0B and 8F. RGB value is (120,11,143). Sum of RGB (Red+Green+Blue) = 120+11+143=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #780B8F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780B8F is #87F470. Grayscale: #3A3A3A. Windows color (decimal): -8909937 or 9374584. OLE color: 9374584.
HSL color Cylindrical-coordinate representation of color #780B8F: hue angle of 289.55º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780B8F is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 11 | 143 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.44 |
| HSL | 289.55º | 0.86% | 0.3% | - |
| HSV(B) | 289.55º | 0.92% | 0.56% | - |
| XYZ | 12.82 | 6.22 | 26.51 | - |
| YUV | 58.64 | 175.61 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 143 | 0.16 | 0.92 | 0 | 0.44 | 289.55 | 0.86 | 0.3 |
| Hex | 78 | B | 8F | 10 | 5C | 0 | 2C | 122 | 56 | 1E |
| Octal | 170 | 13 | 217 | 20 | 134 | 0 | 54 | 442 | 126 | 36 |
| Binary | 1111000 | 1011 | 10001111 | 10000 | 1011100 | 0 | 101100 | 100100010 | 1010110 | 11110 |
Color Harmonies of #780B8F
Complementary color
Monochromatic Colors of #780B8F
Black with #780B8F
Text Example
Text Example
White with #780B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B8F; }
p { color: rgb(120,11,143); }
H1.HeaderClassName
{
color: #780B8F;
}
.AnyTagClassName
{
color: #780B8F;
}
</style>
background-color css
<style>
a { background-color: #780B8F; }
a { background-color: rgb(120,11,143); }
div.DivClassName
{
background-color: #780B8F;
}
.BgClassName
{
background-color: #780B8F;
}
</style>
border-color css
<style>
span { border-color: #780B8F; }
span { border-color: rgb(120,11,143); }
td.TdClassName
{
border-color: #780B8F;
}
.TagClassName
{
border-color: #780B8F;
}
</style>