Shades of Blue Violet #781CEF
Tints of Blue Violet #781CEF
RGB
CMYK
RGB Variations
Color information
#781CEF (or 0x781CEF) is known color: Blue Violet. HEX triplet: 78, 1C and EF. RGB value is (120,28,239). Sum of RGB (Red+Green+Blue) = 120+28+239=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #781CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CEF is #87E310. Grayscale: #4E4E4E. Windows color (decimal): -8905489 or 15670392. OLE color: 15670392.
HSL color Cylindrical-coordinate representation of color #781CEF: hue angle of 266.16º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781CEF is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 28 | 239 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.06 |
| HSL | 266.16º | 0.87% | 0.52% | - |
| HSV(B) | 266.16º | 0.88% | 0.94% | - |
| XYZ | 23.74 | 11.06 | 82.54 | - |
| YUV | 79.56 | 217.98 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 239 | 0.50 | 0.88 | 0 | 0.06 | 266.16 | 0.87 | 0.52 |
| Hex | 78 | 1C | EF | 32 | 58 | 0 | 6 | 10A | 57 | 34 |
| Octal | 170 | 34 | 357 | 62 | 130 | 0 | 6 | 412 | 127 | 64 |
| Binary | 1111000 | 11100 | 11101111 | 110010 | 1011000 | 0 | 110 | 100001010 | 1010111 | 110100 |
Color Harmonies of #781CEF
Complementary color
Monochromatic Colors of #781CEF
Black with #781CEF
Text Example
Text Example
White with #781CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CEF; }
p { color: rgb(120,28,239); }
H1.HeaderClassName
{
color: #781CEF;
}
.AnyTagClassName
{
color: #781CEF;
}
</style>
background-color css
<style>
a { background-color: #781CEF; }
a { background-color: rgb(120,28,239); }
div.DivClassName
{
background-color: #781CEF;
}
.BgClassName
{
background-color: #781CEF;
}
</style>
border-color css
<style>
span { border-color: #781CEF; }
span { border-color: rgb(120,28,239); }
td.TdClassName
{
border-color: #781CEF;
}
.TagClassName
{
border-color: #781CEF;
}
</style>