Shades of Dark Violet #770DC7
Tints of Dark Violet #770DC7
RGB
CMYK
RGB Variations
Color information
#770DC7 (or 0x770DC7) is known color: Dark Violet. HEX triplet: 77, 0D and C7. RGB value is (119,13,199). Sum of RGB (Red+Green+Blue) = 119+13+199=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 199 (78.12% from 255 or 60.12% from 331); Max value from RGB is 199 - color contains mainly: blue. Hex color #770DC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DC7 is #88F238. Grayscale: #414141. Windows color (decimal): -8974905 or 13045111. OLE color: 13045111.
HSL color Cylindrical-coordinate representation of color #770DC7: hue angle of 274.19º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770DC7 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 13 | 199 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.22 |
| HSL | 274.19º | 0.88% | 0.42% | - |
| HSV(B) | 274.19º | 0.93% | 0.78% | - |
| XYZ | 18.06 | 8.33 | 54.69 | - |
| YUV | 65.9 | 203.12 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 199 | 0.40 | 0.93 | 0 | 0.22 | 274.19 | 0.88 | 0.42 |
| Hex | 77 | D | C7 | 28 | 5D | 0 | 16 | 112 | 58 | 2A |
| Octal | 167 | 15 | 307 | 50 | 135 | 0 | 26 | 422 | 130 | 52 |
| Binary | 1110111 | 1101 | 11000111 | 101000 | 1011101 | 0 | 10110 | 100010010 | 1011000 | 101010 |
Color Harmonies of #770DC7
Complementary color
Monochromatic Colors of #770DC7
Black with #770DC7
Text Example
Text Example
White with #770DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DC7; }
p { color: rgb(119,13,199); }
H1.HeaderClassName
{
color: #770DC7;
}
.AnyTagClassName
{
color: #770DC7;
}
</style>
background-color css
<style>
a { background-color: #770DC7; }
a { background-color: rgb(119,13,199); }
div.DivClassName
{
background-color: #770DC7;
}
.BgClassName
{
background-color: #770DC7;
}
</style>
border-color css
<style>
span { border-color: #770DC7; }
span { border-color: rgb(119,13,199); }
td.TdClassName
{
border-color: #770DC7;
}
.TagClassName
{
border-color: #770DC7;
}
</style>