Shades of Blue Violet #770DDD
Tints of Blue Violet #770DDD
RGB
CMYK
RGB Variations
Color information
#770DDD (or 0x770DDD) is known color: Blue Violet. HEX triplet: 77, 0D and DD. RGB value is (119,13,221). Sum of RGB (Red+Green+Blue) = 119+13+221=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #770DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DDD is #88F222. Grayscale: #434343. Windows color (decimal): -8974883 or 14486903. OLE color: 14486903.
HSL color Cylindrical-coordinate representation of color #770DDD: hue angle of 270.58º 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 #770DDD is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 13 | 221 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.13 |
| HSL | 270.58º | 0.89% | 0.46% | - |
| HSV(B) | 270.58º | 0.94% | 0.87% | - |
| XYZ | 20.8 | 9.43 | 69.13 | - |
| YUV | 68.41 | 214.12 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 221 | 0.46 | 0.94 | 0 | 0.13 | 270.58 | 0.89 | 0.46 |
| Hex | 77 | D | DD | 2E | 5E | 0 | D | 10F | 59 | 2E |
| Octal | 167 | 15 | 335 | 56 | 136 | 0 | 15 | 417 | 131 | 56 |
| Binary | 1110111 | 1101 | 11011101 | 101110 | 1011110 | 0 | 1101 | 100001111 | 1011001 | 101110 |
Color Harmonies of #770DDD
Complementary color
Monochromatic Colors of #770DDD
Black with #770DDD
Text Example
Text Example
White with #770DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DDD; }
p { color: rgb(119,13,221); }
H1.HeaderClassName
{
color: #770DDD;
}
.AnyTagClassName
{
color: #770DDD;
}
</style>
background-color css
<style>
a { background-color: #770DDD; }
a { background-color: rgb(119,13,221); }
div.DivClassName
{
background-color: #770DDD;
}
.BgClassName
{
background-color: #770DDD;
}
</style>
border-color css
<style>
span { border-color: #770DDD; }
span { border-color: rgb(119,13,221); }
td.TdClassName
{
border-color: #770DDD;
}
.TagClassName
{
border-color: #770DDD;
}
</style>