Shades of Blue Violet #781BF0
Tints of Blue Violet #781BF0
RGB
CMYK
RGB Variations
Color information
#781BF0 (or 0x781BF0) is known color: Blue Violet. HEX triplet: 78, 1B and F0. RGB value is (120,27,240). Sum of RGB (Red+Green+Blue) = 120+27+240=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 240 (94.14% from 255 or 62.02% from 387); Max value from RGB is 240 - color contains mainly: blue. Hex color #781BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781BF0 is #87E40F. Grayscale: #4E4E4E. Windows color (decimal): -8905744 or 15735672. OLE color: 15735672.
HSL color Cylindrical-coordinate representation of color #781BF0: hue angle of 266.2º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781BF0 is Cyan = 0.5, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 27 | 240 | - |
| CMYK | 0.5 | 0.89 | 0 | 0.06 |
| HSL | 266.2º | 0.88% | 0.52% | - |
| HSV(B) | 266.2º | 0.89% | 0.94% | - |
| XYZ | 23.87 | 11.07 | 83.32 | - |
| YUV | 79.09 | 218.81 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 240 | 0.5 | 0.89 | 0 | 0.06 | 266.2 | 0.88 | 0.52 |
| Hex | 78 | 1B | F0 | 32 | 59 | 0 | 6 | 10A | 58 | 34 |
| Octal | 170 | 33 | 360 | 62 | 131 | 0 | 6 | 412 | 130 | 64 |
| Binary | 1111000 | 11011 | 11110000 | 110010 | 1011001 | 0 | 110 | 100001010 | 1011000 | 110100 |
Color Harmonies of #781BF0
Complementary color
Monochromatic Colors of #781BF0
Black with #781BF0
Text Example
Text Example
White with #781BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781BF0; }
p { color: rgb(120,27,240); }
H1.HeaderClassName
{
color: #781BF0;
}
.AnyTagClassName
{
color: #781BF0;
}
</style>
background-color css
<style>
a { background-color: #781BF0; }
a { background-color: rgb(120,27,240); }
div.DivClassName
{
background-color: #781BF0;
}
.BgClassName
{
background-color: #781BF0;
}
</style>
border-color css
<style>
span { border-color: #781BF0; }
span { border-color: rgb(120,27,240); }
td.TdClassName
{
border-color: #781BF0;
}
.TagClassName
{
border-color: #781BF0;
}
</style>