Shades of Blue Violet #783EDC
Tints of Blue Violet #783EDC
RGB
CMYK
RGB Variations
Color information
#783EDC (or 0x783EDC) is known color: Blue Violet. HEX triplet: 78, 3E and DC. RGB value is (120,62,220). Sum of RGB (Red+Green+Blue) = 120+62+220=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #783EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783EDC is #87C123. Grayscale: #606060. Windows color (decimal): -8896804 or 14433912. OLE color: 14433912.
HSL color Cylindrical-coordinate representation of color #783EDC: hue angle of 262.03º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #783EDC is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 62 | 220 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.14 |
| HSL | 262.03º | 0.69% | 0.55% | - |
| HSV(B) | 262.03º | 0.72% | 0.86% | - |
| XYZ | 22.39 | 12.61 | 68.96 | - |
| YUV | 97.35 | 197.22 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 220 | 0.45 | 0.72 | 0 | 0.14 | 262.03 | 0.69 | 0.55 |
| Hex | 78 | 3E | DC | 2D | 48 | 0 | E | 106 | 45 | 37 |
| Octal | 170 | 76 | 334 | 55 | 110 | 0 | 16 | 406 | 105 | 67 |
| Binary | 1111000 | 111110 | 11011100 | 101101 | 1001000 | 0 | 1110 | 100000110 | 1000101 | 110111 |
Color Harmonies of #783EDC
Complementary color
Monochromatic Colors of #783EDC
Black with #783EDC
Text Example
Text Example
White with #783EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783EDC; }
p { color: rgb(120,62,220); }
H1.HeaderClassName
{
color: #783EDC;
}
.AnyTagClassName
{
color: #783EDC;
}
</style>
background-color css
<style>
a { background-color: #783EDC; }
a { background-color: rgb(120,62,220); }
div.DivClassName
{
background-color: #783EDC;
}
.BgClassName
{
background-color: #783EDC;
}
</style>
border-color css
<style>
span { border-color: #783EDC; }
span { border-color: rgb(120,62,220); }
td.TdClassName
{
border-color: #783EDC;
}
.TagClassName
{
border-color: #783EDC;
}
</style>