Shades of Purple #780275
Tints of Purple #780275
RGB
CMYK
RGB Variations
Color information
#780275 (or 0x780275) is known color: Purple. HEX triplet: 78, 02 and 75. RGB value is (120,2,117). Sum of RGB (Red+Green+Blue) = 120+2+117=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #780275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780275 is #87FD8A. Grayscale: #323232. Windows color (decimal): -8912267 or 7668344. OLE color: 7668344.
HSL color Cylindrical-coordinate representation of color #780275: hue angle of 301.53º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780275 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 117 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.53 |
| HSL | 301.53º | 0.97% | 0.24% | - |
| HSV(B) | 301.53º | 0.98% | 0.47% | - |
| XYZ | 10.98 | 5.32 | 17.28 | - |
| YUV | 50.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 117 | 0 | 0.98 | 0.02 | 0.53 | 301.53 | 0.97 | 0.24 |
| Hex | 78 | 2 | 75 | 0 | 62 | 2 | 35 | 12E | 61 | 18 |
| Octal | 170 | 2 | 165 | 0 | 142 | 2 | 65 | 456 | 141 | 30 |
| Binary | 1111000 | 10 | 1110101 | 0 | 1100010 | 10 | 110101 | 100101110 | 1100001 | 11000 |
Color Harmonies of #780275
Complementary color
Monochromatic Colors of #780275
Black with #780275
Text Example
Text Example
White with #780275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780275; }
p { color: rgb(120,2,117); }
H1.HeaderClassName
{
color: #780275;
}
.AnyTagClassName
{
color: #780275;
}
</style>
background-color css
<style>
a { background-color: #780275; }
a { background-color: rgb(120,2,117); }
div.DivClassName
{
background-color: #780275;
}
.BgClassName
{
background-color: #780275;
}
</style>
border-color css
<style>
span { border-color: #780275; }
span { border-color: rgb(120,2,117); }
td.TdClassName
{
border-color: #780275;
}
.TagClassName
{
border-color: #780275;
}
</style>