Shades of Purple #780662
Tints of Purple #780662
RGB
CMYK
RGB Variations
Color information
#780662 (or 0x780662) is known color: Purple. HEX triplet: 78, 06 and 62. RGB value is (120,6,98). Sum of RGB (Red+Green+Blue) = 120+6+98=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #780662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780662 is #87F99D. Grayscale: #323232. Windows color (decimal): -8911262 or 6424184. OLE color: 6424184.
HSL color Cylindrical-coordinate representation of color #780662: hue angle of 311.58º 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 #780662 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 98 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.53 |
| HSL | 311.58º | 0.9% | 0.25% | - |
| HSV(B) | 311.58º | 0.95% | 0.47% | - |
| XYZ | 10.02 | 5.01 | 11.99 | - |
| YUV | 50.57 | 154.77 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 98 | 0 | 0.95 | 0.18 | 0.53 | 311.58 | 0.9 | 0.25 |
| Hex | 78 | 6 | 62 | 0 | 5F | 12 | 35 | 138 | 5A | 19 |
| Octal | 170 | 6 | 142 | 0 | 137 | 22 | 65 | 470 | 132 | 31 |
| Binary | 1111000 | 110 | 1100010 | 0 | 1011111 | 10010 | 110101 | 100111000 | 1011010 | 11001 |
Color Harmonies of #780662
Complementary color
Monochromatic Colors of #780662
Black with #780662
Text Example
Text Example
White with #780662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780662; }
p { color: rgb(120,6,98); }
H1.HeaderClassName
{
color: #780662;
}
.AnyTagClassName
{
color: #780662;
}
</style>
background-color css
<style>
a { background-color: #780662; }
a { background-color: rgb(120,6,98); }
div.DivClassName
{
background-color: #780662;
}
.BgClassName
{
background-color: #780662;
}
</style>
border-color css
<style>
span { border-color: #780662; }
span { border-color: rgb(120,6,98); }
td.TdClassName
{
border-color: #780662;
}
.TagClassName
{
border-color: #780662;
}
</style>