Shades of Blue Violet #782EFF
Tints of Blue Violet #782EFF
RGB
CMYK
RGB Variations
Color information
#782EFF (or 0x782EFF) is known color: Blue Violet. HEX triplet: 78, 2E and FF. RGB value is (120,46,255). Sum of RGB (Red+Green+Blue) = 120+46+255=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #782EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #782EFF is #87D100. Grayscale: #5B5B5B. Windows color (decimal): -8900865 or 16723576. OLE color: 16723576.
HSL color Cylindrical-coordinate representation of color #782EFF: hue angle of 261.24º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #782EFF is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 46 | 255 | - |
| CMYK | 0.53 | 0.82 | 0 | 0 |
| HSL | 261.24º | 1% | 0.59% | - |
| HSV(B) | 261.24º | 0.82% | 1% | - |
| XYZ | 26.77 | 13.17 | 95.74 | - |
| YUV | 91.95 | 220.02 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 255 | 0.53 | 0.82 | 0 | 0 | 261.24 | 1 | 0.59 |
| Hex | 78 | 2E | FF | 35 | 52 | 0 | 0 | 105 | 64 | 3B |
| Octal | 170 | 56 | 377 | 65 | 122 | 0 | 0 | 405 | 144 | 73 |
| Binary | 1111000 | 101110 | 11111111 | 110101 | 1010010 | 0 | 0 | 100000101 | 1100100 | 111011 |
Color Harmonies of #782EFF
Complementary color
Monochromatic Colors of #782EFF
Black with #782EFF
Text Example
Text Example
White with #782EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782EFF; }
p { color: rgb(120,46,255); }
H1.HeaderClassName
{
color: #782EFF;
}
.AnyTagClassName
{
color: #782EFF;
}
</style>
background-color css
<style>
a { background-color: #782EFF; }
a { background-color: rgb(120,46,255); }
div.DivClassName
{
background-color: #782EFF;
}
.BgClassName
{
background-color: #782EFF;
}
</style>
border-color css
<style>
span { border-color: #782EFF; }
span { border-color: rgb(120,46,255); }
td.TdClassName
{
border-color: #782EFF;
}
.TagClassName
{
border-color: #782EFF;
}
</style>