Shades of Blue Violet #781CEA
Tints of Blue Violet #781CEA
RGB
CMYK
RGB Variations
Color information
#781CEA (or 0x781CEA) is known color: Blue Violet. HEX triplet: 78, 1C and EA. RGB value is (120,28,234). Sum of RGB (Red+Green+Blue) = 120+28+234=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #781CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CEA is #87E315. Grayscale: #4E4E4E. Windows color (decimal): -8905494 or 15342712. OLE color: 15342712.
HSL color Cylindrical-coordinate representation of color #781CEA: hue angle of 266.8º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781CEA is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 28 | 234 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.08 |
| HSL | 266.8º | 0.83% | 0.51% | - |
| HSV(B) | 266.8º | 0.88% | 0.92% | - |
| XYZ | 23.01 | 10.76 | 78.71 | - |
| YUV | 78.99 | 215.48 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 234 | 0.49 | 0.88 | 0 | 0.08 | 266.8 | 0.83 | 0.51 |
| Hex | 78 | 1C | EA | 31 | 58 | 0 | 8 | 10B | 53 | 33 |
| Octal | 170 | 34 | 352 | 61 | 130 | 0 | 10 | 413 | 123 | 63 |
| Binary | 1111000 | 11100 | 11101010 | 110001 | 1011000 | 0 | 1000 | 100001011 | 1010011 | 110011 |
Color Harmonies of #781CEA
Complementary color
Monochromatic Colors of #781CEA
Black with #781CEA
Text Example
Text Example
White with #781CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CEA; }
p { color: rgb(120,28,234); }
H1.HeaderClassName
{
color: #781CEA;
}
.AnyTagClassName
{
color: #781CEA;
}
</style>
background-color css
<style>
a { background-color: #781CEA; }
a { background-color: rgb(120,28,234); }
div.DivClassName
{
background-color: #781CEA;
}
.BgClassName
{
background-color: #781CEA;
}
</style>
border-color css
<style>
span { border-color: #781CEA; }
span { border-color: rgb(120,28,234); }
td.TdClassName
{
border-color: #781CEA;
}
.TagClassName
{
border-color: #781CEA;
}
</style>