Shades of Blue Violet #770FDC
Tints of Blue Violet #770FDC
RGB
CMYK
RGB Variations
Color information
#770FDC (or 0x770FDC) is known color: Blue Violet. HEX triplet: 77, 0F and DC. RGB value is (119,15,220). Sum of RGB (Red+Green+Blue) = 119+15+220=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #770FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FDC is #88F023. Grayscale: #444444. Windows color (decimal): -8974372 or 14421879. OLE color: 14421879.
HSL color Cylindrical-coordinate representation of color #770FDC: hue angle of 270.44º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770FDC is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 15 | 220 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.14 |
| HSL | 270.44º | 0.87% | 0.46% | - |
| HSV(B) | 270.44º | 0.93% | 0.86% | - |
| XYZ | 20.7 | 9.43 | 68.44 | - |
| YUV | 69.47 | 212.96 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 220 | 0.46 | 0.93 | 0 | 0.14 | 270.44 | 0.87 | 0.46 |
| Hex | 77 | F | DC | 2E | 5D | 0 | E | 10E | 57 | 2E |
| Octal | 167 | 17 | 334 | 56 | 135 | 0 | 16 | 416 | 127 | 56 |
| Binary | 1110111 | 1111 | 11011100 | 101110 | 1011101 | 0 | 1110 | 100001110 | 1010111 | 101110 |
Color Harmonies of #770FDC
Complementary color
Monochromatic Colors of #770FDC
Black with #770FDC
Text Example
Text Example
White with #770FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FDC; }
p { color: rgb(119,15,220); }
H1.HeaderClassName
{
color: #770FDC;
}
.AnyTagClassName
{
color: #770FDC;
}
</style>
background-color css
<style>
a { background-color: #770FDC; }
a { background-color: rgb(119,15,220); }
div.DivClassName
{
background-color: #770FDC;
}
.BgClassName
{
background-color: #770FDC;
}
</style>
border-color css
<style>
span { border-color: #770FDC; }
span { border-color: rgb(119,15,220); }
td.TdClassName
{
border-color: #770FDC;
}
.TagClassName
{
border-color: #770FDC;
}
</style>