Shades of Dark Violet #770DCF
Tints of Dark Violet #770DCF
RGB
CMYK
RGB Variations
Color information
#770DCF (or 0x770DCF) is known color: Dark Violet. HEX triplet: 77, 0D and CF. RGB value is (119,13,207). Sum of RGB (Red+Green+Blue) = 119+13+207=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #770DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DCF is #88F230. Grayscale: #424242. Windows color (decimal): -8974897 or 13569399. OLE color: 13569399.
HSL color Cylindrical-coordinate representation of color #770DCF: hue angle of 272.78º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770DCF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 13 | 207 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.19 |
| HSL | 272.78º | 0.88% | 0.43% | - |
| HSV(B) | 272.78º | 0.94% | 0.81% | - |
| XYZ | 19.01 | 8.71 | 59.71 | - |
| YUV | 66.81 | 207.12 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 207 | 0.43 | 0.94 | 0 | 0.19 | 272.78 | 0.88 | 0.43 |
| Hex | 77 | D | CF | 2B | 5E | 0 | 13 | 111 | 58 | 2B |
| Octal | 167 | 15 | 317 | 53 | 136 | 0 | 23 | 421 | 130 | 53 |
| Binary | 1110111 | 1101 | 11001111 | 101011 | 1011110 | 0 | 10011 | 100010001 | 1011000 | 101011 |
Color Harmonies of #770DCF
Complementary color
Monochromatic Colors of #770DCF
Black with #770DCF
Text Example
Text Example
White with #770DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DCF; }
p { color: rgb(119,13,207); }
H1.HeaderClassName
{
color: #770DCF;
}
.AnyTagClassName
{
color: #770DCF;
}
</style>
background-color css
<style>
a { background-color: #770DCF; }
a { background-color: rgb(119,13,207); }
div.DivClassName
{
background-color: #770DCF;
}
.BgClassName
{
background-color: #770DCF;
}
</style>
border-color css
<style>
span { border-color: #770DCF; }
span { border-color: rgb(119,13,207); }
td.TdClassName
{
border-color: #770DCF;
}
.TagClassName
{
border-color: #770DCF;
}
</style>