Shades of Purple #780387
Tints of Purple #780387
RGB
CMYK
RGB Variations
Color information
#780387 (or 0x780387) is known color: Purple. HEX triplet: 78, 03 and 87. RGB value is (120,3,135). Sum of RGB (Red+Green+Blue) = 120+3+135=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #780387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780387 is #87FC78. Grayscale: #343434. Windows color (decimal): -8911993 or 8848248. OLE color: 8848248.
HSL color Cylindrical-coordinate representation of color #780387: hue angle of 293.18º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780387 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 3 | 135 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.47 |
| HSL | 293.18º | 0.96% | 0.27% | - |
| HSV(B) | 293.18º | 0.98% | 0.53% | - |
| XYZ | 12.15 | 5.81 | 23.4 | - |
| YUV | 53.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 135 | 0.11 | 0.98 | 0 | 0.47 | 293.18 | 0.96 | 0.27 |
| Hex | 78 | 3 | 87 | B | 62 | 0 | 2F | 125 | 60 | 1B |
| Octal | 170 | 3 | 207 | 13 | 142 | 0 | 57 | 445 | 140 | 33 |
| Binary | 1111000 | 11 | 10000111 | 1011 | 1100010 | 0 | 101111 | 100100101 | 1100000 | 11011 |
Color Harmonies of #780387
Complementary color
Monochromatic Colors of #780387
Black with #780387
Text Example
Text Example
White with #780387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780387; }
p { color: rgb(120,3,135); }
H1.HeaderClassName
{
color: #780387;
}
.AnyTagClassName
{
color: #780387;
}
</style>
background-color css
<style>
a { background-color: #780387; }
a { background-color: rgb(120,3,135); }
div.DivClassName
{
background-color: #780387;
}
.BgClassName
{
background-color: #780387;
}
</style>
border-color css
<style>
span { border-color: #780387; }
span { border-color: rgb(120,3,135); }
td.TdClassName
{
border-color: #780387;
}
.TagClassName
{
border-color: #780387;
}
</style>