Shades of Purple #780392
Tints of Purple #780392
RGB
CMYK
RGB Variations
Color information
#780392 (or 0x780392) is known color: Purple. HEX triplet: 78, 03 and 92. RGB value is (120,3,146). Sum of RGB (Red+Green+Blue) = 120+3+146=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #780392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780392 is #87FC6D. Grayscale: #353535. Windows color (decimal): -8911982 or 9569144. OLE color: 9569144.
HSL color Cylindrical-coordinate representation of color #780392: hue angle of 289.09º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780392 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 3 | 146 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.43 |
| HSL | 289.09º | 0.96% | 0.29% | - |
| HSV(B) | 289.09º | 0.98% | 0.57% | - |
| XYZ | 12.97 | 6.13 | 27.69 | - |
| YUV | 54.29 | 179.76 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 146 | 0.18 | 0.98 | 0 | 0.43 | 289.09 | 0.96 | 0.29 |
| Hex | 78 | 3 | 92 | 12 | 62 | 0 | 2B | 121 | 60 | 1D |
| Octal | 170 | 3 | 222 | 22 | 142 | 0 | 53 | 441 | 140 | 35 |
| Binary | 1111000 | 11 | 10010010 | 10010 | 1100010 | 0 | 101011 | 100100001 | 1100000 | 11101 |
Color Harmonies of #780392
Complementary color
Monochromatic Colors of #780392
Black with #780392
Text Example
Text Example
White with #780392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780392; }
p { color: rgb(120,3,146); }
H1.HeaderClassName
{
color: #780392;
}
.AnyTagClassName
{
color: #780392;
}
</style>
background-color css
<style>
a { background-color: #780392; }
a { background-color: rgb(120,3,146); }
div.DivClassName
{
background-color: #780392;
}
.BgClassName
{
background-color: #780392;
}
</style>
border-color css
<style>
span { border-color: #780392; }
span { border-color: rgb(120,3,146); }
td.TdClassName
{
border-color: #780392;
}
.TagClassName
{
border-color: #780392;
}
</style>