Shades of Blue Violet #781BEC
Tints of Blue Violet #781BEC
RGB
CMYK
RGB Variations
Color information
#781BEC (or 0x781BEC) is known color: Blue Violet. HEX triplet: 78, 1B and EC. RGB value is (120,27,236). Sum of RGB (Red+Green+Blue) = 120+27+236=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #781BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781BEC is #87E413. Grayscale: #4D4D4D. Windows color (decimal): -8905748 or 15473528. OLE color: 15473528.
HSL color Cylindrical-coordinate representation of color #781BEC: hue angle of 266.7º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781BEC is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 27 | 236 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.07 |
| HSL | 266.7º | 0.85% | 0.52% | - |
| HSV(B) | 266.7º | 0.89% | 0.93% | - |
| XYZ | 23.28 | 10.83 | 80.22 | - |
| YUV | 78.63 | 216.81 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 236 | 0.49 | 0.89 | 0 | 0.07 | 266.7 | 0.85 | 0.52 |
| Hex | 78 | 1B | EC | 31 | 59 | 0 | 7 | 10B | 55 | 34 |
| Octal | 170 | 33 | 354 | 61 | 131 | 0 | 7 | 413 | 125 | 64 |
| Binary | 1111000 | 11011 | 11101100 | 110001 | 1011001 | 0 | 111 | 100001011 | 1010101 | 110100 |
Color Harmonies of #781BEC
Complementary color
Monochromatic Colors of #781BEC
Black with #781BEC
Text Example
Text Example
White with #781BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781BEC; }
p { color: rgb(120,27,236); }
H1.HeaderClassName
{
color: #781BEC;
}
.AnyTagClassName
{
color: #781BEC;
}
</style>
background-color css
<style>
a { background-color: #781BEC; }
a { background-color: rgb(120,27,236); }
div.DivClassName
{
background-color: #781BEC;
}
.BgClassName
{
background-color: #781BEC;
}
</style>
border-color css
<style>
span { border-color: #781BEC; }
span { border-color: rgb(120,27,236); }
td.TdClassName
{
border-color: #781BEC;
}
.TagClassName
{
border-color: #781BEC;
}
</style>