Shades of Purple #780987
Tints of Purple #780987
RGB
CMYK
RGB Variations
Color information
#780987 (or 0x780987) is known color: Purple. HEX triplet: 78, 09 and 87. RGB value is (120,9,135). Sum of RGB (Red+Green+Blue) = 120+9+135=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #780987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780987 is #87F678. Grayscale: #383838. Windows color (decimal): -8910457 or 8849784. OLE color: 8849784.
HSL color Cylindrical-coordinate representation of color #780987: hue angle of 292.86º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780987 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 9 | 135 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.47 |
| HSL | 292.86º | 0.88% | 0.28% | - |
| HSV(B) | 292.86º | 0.93% | 0.53% | - |
| XYZ | 12.22 | 5.94 | 23.42 | - |
| YUV | 56.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 135 | 0.11 | 0.93 | 0 | 0.47 | 292.86 | 0.88 | 0.28 |
| Hex | 78 | 9 | 87 | B | 5D | 0 | 2F | 125 | 58 | 1C |
| Octal | 170 | 11 | 207 | 13 | 135 | 0 | 57 | 445 | 130 | 34 |
| Binary | 1111000 | 1001 | 10000111 | 1011 | 1011101 | 0 | 101111 | 100100101 | 1011000 | 11100 |
Color Harmonies of #780987
Complementary color
Monochromatic Colors of #780987
Black with #780987
Text Example
Text Example
White with #780987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780987; }
p { color: rgb(120,9,135); }
H1.HeaderClassName
{
color: #780987;
}
.AnyTagClassName
{
color: #780987;
}
</style>
background-color css
<style>
a { background-color: #780987; }
a { background-color: rgb(120,9,135); }
div.DivClassName
{
background-color: #780987;
}
.BgClassName
{
background-color: #780987;
}
</style>
border-color css
<style>
span { border-color: #780987; }
span { border-color: rgb(120,9,135); }
td.TdClassName
{
border-color: #780987;
}
.TagClassName
{
border-color: #780987;
}
</style>