Shades of Dark Violet #770CC0
Tints of Dark Violet #770CC0
RGB
CMYK
RGB Variations
Color information
#770CC0 (or 0x770CC0) is known color: Dark Violet. HEX triplet: 77, 0C and C0. RGB value is (119,12,192). Sum of RGB (Red+Green+Blue) = 119+12+192=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #770CC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CC0 is #88F33F. Grayscale: #3F3F3F. Windows color (decimal): -8975168 or 12586103. OLE color: 12586103.
HSL color Cylindrical-coordinate representation of color #770CC0: hue angle of 275.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770CC0 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 12 | 192 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.25 |
| HSL | 275.67º | 0.88% | 0.4% | - |
| HSV(B) | 275.67º | 0.94% | 0.75% | - |
| XYZ | 17.25 | 7.99 | 50.5 | - |
| YUV | 64.51 | 199.95 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 192 | 0.38 | 0.94 | 0 | 0.25 | 275.67 | 0.88 | 0.4 |
| Hex | 77 | C | C0 | 26 | 5E | 0 | 19 | 114 | 58 | 28 |
| Octal | 167 | 14 | 300 | 46 | 136 | 0 | 31 | 424 | 130 | 50 |
| Binary | 1110111 | 1100 | 11000000 | 100110 | 1011110 | 0 | 11001 | 100010100 | 1011000 | 101000 |
Color Harmonies of #770CC0
Complementary color
Monochromatic Colors of #770CC0
Black with #770CC0
Text Example
Text Example
White with #770CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770CC0; }
p { color: rgb(119,12,192); }
H1.HeaderClassName
{
color: #770CC0;
}
.AnyTagClassName
{
color: #770CC0;
}
</style>
background-color css
<style>
a { background-color: #770CC0; }
a { background-color: rgb(119,12,192); }
div.DivClassName
{
background-color: #770CC0;
}
.BgClassName
{
background-color: #770CC0;
}
</style>
border-color css
<style>
span { border-color: #770CC0; }
span { border-color: rgb(119,12,192); }
td.TdClassName
{
border-color: #770CC0;
}
.TagClassName
{
border-color: #770CC0;
}
</style>