Shades of Blue Violet #781CEB
Tints of Blue Violet #781CEB
RGB
CMYK
RGB Variations
Color information
#781CEB (or 0x781CEB) is known color: Blue Violet. HEX triplet: 78, 1C and EB. RGB value is (120,28,235). Sum of RGB (Red+Green+Blue) = 120+28+235=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #781CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CEB is #87E314. Grayscale: #4E4E4E. Windows color (decimal): -8905493 or 15408248. OLE color: 15408248.
HSL color Cylindrical-coordinate representation of color #781CEB: hue angle of 266.67º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781CEB is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 28 | 235 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.08 |
| HSL | 266.67º | 0.84% | 0.52% | - |
| HSV(B) | 266.67º | 0.88% | 0.92% | - |
| XYZ | 23.16 | 10.82 | 79.47 | - |
| YUV | 79.11 | 215.98 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 235 | 0.49 | 0.88 | 0 | 0.08 | 266.67 | 0.84 | 0.52 |
| Hex | 78 | 1C | EB | 31 | 58 | 0 | 8 | 10B | 54 | 34 |
| Octal | 170 | 34 | 353 | 61 | 130 | 0 | 10 | 413 | 124 | 64 |
| Binary | 1111000 | 11100 | 11101011 | 110001 | 1011000 | 0 | 1000 | 100001011 | 1010100 | 110100 |
Color Harmonies of #781CEB
Complementary color
Monochromatic Colors of #781CEB
Black with #781CEB
Text Example
Text Example
White with #781CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CEB; }
p { color: rgb(120,28,235); }
H1.HeaderClassName
{
color: #781CEB;
}
.AnyTagClassName
{
color: #781CEB;
}
</style>
background-color css
<style>
a { background-color: #781CEB; }
a { background-color: rgb(120,28,235); }
div.DivClassName
{
background-color: #781CEB;
}
.BgClassName
{
background-color: #781CEB;
}
</style>
border-color css
<style>
span { border-color: #781CEB; }
span { border-color: rgb(120,28,235); }
td.TdClassName
{
border-color: #781CEB;
}
.TagClassName
{
border-color: #781CEB;
}
</style>