Shades of Blue Violet #770DDF
Tints of Blue Violet #770DDF
RGB
CMYK
RGB Variations
Color information
#770DDF (or 0x770DDF) is known color: Blue Violet. HEX triplet: 77, 0D and DF. RGB value is (119,13,223). Sum of RGB (Red+Green+Blue) = 119+13+223=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #770DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DDF is #88F220. Grayscale: #434343. Windows color (decimal): -8974881 or 14617975. OLE color: 14617975.
HSL color Cylindrical-coordinate representation of color #770DDF: hue angle of 270.29º degrees, saturation: 0.89, 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 #770DDF is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 13 | 223 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.13 |
| HSL | 270.29º | 0.89% | 0.46% | - |
| HSV(B) | 270.29º | 0.94% | 0.87% | - |
| XYZ | 21.07 | 9.54 | 70.54 | - |
| YUV | 68.63 | 215.12 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 223 | 0.47 | 0.94 | 0 | 0.13 | 270.29 | 0.89 | 0.46 |
| Hex | 77 | D | DF | 2F | 5E | 0 | D | 10E | 59 | 2E |
| Octal | 167 | 15 | 337 | 57 | 136 | 0 | 15 | 416 | 131 | 56 |
| Binary | 1110111 | 1101 | 11011111 | 101111 | 1011110 | 0 | 1101 | 100001110 | 1011001 | 101110 |
Color Harmonies of #770DDF
Complementary color
Monochromatic Colors of #770DDF
Black with #770DDF
Text Example
Text Example
White with #770DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DDF; }
p { color: rgb(119,13,223); }
H1.HeaderClassName
{
color: #770DDF;
}
.AnyTagClassName
{
color: #770DDF;
}
</style>
background-color css
<style>
a { background-color: #770DDF; }
a { background-color: rgb(119,13,223); }
div.DivClassName
{
background-color: #770DDF;
}
.BgClassName
{
background-color: #770DDF;
}
</style>
border-color css
<style>
span { border-color: #770DDF; }
span { border-color: rgb(119,13,223); }
td.TdClassName
{
border-color: #770DDF;
}
.TagClassName
{
border-color: #770DDF;
}
</style>