Shades of Blue Violet #770DDE
Tints of Blue Violet #770DDE
RGB
CMYK
RGB Variations
Color information
#770DDE (or 0x770DDE) is known color: Blue Violet. HEX triplet: 77, 0D and DE. RGB value is (119,13,222). Sum of RGB (Red+Green+Blue) = 119+13+222=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #770DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DDE is #88F221. Grayscale: #434343. Windows color (decimal): -8974882 or 14552439. OLE color: 14552439.
HSL color Cylindrical-coordinate representation of color #770DDE: hue angle of 270.43º 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 #770DDE is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 13 | 222 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.13 |
| HSL | 270.43º | 0.89% | 0.46% | - |
| HSV(B) | 270.43º | 0.94% | 0.87% | - |
| XYZ | 20.94 | 9.48 | 69.83 | - |
| YUV | 68.52 | 214.62 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 222 | 0.46 | 0.94 | 0 | 0.13 | 270.43 | 0.89 | 0.46 |
| Hex | 77 | D | DE | 2E | 5E | 0 | D | 10E | 59 | 2E |
| Octal | 167 | 15 | 336 | 56 | 136 | 0 | 15 | 416 | 131 | 56 |
| Binary | 1110111 | 1101 | 11011110 | 101110 | 1011110 | 0 | 1101 | 100001110 | 1011001 | 101110 |
Color Harmonies of #770DDE
Complementary color
Monochromatic Colors of #770DDE
Black with #770DDE
Text Example
Text Example
White with #770DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DDE; }
p { color: rgb(119,13,222); }
H1.HeaderClassName
{
color: #770DDE;
}
.AnyTagClassName
{
color: #770DDE;
}
</style>
background-color css
<style>
a { background-color: #770DDE; }
a { background-color: rgb(119,13,222); }
div.DivClassName
{
background-color: #770DDE;
}
.BgClassName
{
background-color: #770DDE;
}
</style>
border-color css
<style>
span { border-color: #770DDE; }
span { border-color: rgb(119,13,222); }
td.TdClassName
{
border-color: #770DDE;
}
.TagClassName
{
border-color: #770DDE;
}
</style>