Shades of Blue Violet #781FFB
Tints of Blue Violet #781FFB
RGB
CMYK
RGB Variations
Color information
#781FFB (or 0x781FFB) is known color: Blue Violet. HEX triplet: 78, 1F and FB. RGB value is (120,31,251). Sum of RGB (Red+Green+Blue) = 120+31+251=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #781FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781FFB is #87E004. Grayscale: #515151. Windows color (decimal): -8904709 or 16457592. OLE color: 16457592.
HSL color Cylindrical-coordinate representation of color #781FFB: hue angle of 264.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781FFB is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 31 | 251 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.02 |
| HSL | 264.27º | 0.96% | 0.55% | - |
| HSV(B) | 264.27º | 0.88% | 0.98% | - |
| XYZ | 25.65 | 11.94 | 92.22 | - |
| YUV | 82.69 | 222.99 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 251 | 0.52 | 0.88 | 0 | 0.02 | 264.27 | 0.96 | 0.55 |
| Hex | 78 | 1F | FB | 34 | 58 | 0 | 2 | 108 | 60 | 37 |
| Octal | 170 | 37 | 373 | 64 | 130 | 0 | 2 | 410 | 140 | 67 |
| Binary | 1111000 | 11111 | 11111011 | 110100 | 1011000 | 0 | 10 | 100001000 | 1100000 | 110111 |
Color Harmonies of #781FFB
Complementary color
Monochromatic Colors of #781FFB
Black with #781FFB
Text Example
Text Example
White with #781FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FFB; }
p { color: rgb(120,31,251); }
H1.HeaderClassName
{
color: #781FFB;
}
.AnyTagClassName
{
color: #781FFB;
}
</style>
background-color css
<style>
a { background-color: #781FFB; }
a { background-color: rgb(120,31,251); }
div.DivClassName
{
background-color: #781FFB;
}
.BgClassName
{
background-color: #781FFB;
}
</style>
border-color css
<style>
span { border-color: #781FFB; }
span { border-color: rgb(120,31,251); }
td.TdClassName
{
border-color: #781FFB;
}
.TagClassName
{
border-color: #781FFB;
}
</style>