Shades of Purple #780866
Tints of Purple #780866
RGB
CMYK
RGB Variations
Color information
#780866 (or 0x780866) is known color: Purple. HEX triplet: 78, 08 and 66. RGB value is (120,8,102). Sum of RGB (Red+Green+Blue) = 120+8+102=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #780866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780866 is #87F799. Grayscale: #333333. Windows color (decimal): -8910746 or 6686840. OLE color: 6686840.
HSL color Cylindrical-coordinate representation of color #780866: hue angle of 309.64º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780866 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 102 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.53 |
| HSL | 309.64º | 0.88% | 0.25% | - |
| HSV(B) | 309.64º | 0.93% | 0.47% | - |
| XYZ | 10.23 | 5.13 | 13.02 | - |
| YUV | 52.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 102 | 0 | 0.93 | 0.15 | 0.53 | 309.64 | 0.88 | 0.25 |
| Hex | 78 | 8 | 66 | 0 | 5D | F | 35 | 136 | 58 | 19 |
| Octal | 170 | 10 | 146 | 0 | 135 | 17 | 65 | 466 | 130 | 31 |
| Binary | 1111000 | 1000 | 1100110 | 0 | 1011101 | 1111 | 110101 | 100110110 | 1011000 | 11001 |
Color Harmonies of #780866
Complementary color
Monochromatic Colors of #780866
Black with #780866
Text Example
Text Example
White with #780866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780866; }
p { color: rgb(120,8,102); }
H1.HeaderClassName
{
color: #780866;
}
.AnyTagClassName
{
color: #780866;
}
</style>
background-color css
<style>
a { background-color: #780866; }
a { background-color: rgb(120,8,102); }
div.DivClassName
{
background-color: #780866;
}
.BgClassName
{
background-color: #780866;
}
</style>
border-color css
<style>
span { border-color: #780866; }
span { border-color: rgb(120,8,102); }
td.TdClassName
{
border-color: #780866;
}
.TagClassName
{
border-color: #780866;
}
</style>