Shades of Blue Violet #781CEE
Tints of Blue Violet #781CEE
RGB
CMYK
RGB Variations
Color information
#781CEE (or 0x781CEE) is known color: Blue Violet. HEX triplet: 78, 1C and EE. RGB value is (120,28,238). Sum of RGB (Red+Green+Blue) = 120+28+238=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #781CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CEE is #87E311. Grayscale: #4E4E4E. Windows color (decimal): -8905490 or 15604856. OLE color: 15604856.
HSL color Cylindrical-coordinate representation of color #781CEE: hue angle of 266.29º 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 #781CEE is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 28 | 238 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.07 |
| HSL | 266.29º | 0.86% | 0.52% | - |
| HSV(B) | 266.29º | 0.88% | 0.93% | - |
| XYZ | 23.59 | 11 | 81.77 | - |
| YUV | 79.45 | 217.48 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 238 | 0.50 | 0.88 | 0 | 0.07 | 266.29 | 0.86 | 0.52 |
| Hex | 78 | 1C | EE | 32 | 58 | 0 | 7 | 10A | 56 | 34 |
| Octal | 170 | 34 | 356 | 62 | 130 | 0 | 7 | 412 | 126 | 64 |
| Binary | 1111000 | 11100 | 11101110 | 110010 | 1011000 | 0 | 111 | 100001010 | 1010110 | 110100 |
Color Harmonies of #781CEE
Complementary color
Monochromatic Colors of #781CEE
Black with #781CEE
Text Example
Text Example
White with #781CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CEE; }
p { color: rgb(120,28,238); }
H1.HeaderClassName
{
color: #781CEE;
}
.AnyTagClassName
{
color: #781CEE;
}
</style>
background-color css
<style>
a { background-color: #781CEE; }
a { background-color: rgb(120,28,238); }
div.DivClassName
{
background-color: #781CEE;
}
.BgClassName
{
background-color: #781CEE;
}
</style>
border-color css
<style>
span { border-color: #781CEE; }
span { border-color: rgb(120,28,238); }
td.TdClassName
{
border-color: #781CEE;
}
.TagClassName
{
border-color: #781CEE;
}
</style>