Shades of Blue Violet #781FF1
Tints of Blue Violet #781FF1
RGB
CMYK
RGB Variations
Color information
#781FF1 (or 0x781FF1) is known color: Blue Violet. HEX triplet: 78, 1F and F1. RGB value is (120,31,241). Sum of RGB (Red+Green+Blue) = 120+31+241=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #781FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781FF1 is #87E00E. Grayscale: #505050. Windows color (decimal): -8904719 or 15802232. OLE color: 15802232.
HSL color Cylindrical-coordinate representation of color #781FF1: hue angle of 265.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781FF1 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 31 | 241 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.05 |
| HSL | 265.43º | 0.88% | 0.53% | - |
| HSV(B) | 265.43º | 0.87% | 0.95% | - |
| XYZ | 24.11 | 11.32 | 84.13 | - |
| YUV | 81.55 | 217.99 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 241 | 0.50 | 0.87 | 0 | 0.05 | 265.43 | 0.88 | 0.53 |
| Hex | 78 | 1F | F1 | 32 | 57 | 0 | 5 | 109 | 58 | 35 |
| Octal | 170 | 37 | 361 | 62 | 127 | 0 | 5 | 411 | 130 | 65 |
| Binary | 1111000 | 11111 | 11110001 | 110010 | 1010111 | 0 | 101 | 100001001 | 1011000 | 110101 |
Color Harmonies of #781FF1
Complementary color
Monochromatic Colors of #781FF1
Black with #781FF1
Text Example
Text Example
White with #781FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FF1; }
p { color: rgb(120,31,241); }
H1.HeaderClassName
{
color: #781FF1;
}
.AnyTagClassName
{
color: #781FF1;
}
</style>
background-color css
<style>
a { background-color: #781FF1; }
a { background-color: rgb(120,31,241); }
div.DivClassName
{
background-color: #781FF1;
}
.BgClassName
{
background-color: #781FF1;
}
</style>
border-color css
<style>
span { border-color: #781FF1; }
span { border-color: rgb(120,31,241); }
td.TdClassName
{
border-color: #781FF1;
}
.TagClassName
{
border-color: #781FF1;
}
</style>