Shades of Dark Violet #770DC6
Tints of Dark Violet #770DC6
RGB
CMYK
RGB Variations
Color information
#770DC6 (or 0x770DC6) is known color: Dark Violet. HEX triplet: 77, 0D and C6. RGB value is (119,13,198). Sum of RGB (Red+Green+Blue) = 119+13+198=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #770DC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DC6 is #88F239. Grayscale: #414141. Windows color (decimal): -8974906 or 12979575. OLE color: 12979575.
HSL color Cylindrical-coordinate representation of color #770DC6: hue angle of 274.38º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770DC6 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 13 | 198 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.22 |
| HSL | 274.38º | 0.88% | 0.41% | - |
| HSV(B) | 274.38º | 0.93% | 0.78% | - |
| XYZ | 17.94 | 8.29 | 54.08 | - |
| YUV | 65.78 | 202.62 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 198 | 0.40 | 0.93 | 0 | 0.22 | 274.38 | 0.88 | 0.41 |
| Hex | 77 | D | C6 | 28 | 5D | 0 | 16 | 112 | 58 | 29 |
| Octal | 167 | 15 | 306 | 50 | 135 | 0 | 26 | 422 | 130 | 51 |
| Binary | 1110111 | 1101 | 11000110 | 101000 | 1011101 | 0 | 10110 | 100010010 | 1011000 | 101001 |
Color Harmonies of #770DC6
Complementary color
Monochromatic Colors of #770DC6
Black with #770DC6
Text Example
Text Example
White with #770DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DC6; }
p { color: rgb(119,13,198); }
H1.HeaderClassName
{
color: #770DC6;
}
.AnyTagClassName
{
color: #770DC6;
}
</style>
background-color css
<style>
a { background-color: #770DC6; }
a { background-color: rgb(119,13,198); }
div.DivClassName
{
background-color: #770DC6;
}
.BgClassName
{
background-color: #770DC6;
}
</style>
border-color css
<style>
span { border-color: #770DC6; }
span { border-color: rgb(119,13,198); }
td.TdClassName
{
border-color: #770DC6;
}
.TagClassName
{
border-color: #770DC6;
}
</style>