Shades of Purple #780B8A
Tints of Purple #780B8A
RGB
CMYK
RGB Variations
Color information
#780B8A (or 0x780B8A) is known color: Purple. HEX triplet: 78, 0B and 8A. RGB value is (120,11,138). Sum of RGB (Red+Green+Blue) = 120+11+138=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #780B8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780B8A is #87F475. Grayscale: #393939. Windows color (decimal): -8909942 or 9046904. OLE color: 9046904.
HSL color Cylindrical-coordinate representation of color #780B8A: hue angle of 291.5º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780B8A is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 11 | 138 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.46 |
| HSL | 291.5º | 0.85% | 0.29% | - |
| HSV(B) | 291.5º | 0.92% | 0.54% | - |
| XYZ | 12.45 | 6.07 | 24.56 | - |
| YUV | 58.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 138 | 0.13 | 0.92 | 0 | 0.46 | 291.5 | 0.85 | 0.29 |
| Hex | 78 | B | 8A | D | 5C | 0 | 2E | 123 | 55 | 1D |
| Octal | 170 | 13 | 212 | 15 | 134 | 0 | 56 | 443 | 125 | 35 |
| Binary | 1111000 | 1011 | 10001010 | 1101 | 1011100 | 0 | 101110 | 100100011 | 1010101 | 11101 |
Color Harmonies of #780B8A
Complementary color
Monochromatic Colors of #780B8A
Black with #780B8A
Text Example
Text Example
White with #780B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B8A; }
p { color: rgb(120,11,138); }
H1.HeaderClassName
{
color: #780B8A;
}
.AnyTagClassName
{
color: #780B8A;
}
</style>
background-color css
<style>
a { background-color: #780B8A; }
a { background-color: rgb(120,11,138); }
div.DivClassName
{
background-color: #780B8A;
}
.BgClassName
{
background-color: #780B8A;
}
</style>
border-color css
<style>
span { border-color: #780B8A; }
span { border-color: rgb(120,11,138); }
td.TdClassName
{
border-color: #780B8A;
}
.TagClassName
{
border-color: #780B8A;
}
</style>