Shades of Blue Violet #781FEE
Tints of Blue Violet #781FEE
RGB
CMYK
RGB Variations
Color information
#781FEE (or 0x781FEE) is known color: Blue Violet. HEX triplet: 78, 1F and EE. RGB value is (120,31,238). Sum of RGB (Red+Green+Blue) = 120+31+238=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #781FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781FEE is #87E011. Grayscale: #505050. Windows color (decimal): -8904722 or 15605624. OLE color: 15605624.
HSL color Cylindrical-coordinate representation of color #781FEE: hue angle of 265.8º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781FEE is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 31 | 238 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.07 |
| HSL | 265.8º | 0.86% | 0.53% | - |
| HSV(B) | 265.8º | 0.87% | 0.93% | - |
| XYZ | 23.67 | 11.15 | 81.79 | - |
| YUV | 81.21 | 216.49 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 238 | 0.50 | 0.87 | 0 | 0.07 | 265.8 | 0.86 | 0.53 |
| Hex | 78 | 1F | EE | 32 | 57 | 0 | 7 | 10A | 56 | 35 |
| Octal | 170 | 37 | 356 | 62 | 127 | 0 | 7 | 412 | 126 | 65 |
| Binary | 1111000 | 11111 | 11101110 | 110010 | 1010111 | 0 | 111 | 100001010 | 1010110 | 110101 |
Color Harmonies of #781FEE
Complementary color
Monochromatic Colors of #781FEE
Black with #781FEE
Text Example
Text Example
White with #781FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FEE; }
p { color: rgb(120,31,238); }
H1.HeaderClassName
{
color: #781FEE;
}
.AnyTagClassName
{
color: #781FEE;
}
</style>
background-color css
<style>
a { background-color: #781FEE; }
a { background-color: rgb(120,31,238); }
div.DivClassName
{
background-color: #781FEE;
}
.BgClassName
{
background-color: #781FEE;
}
</style>
border-color css
<style>
span { border-color: #781FEE; }
span { border-color: rgb(120,31,238); }
td.TdClassName
{
border-color: #781FEE;
}
.TagClassName
{
border-color: #781FEE;
}
</style>