Shades of Blue Violet #782CFF
Tints of Blue Violet #782CFF
RGB
CMYK
RGB Variations
Color information
#782CFF (or 0x782CFF) is known color: Blue Violet. HEX triplet: 78, 2C and FF. RGB value is (120,44,255). Sum of RGB (Red+Green+Blue) = 120+44+255=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #782CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #782CFF is #87D300. Grayscale: #5A5A5A. Windows color (decimal): -8901377 or 16723064. OLE color: 16723064.
HSL color Cylindrical-coordinate representation of color #782CFF: hue angle of 261.61º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #782CFF is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 44 | 255 | - |
| CMYK | 0.53 | 0.83 | 0 | 0 |
| HSL | 261.61º | 1% | 0.59% | - |
| HSV(B) | 261.61º | 0.83% | 1% | - |
| XYZ | 26.7 | 13.01 | 95.71 | - |
| YUV | 90.78 | 220.68 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 255 | 0.53 | 0.83 | 0 | 0 | 261.61 | 1 | 0.59 |
| Hex | 78 | 2C | FF | 35 | 53 | 0 | 0 | 106 | 64 | 3B |
| Octal | 170 | 54 | 377 | 65 | 123 | 0 | 0 | 406 | 144 | 73 |
| Binary | 1111000 | 101100 | 11111111 | 110101 | 1010011 | 0 | 0 | 100000110 | 1100100 | 111011 |
Color Harmonies of #782CFF
Complementary color
Monochromatic Colors of #782CFF
Black with #782CFF
Text Example
Text Example
White with #782CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782CFF; }
p { color: rgb(120,44,255); }
H1.HeaderClassName
{
color: #782CFF;
}
.AnyTagClassName
{
color: #782CFF;
}
</style>
background-color css
<style>
a { background-color: #782CFF; }
a { background-color: rgb(120,44,255); }
div.DivClassName
{
background-color: #782CFF;
}
.BgClassName
{
background-color: #782CFF;
}
</style>
border-color css
<style>
span { border-color: #782CFF; }
span { border-color: rgb(120,44,255); }
td.TdClassName
{
border-color: #782CFF;
}
.TagClassName
{
border-color: #782CFF;
}
</style>