Shades of Blue Violet #781EF0
Tints of Blue Violet #781EF0
RGB
CMYK
RGB Variations
Color information
#781EF0 (or 0x781EF0) is known color: Blue Violet. HEX triplet: 78, 1E and F0. RGB value is (120,30,240). Sum of RGB (Red+Green+Blue) = 120+30+240=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 240 (94.14% from 255 or 61.54% from 390); Max value from RGB is 240 - color contains mainly: blue. Hex color #781EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781EF0 is #87E10F. Grayscale: #505050. Windows color (decimal): -8904976 or 15736440. OLE color: 15736440.
HSL color Cylindrical-coordinate representation of color #781EF0: hue angle of 265.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781EF0 is Cyan = 0.5, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 30 | 240 | - |
| CMYK | 0.5 | 0.87 | 0 | 0.06 |
| HSL | 265.71º | 0.88% | 0.53% | - |
| HSV(B) | 265.71º | 0.88% | 0.94% | - |
| XYZ | 23.94 | 11.21 | 83.34 | - |
| YUV | 80.85 | 217.82 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 240 | 0.5 | 0.87 | 0 | 0.06 | 265.71 | 0.88 | 0.53 |
| Hex | 78 | 1E | F0 | 32 | 57 | 0 | 6 | 10A | 58 | 35 |
| Octal | 170 | 36 | 360 | 62 | 127 | 0 | 6 | 412 | 130 | 65 |
| Binary | 1111000 | 11110 | 11110000 | 110010 | 1010111 | 0 | 110 | 100001010 | 1011000 | 110101 |
Color Harmonies of #781EF0
Complementary color
Monochromatic Colors of #781EF0
Black with #781EF0
Text Example
Text Example
White with #781EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781EF0; }
p { color: rgb(120,30,240); }
H1.HeaderClassName
{
color: #781EF0;
}
.AnyTagClassName
{
color: #781EF0;
}
</style>
background-color css
<style>
a { background-color: #781EF0; }
a { background-color: rgb(120,30,240); }
div.DivClassName
{
background-color: #781EF0;
}
.BgClassName
{
background-color: #781EF0;
}
</style>
border-color css
<style>
span { border-color: #781EF0; }
span { border-color: rgb(120,30,240); }
td.TdClassName
{
border-color: #781EF0;
}
.TagClassName
{
border-color: #781EF0;
}
</style>