Shades of Purple #780465
Tints of Purple #780465
RGB
CMYK
RGB Variations
Color information
#780465 (or 0x780465) is known color: Purple. HEX triplet: 78, 04 and 65. RGB value is (120,4,101). Sum of RGB (Red+Green+Blue) = 120+4+101=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #780465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780465 is #87FB9A. Grayscale: #313131. Windows color (decimal): -8911771 or 6620280. OLE color: 6620280.
HSL color Cylindrical-coordinate representation of color #780465: hue angle of 309.83º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780465 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 4 | 101 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.53 |
| HSL | 309.83º | 0.94% | 0.24% | - |
| HSV(B) | 309.83º | 0.97% | 0.47% | - |
| XYZ | 10.14 | 5.02 | 12.75 | - |
| YUV | 49.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 4 | 101 | 0 | 0.97 | 0.16 | 0.53 | 309.83 | 0.94 | 0.24 |
| Hex | 78 | 4 | 65 | 0 | 61 | 10 | 35 | 136 | 5E | 18 |
| Octal | 170 | 4 | 145 | 0 | 141 | 20 | 65 | 466 | 136 | 30 |
| Binary | 1111000 | 100 | 1100101 | 0 | 1100001 | 10000 | 110101 | 100110110 | 1011110 | 11000 |
Color Harmonies of #780465
Complementary color
Monochromatic Colors of #780465
Black with #780465
Text Example
Text Example
White with #780465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780465; }
p { color: rgb(120,4,101); }
H1.HeaderClassName
{
color: #780465;
}
.AnyTagClassName
{
color: #780465;
}
</style>
background-color css
<style>
a { background-color: #780465; }
a { background-color: rgb(120,4,101); }
div.DivClassName
{
background-color: #780465;
}
.BgClassName
{
background-color: #780465;
}
</style>
border-color css
<style>
span { border-color: #780465; }
span { border-color: rgb(120,4,101); }
td.TdClassName
{
border-color: #780465;
}
.TagClassName
{
border-color: #780465;
}
</style>