Shades of Blue Violet #770DDC
Tints of Blue Violet #770DDC
RGB
CMYK
RGB Variations
Color information
#770DDC (or 0x770DDC) is known color: Blue Violet. HEX triplet: 77, 0D and DC. RGB value is (119,13,220). Sum of RGB (Red+Green+Blue) = 119+13+220=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #770DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DDC is #88F223. Grayscale: #434343. Windows color (decimal): -8974884 or 14421367. OLE color: 14421367.
HSL color Cylindrical-coordinate representation of color #770DDC: hue angle of 270.72º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770DDC is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 13 | 220 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.14 |
| HSL | 270.72º | 0.89% | 0.46% | - |
| HSV(B) | 270.72º | 0.94% | 0.86% | - |
| XYZ | 20.67 | 9.38 | 68.43 | - |
| YUV | 68.29 | 213.62 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 220 | 0.46 | 0.94 | 0 | 0.14 | 270.72 | 0.89 | 0.46 |
| Hex | 77 | D | DC | 2E | 5E | 0 | E | 10F | 59 | 2E |
| Octal | 167 | 15 | 334 | 56 | 136 | 0 | 16 | 417 | 131 | 56 |
| Binary | 1110111 | 1101 | 11011100 | 101110 | 1011110 | 0 | 1110 | 100001111 | 1011001 | 101110 |
Color Harmonies of #770DDC
Complementary color
Monochromatic Colors of #770DDC
Black with #770DDC
Text Example
Text Example
White with #770DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DDC; }
p { color: rgb(119,13,220); }
H1.HeaderClassName
{
color: #770DDC;
}
.AnyTagClassName
{
color: #770DDC;
}
</style>
background-color css
<style>
a { background-color: #770DDC; }
a { background-color: rgb(119,13,220); }
div.DivClassName
{
background-color: #770DDC;
}
.BgClassName
{
background-color: #770DDC;
}
</style>
border-color css
<style>
span { border-color: #770DDC; }
span { border-color: rgb(119,13,220); }
td.TdClassName
{
border-color: #770DDC;
}
.TagClassName
{
border-color: #770DDC;
}
</style>