Shades of Purple #780668
Tints of Purple #780668
RGB
CMYK
RGB Variations
Color information
#780668 (or 0x780668) is known color: Purple. HEX triplet: 78, 06 and 68. RGB value is (120,6,104). Sum of RGB (Red+Green+Blue) = 120+6+104=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #780668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780668 is #87F997. Grayscale: #323232. Windows color (decimal): -8911256 or 6817400. OLE color: 6817400.
HSL color Cylindrical-coordinate representation of color #780668: hue angle of 308.42º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780668 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 104 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.53 |
| HSL | 308.42º | 0.9% | 0.25% | - |
| HSV(B) | 308.42º | 0.95% | 0.47% | - |
| XYZ | 10.31 | 5.12 | 13.54 | - |
| YUV | 51.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 104 | 0 | 0.95 | 0.13 | 0.53 | 308.42 | 0.9 | 0.25 |
| Hex | 78 | 6 | 68 | 0 | 5F | D | 35 | 134 | 5A | 19 |
| Octal | 170 | 6 | 150 | 0 | 137 | 15 | 65 | 464 | 132 | 31 |
| Binary | 1111000 | 110 | 1101000 | 0 | 1011111 | 1101 | 110101 | 100110100 | 1011010 | 11001 |
Color Harmonies of #780668
Complementary color
Monochromatic Colors of #780668
Black with #780668
Text Example
Text Example
White with #780668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780668; }
p { color: rgb(120,6,104); }
H1.HeaderClassName
{
color: #780668;
}
.AnyTagClassName
{
color: #780668;
}
</style>
background-color css
<style>
a { background-color: #780668; }
a { background-color: rgb(120,6,104); }
div.DivClassName
{
background-color: #780668;
}
.BgClassName
{
background-color: #780668;
}
</style>
border-color css
<style>
span { border-color: #780668; }
span { border-color: rgb(120,6,104); }
td.TdClassName
{
border-color: #780668;
}
.TagClassName
{
border-color: #780668;
}
</style>