Shades of Purple #781189
Tints of Purple #781189
RGB
CMYK
RGB Variations
Color information
#781189 (or 0x781189) is known color: Purple. HEX triplet: 78, 11 and 89. RGB value is (120,17,137). Sum of RGB (Red+Green+Blue) = 120+17+137=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #781189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781189 is #87EE76. Grayscale: #3D3D3D. Windows color (decimal): -8908407 or 8982904. OLE color: 8982904.
HSL color Cylindrical-coordinate representation of color #781189: hue angle of 291.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781189 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 17 | 137 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.46 |
| HSL | 291.5º | 0.78% | 0.3% | - |
| HSV(B) | 291.5º | 0.88% | 0.54% | - |
| XYZ | 12.46 | 6.2 | 24.21 | - |
| YUV | 61.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 137 | 0.12 | 0.88 | 0 | 0.46 | 291.5 | 0.78 | 0.3 |
| Hex | 78 | 11 | 89 | C | 58 | 0 | 2E | 124 | 4E | 1E |
| Octal | 170 | 21 | 211 | 14 | 130 | 0 | 56 | 444 | 116 | 36 |
| Binary | 1111000 | 10001 | 10001001 | 1100 | 1011000 | 0 | 101110 | 100100100 | 1001110 | 11110 |
Color Harmonies of #781189
Complementary color
Monochromatic Colors of #781189
Black with #781189
Text Example
Text Example
White with #781189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781189; }
p { color: rgb(120,17,137); }
H1.HeaderClassName
{
color: #781189;
}
.AnyTagClassName
{
color: #781189;
}
</style>
background-color css
<style>
a { background-color: #781189; }
a { background-color: rgb(120,17,137); }
div.DivClassName
{
background-color: #781189;
}
.BgClassName
{
background-color: #781189;
}
</style>
border-color css
<style>
span { border-color: #781189; }
span { border-color: rgb(120,17,137); }
td.TdClassName
{
border-color: #781189;
}
.TagClassName
{
border-color: #781189;
}
</style>