Shades of Purple #780265
Tints of Purple #780265
RGB
CMYK
RGB Variations
Color information
#780265 (or 0x780265) is known color: Purple. HEX triplet: 78, 02 and 65. RGB value is (120,2,101). Sum of RGB (Red+Green+Blue) = 120+2+101=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #780265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780265 is #87FD9A. Grayscale: #303030. Windows color (decimal): -8912283 or 6619768. OLE color: 6619768.
HSL color Cylindrical-coordinate representation of color #780265: hue angle of 309.66º 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 #780265 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 101 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.53 |
| HSL | 309.66º | 0.97% | 0.24% | - |
| HSV(B) | 309.66º | 0.98% | 0.47% | - |
| XYZ | 10.12 | 4.98 | 12.74 | - |
| YUV | 48.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 101 | 0 | 0.98 | 0.16 | 0.53 | 309.66 | 0.97 | 0.24 |
| Hex | 78 | 2 | 65 | 0 | 62 | 10 | 35 | 136 | 61 | 18 |
| Octal | 170 | 2 | 145 | 0 | 142 | 20 | 65 | 466 | 141 | 30 |
| Binary | 1111000 | 10 | 1100101 | 0 | 1100010 | 10000 | 110101 | 100110110 | 1100001 | 11000 |
Color Harmonies of #780265
Complementary color
Monochromatic Colors of #780265
Black with #780265
Text Example
Text Example
White with #780265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780265; }
p { color: rgb(120,2,101); }
H1.HeaderClassName
{
color: #780265;
}
.AnyTagClassName
{
color: #780265;
}
</style>
background-color css
<style>
a { background-color: #780265; }
a { background-color: rgb(120,2,101); }
div.DivClassName
{
background-color: #780265;
}
.BgClassName
{
background-color: #780265;
}
</style>
border-color css
<style>
span { border-color: #780265; }
span { border-color: rgb(120,2,101); }
td.TdClassName
{
border-color: #780265;
}
.TagClassName
{
border-color: #780265;
}
</style>