Shades of Purple #780268
Tints of Purple #780268
RGB
CMYK
RGB Variations
Color information
#780268 (or 0x780268) is known color: Purple. HEX triplet: 78, 02 and 68. RGB value is (120,2,104). Sum of RGB (Red+Green+Blue) = 120+2+104=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780268 is #87FD97. Grayscale: #303030. Windows color (decimal): -8912280 or 6816376. OLE color: 6816376.
HSL color Cylindrical-coordinate representation of color #780268: hue angle of 308.14º 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 #780268 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 104 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.53 |
| HSL | 308.14º | 0.97% | 0.24% | - |
| HSV(B) | 308.14º | 0.98% | 0.47% | - |
| XYZ | 10.27 | 5.04 | 13.53 | - |
| YUV | 48.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 104 | 0 | 0.98 | 0.13 | 0.53 | 308.14 | 0.97 | 0.24 |
| Hex | 78 | 2 | 68 | 0 | 62 | D | 35 | 134 | 61 | 18 |
| Octal | 170 | 2 | 150 | 0 | 142 | 15 | 65 | 464 | 141 | 30 |
| Binary | 1111000 | 10 | 1101000 | 0 | 1100010 | 1101 | 110101 | 100110100 | 1100001 | 11000 |
Color Harmonies of #780268
Complementary color
Monochromatic Colors of #780268
Black with #780268
Text Example
Text Example
White with #780268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780268; }
p { color: rgb(120,2,104); }
H1.HeaderClassName
{
color: #780268;
}
.AnyTagClassName
{
color: #780268;
}
</style>
background-color css
<style>
a { background-color: #780268; }
a { background-color: rgb(120,2,104); }
div.DivClassName
{
background-color: #780268;
}
.BgClassName
{
background-color: #780268;
}
</style>
border-color css
<style>
span { border-color: #780268; }
span { border-color: rgb(120,2,104); }
td.TdClassName
{
border-color: #780268;
}
.TagClassName
{
border-color: #780268;
}
</style>