Shades of Blue Violet #781EEA
Tints of Blue Violet #781EEA
RGB
CMYK
RGB Variations
Color information
#781EEA (or 0x781EEA) is known color: Blue Violet. HEX triplet: 78, 1E and EA. RGB value is (120,30,234). Sum of RGB (Red+Green+Blue) = 120+30+234=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #781EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781EEA is #87E115. Grayscale: #4F4F4F. Windows color (decimal): -8904982 or 15343224. OLE color: 15343224.
HSL color Cylindrical-coordinate representation of color #781EEA: hue angle of 266.47º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781EEA is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 30 | 234 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.08 |
| HSL | 266.47º | 0.83% | 0.52% | - |
| HSV(B) | 266.47º | 0.87% | 0.92% | - |
| XYZ | 23.06 | 10.86 | 78.72 | - |
| YUV | 80.17 | 214.82 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 234 | 0.49 | 0.87 | 0 | 0.08 | 266.47 | 0.83 | 0.52 |
| Hex | 78 | 1E | EA | 31 | 57 | 0 | 8 | 10A | 53 | 34 |
| Octal | 170 | 36 | 352 | 61 | 127 | 0 | 10 | 412 | 123 | 64 |
| Binary | 1111000 | 11110 | 11101010 | 110001 | 1010111 | 0 | 1000 | 100001010 | 1010011 | 110100 |
Color Harmonies of #781EEA
Complementary color
Monochromatic Colors of #781EEA
Black with #781EEA
Text Example
Text Example
White with #781EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781EEA; }
p { color: rgb(120,30,234); }
H1.HeaderClassName
{
color: #781EEA;
}
.AnyTagClassName
{
color: #781EEA;
}
</style>
background-color css
<style>
a { background-color: #781EEA; }
a { background-color: rgb(120,30,234); }
div.DivClassName
{
background-color: #781EEA;
}
.BgClassName
{
background-color: #781EEA;
}
</style>
border-color css
<style>
span { border-color: #781EEA; }
span { border-color: rgb(120,30,234); }
td.TdClassName
{
border-color: #781EEA;
}
.TagClassName
{
border-color: #781EEA;
}
</style>