Shades of Purple #780665
Tints of Purple #780665
RGB
CMYK
RGB Variations
Color information
#780665 (or 0x780665) is known color: Purple. HEX triplet: 78, 06 and 65. RGB value is (120,6,101). Sum of RGB (Red+Green+Blue) = 120+6+101=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #780665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780665 is #87F99A. Grayscale: #323232. Windows color (decimal): -8911259 or 6620792. OLE color: 6620792.
HSL color Cylindrical-coordinate representation of color #780665: hue angle of 310º 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 #780665 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 101 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.53 |
| HSL | 310º | 0.9% | 0.25% | - |
| HSV(B) | 310º | 0.95% | 0.47% | - |
| XYZ | 10.16 | 5.06 | 12.75 | - |
| YUV | 50.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 101 | 0 | 0.95 | 0.16 | 0.53 | 310 | 0.9 | 0.25 |
| Hex | 78 | 6 | 65 | 0 | 5F | 10 | 35 | 136 | 5A | 19 |
| Octal | 170 | 6 | 145 | 0 | 137 | 20 | 65 | 466 | 132 | 31 |
| Binary | 1111000 | 110 | 1100101 | 0 | 1011111 | 10000 | 110101 | 100110110 | 1011010 | 11001 |
Color Harmonies of #780665
Complementary color
Monochromatic Colors of #780665
Black with #780665
Text Example
Text Example
White with #780665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780665; }
p { color: rgb(120,6,101); }
H1.HeaderClassName
{
color: #780665;
}
.AnyTagClassName
{
color: #780665;
}
</style>
background-color css
<style>
a { background-color: #780665; }
a { background-color: rgb(120,6,101); }
div.DivClassName
{
background-color: #780665;
}
.BgClassName
{
background-color: #780665;
}
</style>
border-color css
<style>
span { border-color: #780665; }
span { border-color: rgb(120,6,101); }
td.TdClassName
{
border-color: #780665;
}
.TagClassName
{
border-color: #780665;
}
</style>