Shades of Dark Violet #770FD0
Tints of Dark Violet #770FD0
RGB
CMYK
RGB Variations
Color information
#770FD0 (or 0x770FD0) is known color: Dark Violet. HEX triplet: 77, 0F and D0. RGB value is (119,15,208). Sum of RGB (Red+Green+Blue) = 119+15+208=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #770FD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FD0 is #88F02F. Grayscale: #434343. Windows color (decimal): -8974384 or 13635447. OLE color: 13635447.
HSL color Cylindrical-coordinate representation of color #770FD0: hue angle of 272.33º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770FD0 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 15 | 208 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.18 |
| HSL | 272.33º | 0.87% | 0.44% | - |
| HSV(B) | 272.33º | 0.93% | 0.82% | - |
| XYZ | 19.16 | 8.82 | 60.37 | - |
| YUV | 68.1 | 206.96 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 208 | 0.43 | 0.93 | 0 | 0.18 | 272.33 | 0.87 | 0.44 |
| Hex | 77 | F | D0 | 2B | 5D | 0 | 12 | 110 | 57 | 2C |
| Octal | 167 | 17 | 320 | 53 | 135 | 0 | 22 | 420 | 127 | 54 |
| Binary | 1110111 | 1111 | 11010000 | 101011 | 1011101 | 0 | 10010 | 100010000 | 1010111 | 101100 |
Color Harmonies of #770FD0
Complementary color
Monochromatic Colors of #770FD0
Black with #770FD0
Text Example
Text Example
White with #770FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FD0; }
p { color: rgb(119,15,208); }
H1.HeaderClassName
{
color: #770FD0;
}
.AnyTagClassName
{
color: #770FD0;
}
</style>
background-color css
<style>
a { background-color: #770FD0; }
a { background-color: rgb(119,15,208); }
div.DivClassName
{
background-color: #770FD0;
}
.BgClassName
{
background-color: #770FD0;
}
</style>
border-color css
<style>
span { border-color: #770FD0; }
span { border-color: rgb(119,15,208); }
td.TdClassName
{
border-color: #770FD0;
}
.TagClassName
{
border-color: #770FD0;
}
</style>