Shades of Blue Violet #781DEE
Tints of Blue Violet #781DEE
RGB
CMYK
RGB Variations
Color information
#781DEE (or 0x781DEE) is known color: Blue Violet. HEX triplet: 78, 1D and EE. RGB value is (120,29,238). Sum of RGB (Red+Green+Blue) = 120+29+238=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #781DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781DEE is #87E211. Grayscale: #4F4F4F. Windows color (decimal): -8905234 or 15605112. OLE color: 15605112.
HSL color Cylindrical-coordinate representation of color #781DEE: hue angle of 266.12º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781DEE is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 29 | 238 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.07 |
| HSL | 266.12º | 0.86% | 0.52% | - |
| HSV(B) | 266.12º | 0.88% | 0.93% | - |
| XYZ | 23.62 | 11.04 | 81.78 | - |
| YUV | 80.04 | 217.15 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 238 | 0.50 | 0.88 | 0 | 0.07 | 266.12 | 0.86 | 0.52 |
| Hex | 78 | 1D | EE | 32 | 58 | 0 | 7 | 10A | 56 | 34 |
| Octal | 170 | 35 | 356 | 62 | 130 | 0 | 7 | 412 | 126 | 64 |
| Binary | 1111000 | 11101 | 11101110 | 110010 | 1011000 | 0 | 111 | 100001010 | 1010110 | 110100 |
Color Harmonies of #781DEE
Complementary color
Monochromatic Colors of #781DEE
Black with #781DEE
Text Example
Text Example
White with #781DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781DEE; }
p { color: rgb(120,29,238); }
H1.HeaderClassName
{
color: #781DEE;
}
.AnyTagClassName
{
color: #781DEE;
}
</style>
background-color css
<style>
a { background-color: #781DEE; }
a { background-color: rgb(120,29,238); }
div.DivClassName
{
background-color: #781DEE;
}
.BgClassName
{
background-color: #781DEE;
}
</style>
border-color css
<style>
span { border-color: #781DEE; }
span { border-color: rgb(120,29,238); }
td.TdClassName
{
border-color: #781DEE;
}
.TagClassName
{
border-color: #781DEE;
}
</style>