Shades of Purple #780992
Tints of Purple #780992
RGB
CMYK
RGB Variations
Color information
#780992 (or 0x780992) is known color: Purple. HEX triplet: 78, 09 and 92. RGB value is (120,9,146). Sum of RGB (Red+Green+Blue) = 120+9+146=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #780992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780992 is #87F66D. Grayscale: #393939. Windows color (decimal): -8910446 or 9570680. OLE color: 9570680.
HSL color Cylindrical-coordinate representation of color #780992: hue angle of 288.61º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780992 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 9 | 146 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.43 |
| HSL | 288.61º | 0.88% | 0.3% | - |
| HSV(B) | 288.61º | 0.94% | 0.57% | - |
| XYZ | 13.03 | 6.26 | 27.72 | - |
| YUV | 57.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 146 | 0.18 | 0.94 | 0 | 0.43 | 288.61 | 0.88 | 0.3 |
| Hex | 78 | 9 | 92 | 12 | 5E | 0 | 2B | 121 | 58 | 1E |
| Octal | 170 | 11 | 222 | 22 | 136 | 0 | 53 | 441 | 130 | 36 |
| Binary | 1111000 | 1001 | 10010010 | 10010 | 1011110 | 0 | 101011 | 100100001 | 1011000 | 11110 |
Color Harmonies of #780992
Complementary color
Monochromatic Colors of #780992
Black with #780992
Text Example
Text Example
White with #780992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780992; }
p { color: rgb(120,9,146); }
H1.HeaderClassName
{
color: #780992;
}
.AnyTagClassName
{
color: #780992;
}
</style>
background-color css
<style>
a { background-color: #780992; }
a { background-color: rgb(120,9,146); }
div.DivClassName
{
background-color: #780992;
}
.BgClassName
{
background-color: #780992;
}
</style>
border-color css
<style>
span { border-color: #780992; }
span { border-color: rgb(120,9,146); }
td.TdClassName
{
border-color: #780992;
}
.TagClassName
{
border-color: #780992;
}
</style>