Shades of Blue Violet #781DDA
Tints of Blue Violet #781DDA
RGB
CMYK
RGB Variations
Color information
#781DDA (or 0x781DDA) is known color: Blue Violet. HEX triplet: 78, 1D and DA. RGB value is (120,29,218). Sum of RGB (Red+Green+Blue) = 120+29+218=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #781DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781DDA is #87E225. Grayscale: #4D4D4D. Windows color (decimal): -8905254 or 14294392. OLE color: 14294392.
HSL color Cylindrical-coordinate representation of color #781DDA: hue angle of 268.89º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781DDA is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 29 | 218 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.15 |
| HSL | 268.89º | 0.77% | 0.48% | - |
| HSV(B) | 268.89º | 0.87% | 0.85% | - |
| XYZ | 20.84 | 9.93 | 67.15 | - |
| YUV | 77.76 | 207.15 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 218 | 0.45 | 0.87 | 0 | 0.15 | 268.89 | 0.77 | 0.48 |
| Hex | 78 | 1D | DA | 2D | 57 | 0 | F | 10D | 4D | 30 |
| Octal | 170 | 35 | 332 | 55 | 127 | 0 | 17 | 415 | 115 | 60 |
| Binary | 1111000 | 11101 | 11011010 | 101101 | 1010111 | 0 | 1111 | 100001101 | 1001101 | 110000 |
Color Harmonies of #781DDA
Complementary color
Monochromatic Colors of #781DDA
Black with #781DDA
Text Example
Text Example
White with #781DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781DDA; }
p { color: rgb(120,29,218); }
H1.HeaderClassName
{
color: #781DDA;
}
.AnyTagClassName
{
color: #781DDA;
}
</style>
background-color css
<style>
a { background-color: #781DDA; }
a { background-color: rgb(120,29,218); }
div.DivClassName
{
background-color: #781DDA;
}
.BgClassName
{
background-color: #781DDA;
}
</style>
border-color css
<style>
span { border-color: #781DDA; }
span { border-color: rgb(120,29,218); }
td.TdClassName
{
border-color: #781DDA;
}
.TagClassName
{
border-color: #781DDA;
}
</style>