Shades of Purple #780092
Tints of Purple #780092
RGB
CMYK
RGB Variations
Color information
#780092 (or 0x780092) is known color: Purple. HEX triplet: 78, 00 and 92. RGB value is (120,0,146). Sum of RGB (Red+Green+Blue) = 120+0+146=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #780092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780092 is #87FF6D. Grayscale: #343434. Windows color (decimal): -8912750 or 9568376. OLE color: 9568376.
HSL color Cylindrical-coordinate representation of color #780092: hue angle of 289.32º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780092 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 0 | 146 | - |
| CMYK | 0.18 | 1 | 0 | 0.43 |
| HSL | 289.32º | 1% | 0.29% | - |
| HSV(B) | 289.32º | 1% | 0.57% | - |
| XYZ | 12.93 | 6.07 | 27.68 | - |
| YUV | 52.52 | 180.76 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 146 | 0.18 | 1 | 0 | 0.43 | 289.32 | 1 | 0.29 |
| Hex | 78 | 0 | 92 | 12 | 64 | 0 | 2B | 121 | 64 | 1D |
| Octal | 170 | 0 | 222 | 22 | 144 | 0 | 53 | 441 | 144 | 35 |
| Binary | 1111000 | 0 | 10010010 | 10010 | 1100100 | 0 | 101011 | 100100001 | 1100100 | 11101 |
Color Harmonies of #780092
Complementary color
Monochromatic Colors of #780092
Black with #780092
Text Example
Text Example
White with #780092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780092; }
p { color: rgb(120,0,146); }
H1.HeaderClassName
{
color: #780092;
}
.AnyTagClassName
{
color: #780092;
}
</style>
background-color css
<style>
a { background-color: #780092; }
a { background-color: rgb(120,0,146); }
div.DivClassName
{
background-color: #780092;
}
.BgClassName
{
background-color: #780092;
}
</style>
border-color css
<style>
span { border-color: #780092; }
span { border-color: rgb(120,0,146); }
td.TdClassName
{
border-color: #780092;
}
.TagClassName
{
border-color: #780092;
}
</style>