Shades of Blue Violet #783CEC
Tints of Blue Violet #783CEC
RGB
CMYK
RGB Variations
Color information
#783CEC (or 0x783CEC) is known color: Blue Violet. HEX triplet: 78, 3C and EC. RGB value is (120,60,236). Sum of RGB (Red+Green+Blue) = 120+60+236=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #783CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #783CEC is #87C313. Grayscale: #616161. Windows color (decimal): -8897300 or 15481976. OLE color: 15481976.
HSL color Cylindrical-coordinate representation of color #783CEC: hue angle of 260.45º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #783CEC is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 60 | 236 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.07 |
| HSL | 260.45º | 0.82% | 0.58% | - |
| HSV(B) | 260.45º | 0.75% | 0.93% | - |
| XYZ | 24.5 | 13.28 | 80.63 | - |
| YUV | 98 | 205.88 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 236 | 0.49 | 0.75 | 0 | 0.07 | 260.45 | 0.82 | 0.58 |
| Hex | 78 | 3C | EC | 31 | 4B | 0 | 7 | 104 | 52 | 3A |
| Octal | 170 | 74 | 354 | 61 | 113 | 0 | 7 | 404 | 122 | 72 |
| Binary | 1111000 | 111100 | 11101100 | 110001 | 1001011 | 0 | 111 | 100000100 | 1010010 | 111010 |
Color Harmonies of #783CEC
Complementary color
Monochromatic Colors of #783CEC
Black with #783CEC
Text Example
Text Example
White with #783CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783CEC; }
p { color: rgb(120,60,236); }
H1.HeaderClassName
{
color: #783CEC;
}
.AnyTagClassName
{
color: #783CEC;
}
</style>
background-color css
<style>
a { background-color: #783CEC; }
a { background-color: rgb(120,60,236); }
div.DivClassName
{
background-color: #783CEC;
}
.BgClassName
{
background-color: #783CEC;
}
</style>
border-color css
<style>
span { border-color: #783CEC; }
span { border-color: rgb(120,60,236); }
td.TdClassName
{
border-color: #783CEC;
}
.TagClassName
{
border-color: #783CEC;
}
</style>