Shades of Blue Violet #770FDD
Tints of Blue Violet #770FDD
RGB
CMYK
RGB Variations
Color information
#770FDD (or 0x770FDD) is known color: Blue Violet. HEX triplet: 77, 0F and DD. RGB value is (119,15,221). Sum of RGB (Red+Green+Blue) = 119+15+221=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #770FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FDD is #88F022. Grayscale: #444444. Windows color (decimal): -8974371 or 14487415. OLE color: 14487415.
HSL color Cylindrical-coordinate representation of color #770FDD: hue angle of 270.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770FDD is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 15 | 221 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.13 |
| HSL | 270.29º | 0.87% | 0.46% | - |
| HSV(B) | 270.29º | 0.93% | 0.87% | - |
| XYZ | 20.83 | 9.48 | 69.14 | - |
| YUV | 69.58 | 213.46 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 221 | 0.46 | 0.93 | 0 | 0.13 | 270.29 | 0.87 | 0.46 |
| Hex | 77 | F | DD | 2E | 5D | 0 | D | 10E | 57 | 2E |
| Octal | 167 | 17 | 335 | 56 | 135 | 0 | 15 | 416 | 127 | 56 |
| Binary | 1110111 | 1111 | 11011101 | 101110 | 1011101 | 0 | 1101 | 100001110 | 1010111 | 101110 |
Color Harmonies of #770FDD
Complementary color
Monochromatic Colors of #770FDD
Black with #770FDD
Text Example
Text Example
White with #770FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FDD; }
p { color: rgb(119,15,221); }
H1.HeaderClassName
{
color: #770FDD;
}
.AnyTagClassName
{
color: #770FDD;
}
</style>
background-color css
<style>
a { background-color: #770FDD; }
a { background-color: rgb(119,15,221); }
div.DivClassName
{
background-color: #770FDD;
}
.BgClassName
{
background-color: #770FDD;
}
</style>
border-color css
<style>
span { border-color: #770FDD; }
span { border-color: rgb(119,15,221); }
td.TdClassName
{
border-color: #770FDD;
}
.TagClassName
{
border-color: #770FDD;
}
</style>