Shades of Dark Purple #780863
Tints of Dark Purple #780863
RGB
CMYK
RGB Variations
Color information
#780863 (or 0x780863) is known color: Dark Purple. HEX triplet: 78, 08 and 63. RGB value is (120,8,99). Sum of RGB (Red+Green+Blue) = 120+8+99=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #780863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780863 is #87F79C. Grayscale: #333333. Windows color (decimal): -8910749 or 6490232. OLE color: 6490232.
HSL color Cylindrical-coordinate representation of color #780863: hue angle of 311.25º 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 #780863 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 99 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.53 |
| HSL | 311.25º | 0.88% | 0.25% | - |
| HSV(B) | 311.25º | 0.93% | 0.47% | - |
| XYZ | 10.08 | 5.07 | 12.25 | - |
| YUV | 51.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 99 | 0 | 0.93 | 0.17 | 0.53 | 311.25 | 0.88 | 0.25 |
| Hex | 78 | 8 | 63 | 0 | 5D | 11 | 35 | 137 | 58 | 19 |
| Octal | 170 | 10 | 143 | 0 | 135 | 21 | 65 | 467 | 130 | 31 |
| Binary | 1111000 | 1000 | 1100011 | 0 | 1011101 | 10001 | 110101 | 100110111 | 1011000 | 11001 |
Color Harmonies of #780863
Complementary color
Monochromatic Colors of #780863
Black with #780863
Text Example
Text Example
White with #780863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780863; }
p { color: rgb(120,8,99); }
H1.HeaderClassName
{
color: #780863;
}
.AnyTagClassName
{
color: #780863;
}
</style>
background-color css
<style>
a { background-color: #780863; }
a { background-color: rgb(120,8,99); }
div.DivClassName
{
background-color: #780863;
}
.BgClassName
{
background-color: #780863;
}
</style>
border-color css
<style>
span { border-color: #780863; }
span { border-color: rgb(120,8,99); }
td.TdClassName
{
border-color: #780863;
}
.TagClassName
{
border-color: #780863;
}
</style>