Shades of Purple #781192
Tints of Purple #781192
RGB
CMYK
RGB Variations
Color information
#781192 (or 0x781192) is known color: Purple. HEX triplet: 78, 11 and 92. RGB value is (120,17,146). Sum of RGB (Red+Green+Blue) = 120+17+146=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #781192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781192 is #87EE6D. Grayscale: #3E3E3E. Windows color (decimal): -8908398 or 9572728. OLE color: 9572728.
HSL color Cylindrical-coordinate representation of color #781192: hue angle of 287.91º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781192 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 17 | 146 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.43 |
| HSL | 287.91º | 0.79% | 0.32% | - |
| HSV(B) | 287.91º | 0.88% | 0.57% | - |
| XYZ | 13.13 | 6.47 | 27.75 | - |
| YUV | 62.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 146 | 0.18 | 0.88 | 0 | 0.43 | 287.91 | 0.79 | 0.32 |
| Hex | 78 | 11 | 92 | 12 | 58 | 0 | 2B | 120 | 4F | 20 |
| Octal | 170 | 21 | 222 | 22 | 130 | 0 | 53 | 440 | 117 | 40 |
| Binary | 1111000 | 10001 | 10010010 | 10010 | 1011000 | 0 | 101011 | 100100000 | 1001111 | 100000 |
Color Harmonies of #781192
Complementary color
Monochromatic Colors of #781192
Black with #781192
Text Example
Text Example
White with #781192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781192; }
p { color: rgb(120,17,146); }
H1.HeaderClassName
{
color: #781192;
}
.AnyTagClassName
{
color: #781192;
}
</style>
background-color css
<style>
a { background-color: #781192; }
a { background-color: rgb(120,17,146); }
div.DivClassName
{
background-color: #781192;
}
.BgClassName
{
background-color: #781192;
}
</style>
border-color css
<style>
span { border-color: #781192; }
span { border-color: rgb(120,17,146); }
td.TdClassName
{
border-color: #781192;
}
.TagClassName
{
border-color: #781192;
}
</style>