Shades of Blue Violet #781EEB
Tints of Blue Violet #781EEB
RGB
CMYK
RGB Variations
Color information
#781EEB (or 0x781EEB) is known color: Blue Violet. HEX triplet: 78, 1E and EB. RGB value is (120,30,235). Sum of RGB (Red+Green+Blue) = 120+30+235=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #781EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781EEB is #87E114. Grayscale: #4F4F4F. Windows color (decimal): -8904981 or 15408760. OLE color: 15408760.
HSL color Cylindrical-coordinate representation of color #781EEB: hue angle of 266.34º degrees, saturation: 0.84, 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 #781EEB is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 30 | 235 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.08 |
| HSL | 266.34º | 0.84% | 0.52% | - |
| HSV(B) | 266.34º | 0.87% | 0.92% | - |
| XYZ | 23.21 | 10.92 | 79.48 | - |
| YUV | 80.28 | 215.32 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 235 | 0.49 | 0.87 | 0 | 0.08 | 266.34 | 0.84 | 0.52 |
| Hex | 78 | 1E | EB | 31 | 57 | 0 | 8 | 10A | 54 | 34 |
| Octal | 170 | 36 | 353 | 61 | 127 | 0 | 10 | 412 | 124 | 64 |
| Binary | 1111000 | 11110 | 11101011 | 110001 | 1010111 | 0 | 1000 | 100001010 | 1010100 | 110100 |
Color Harmonies of #781EEB
Complementary color
Monochromatic Colors of #781EEB
Black with #781EEB
Text Example
Text Example
White with #781EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781EEB; }
p { color: rgb(120,30,235); }
H1.HeaderClassName
{
color: #781EEB;
}
.AnyTagClassName
{
color: #781EEB;
}
</style>
background-color css
<style>
a { background-color: #781EEB; }
a { background-color: rgb(120,30,235); }
div.DivClassName
{
background-color: #781EEB;
}
.BgClassName
{
background-color: #781EEB;
}
</style>
border-color css
<style>
span { border-color: #781EEB; }
span { border-color: rgb(120,30,235); }
td.TdClassName
{
border-color: #781EEB;
}
.TagClassName
{
border-color: #781EEB;
}
</style>