Shades of Purple #781389
Tints of Purple #781389
RGB
CMYK
RGB Variations
Color information
#781389 (or 0x781389) is known color: Purple. HEX triplet: 78, 13 and 89. RGB value is (120,19,137). Sum of RGB (Red+Green+Blue) = 120+19+137=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #781389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781389 is #87EC76. Grayscale: #3E3E3E. Windows color (decimal): -8907895 or 8983416. OLE color: 8983416.
HSL color Cylindrical-coordinate representation of color #781389: hue angle of 291.36º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781389 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 19 | 137 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.46 |
| HSL | 291.36º | 0.76% | 0.31% | - |
| HSV(B) | 291.36º | 0.86% | 0.54% | - |
| XYZ | 12.49 | 6.26 | 24.22 | - |
| YUV | 62.65 | 169.96 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 137 | 0.12 | 0.86 | 0 | 0.46 | 291.36 | 0.76 | 0.31 |
| Hex | 78 | 13 | 89 | C | 56 | 0 | 2E | 123 | 4C | 1F |
| Octal | 170 | 23 | 211 | 14 | 126 | 0 | 56 | 443 | 114 | 37 |
| Binary | 1111000 | 10011 | 10001001 | 1100 | 1010110 | 0 | 101110 | 100100011 | 1001100 | 11111 |
Color Harmonies of #781389
Complementary color
Monochromatic Colors of #781389
Black with #781389
Text Example
Text Example
White with #781389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781389; }
p { color: rgb(120,19,137); }
H1.HeaderClassName
{
color: #781389;
}
.AnyTagClassName
{
color: #781389;
}
</style>
background-color css
<style>
a { background-color: #781389; }
a { background-color: rgb(120,19,137); }
div.DivClassName
{
background-color: #781389;
}
.BgClassName
{
background-color: #781389;
}
</style>
border-color css
<style>
span { border-color: #781389; }
span { border-color: rgb(120,19,137); }
td.TdClassName
{
border-color: #781389;
}
.TagClassName
{
border-color: #781389;
}
</style>