Shades of Purple #781386
Tints of Purple #781386
RGB
CMYK
RGB Variations
Color information
#781386 (or 0x781386) is known color: Purple. HEX triplet: 78, 13 and 86. RGB value is (120,19,134). Sum of RGB (Red+Green+Blue) = 120+19+134=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #781386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781386 is #87EC79. Grayscale: #3D3D3D. Windows color (decimal): -8907898 or 8786808. OLE color: 8786808.
HSL color Cylindrical-coordinate representation of color #781386: hue angle of 292.7º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781386 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 19 | 134 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.47 |
| HSL | 292.7º | 0.75% | 0.3% | - |
| HSV(B) | 292.7º | 0.86% | 0.53% | - |
| XYZ | 12.28 | 6.18 | 23.1 | - |
| YUV | 62.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 134 | 0.10 | 0.86 | 0 | 0.47 | 292.7 | 0.75 | 0.3 |
| Hex | 78 | 13 | 86 | A | 56 | 0 | 2F | 125 | 4B | 1E |
| Octal | 170 | 23 | 206 | 12 | 126 | 0 | 57 | 445 | 113 | 36 |
| Binary | 1111000 | 10011 | 10000110 | 1010 | 1010110 | 0 | 101111 | 100100101 | 1001011 | 11110 |
Color Harmonies of #781386
Complementary color
Monochromatic Colors of #781386
Black with #781386
Text Example
Text Example
White with #781386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781386; }
p { color: rgb(120,19,134); }
H1.HeaderClassName
{
color: #781386;
}
.AnyTagClassName
{
color: #781386;
}
</style>
background-color css
<style>
a { background-color: #781386; }
a { background-color: rgb(120,19,134); }
div.DivClassName
{
background-color: #781386;
}
.BgClassName
{
background-color: #781386;
}
</style>
border-color css
<style>
span { border-color: #781386; }
span { border-color: rgb(120,19,134); }
td.TdClassName
{
border-color: #781386;
}
.TagClassName
{
border-color: #781386;
}
</style>