Shades of Purple #780F87
Tints of Purple #780F87
RGB
CMYK
RGB Variations
Color information
#780F87 (or 0x780F87) is known color: Purple. HEX triplet: 78, 0F and 87. RGB value is (120,15,135). Sum of RGB (Red+Green+Blue) = 120+15+135=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #780F87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780F87 is #87F078. Grayscale: #3B3B3B. Windows color (decimal): -8908921 or 8851320. OLE color: 8851320.
HSL color Cylindrical-coordinate representation of color #780F87: hue angle of 292.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780F87 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 15 | 135 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.47 |
| HSL | 292.5º | 0.8% | 0.29% | - |
| HSV(B) | 292.5º | 0.89% | 0.53% | - |
| XYZ | 12.29 | 6.08 | 23.45 | - |
| YUV | 60.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 135 | 0.11 | 0.89 | 0 | 0.47 | 292.5 | 0.8 | 0.29 |
| Hex | 78 | F | 87 | B | 59 | 0 | 2F | 124 | 50 | 1D |
| Octal | 170 | 17 | 207 | 13 | 131 | 0 | 57 | 444 | 120 | 35 |
| Binary | 1111000 | 1111 | 10000111 | 1011 | 1011001 | 0 | 101111 | 100100100 | 1010000 | 11101 |
Color Harmonies of #780F87
Complementary color
Monochromatic Colors of #780F87
Black with #780F87
Text Example
Text Example
White with #780F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F87; }
p { color: rgb(120,15,135); }
H1.HeaderClassName
{
color: #780F87;
}
.AnyTagClassName
{
color: #780F87;
}
</style>
background-color css
<style>
a { background-color: #780F87; }
a { background-color: rgb(120,15,135); }
div.DivClassName
{
background-color: #780F87;
}
.BgClassName
{
background-color: #780F87;
}
</style>
border-color css
<style>
span { border-color: #780F87; }
span { border-color: rgb(120,15,135); }
td.TdClassName
{
border-color: #780F87;
}
.TagClassName
{
border-color: #780F87;
}
</style>