Shades of Dark Violet #770CD6
Tints of Dark Violet #770CD6
RGB
CMYK
RGB Variations
Color information
#770CD6 (or 0x770CD6) is known color: Dark Violet. HEX triplet: 77, 0C and D6. RGB value is (119,12,214). Sum of RGB (Red+Green+Blue) = 119+12+214=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #770CD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CD6 is #88F329. Grayscale: #424242. Windows color (decimal): -8975146 or 14027895. OLE color: 14027895.
HSL color Cylindrical-coordinate representation of color #770CD6: hue angle of 271.78º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770CD6 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 12 | 214 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.16 |
| HSL | 271.78º | 0.89% | 0.44% | - |
| HSV(B) | 271.78º | 0.94% | 0.84% | - |
| XYZ | 19.88 | 9.04 | 64.32 | - |
| YUV | 67.02 | 210.95 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 214 | 0.44 | 0.94 | 0 | 0.16 | 271.78 | 0.89 | 0.44 |
| Hex | 77 | C | D6 | 2C | 5E | 0 | 10 | 110 | 59 | 2C |
| Octal | 167 | 14 | 326 | 54 | 136 | 0 | 20 | 420 | 131 | 54 |
| Binary | 1110111 | 1100 | 11010110 | 101100 | 1011110 | 0 | 10000 | 100010000 | 1011001 | 101100 |
Color Harmonies of #770CD6
Complementary color
Monochromatic Colors of #770CD6
Black with #770CD6
Text Example
Text Example
White with #770CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770CD6; }
p { color: rgb(119,12,214); }
H1.HeaderClassName
{
color: #770CD6;
}
.AnyTagClassName
{
color: #770CD6;
}
</style>
background-color css
<style>
a { background-color: #770CD6; }
a { background-color: rgb(119,12,214); }
div.DivClassName
{
background-color: #770CD6;
}
.BgClassName
{
background-color: #770CD6;
}
</style>
border-color css
<style>
span { border-color: #770CD6; }
span { border-color: rgb(119,12,214); }
td.TdClassName
{
border-color: #770CD6;
}
.TagClassName
{
border-color: #770CD6;
}
</style>