Shades of Blue Violet #770EDF
Tints of Blue Violet #770EDF
RGB
CMYK
RGB Variations
Color information
#770EDF (or 0x770EDF) is known color: Blue Violet. HEX triplet: 77, 0E and DF. RGB value is (119,14,223). Sum of RGB (Red+Green+Blue) = 119+14+223=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #770EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770EDF is #88F120. Grayscale: #444444. Windows color (decimal): -8974625 or 14618231. OLE color: 14618231.
HSL color Cylindrical-coordinate representation of color #770EDF: hue angle of 270.14º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770EDF is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 14 | 223 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.13 |
| HSL | 270.14º | 0.88% | 0.46% | - |
| HSV(B) | 270.14º | 0.94% | 0.87% | - |
| XYZ | 21.08 | 9.56 | 70.55 | - |
| YUV | 69.22 | 214.79 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 223 | 0.47 | 0.94 | 0 | 0.13 | 270.14 | 0.88 | 0.46 |
| Hex | 77 | E | DF | 2F | 5E | 0 | D | 10E | 58 | 2E |
| Octal | 167 | 16 | 337 | 57 | 136 | 0 | 15 | 416 | 130 | 56 |
| Binary | 1110111 | 1110 | 11011111 | 101111 | 1011110 | 0 | 1101 | 100001110 | 1011000 | 101110 |
Color Harmonies of #770EDF
Complementary color
Monochromatic Colors of #770EDF
Black with #770EDF
Text Example
Text Example
White with #770EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770EDF; }
p { color: rgb(119,14,223); }
H1.HeaderClassName
{
color: #770EDF;
}
.AnyTagClassName
{
color: #770EDF;
}
</style>
background-color css
<style>
a { background-color: #770EDF; }
a { background-color: rgb(119,14,223); }
div.DivClassName
{
background-color: #770EDF;
}
.BgClassName
{
background-color: #770EDF;
}
</style>
border-color css
<style>
span { border-color: #770EDF; }
span { border-color: rgb(119,14,223); }
td.TdClassName
{
border-color: #770EDF;
}
.TagClassName
{
border-color: #770EDF;
}
</style>