Shades of Blue Violet #781DDD
Tints of Blue Violet #781DDD
RGB
CMYK
RGB Variations
Color information
#781DDD (or 0x781DDD) is known color: Blue Violet. HEX triplet: 78, 1D and DD. RGB value is (120,29,221). Sum of RGB (Red+Green+Blue) = 120+29+221=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #781DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781DDD is #87E222. Grayscale: #4D4D4D. Windows color (decimal): -8905251 or 14491000. OLE color: 14491000.
HSL color Cylindrical-coordinate representation of color #781DDD: hue angle of 268.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781DDD is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 29 | 221 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.13 |
| HSL | 268.44º | 0.77% | 0.49% | - |
| HSV(B) | 268.44º | 0.87% | 0.87% | - |
| XYZ | 21.24 | 10.09 | 69.24 | - |
| YUV | 78.1 | 208.65 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 221 | 0.46 | 0.87 | 0 | 0.13 | 268.44 | 0.77 | 0.49 |
| Hex | 78 | 1D | DD | 2E | 57 | 0 | D | 10C | 4D | 31 |
| Octal | 170 | 35 | 335 | 56 | 127 | 0 | 15 | 414 | 115 | 61 |
| Binary | 1111000 | 11101 | 11011101 | 101110 | 1010111 | 0 | 1101 | 100001100 | 1001101 | 110001 |
Color Harmonies of #781DDD
Complementary color
Monochromatic Colors of #781DDD
Black with #781DDD
Text Example
Text Example
White with #781DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781DDD; }
p { color: rgb(120,29,221); }
H1.HeaderClassName
{
color: #781DDD;
}
.AnyTagClassName
{
color: #781DDD;
}
</style>
background-color css
<style>
a { background-color: #781DDD; }
a { background-color: rgb(120,29,221); }
div.DivClassName
{
background-color: #781DDD;
}
.BgClassName
{
background-color: #781DDD;
}
</style>
border-color css
<style>
span { border-color: #781DDD; }
span { border-color: rgb(120,29,221); }
td.TdClassName
{
border-color: #781DDD;
}
.TagClassName
{
border-color: #781DDD;
}
</style>