Shades of Blue Violet #783FDC
Tints of Blue Violet #783FDC
RGB
CMYK
RGB Variations
Color information
#783FDC (or 0x783FDC) is known color: Blue Violet. HEX triplet: 78, 3F and DC. RGB value is (120,63,220). Sum of RGB (Red+Green+Blue) = 120+63+220=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #783FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783FDC is #87C023. Grayscale: #616161. Windows color (decimal): -8896548 or 14434168. OLE color: 14434168.
HSL color Cylindrical-coordinate representation of color #783FDC: hue angle of 261.78º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #783FDC is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 63 | 220 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.14 |
| HSL | 261.78º | 0.69% | 0.55% | - |
| HSV(B) | 261.78º | 0.71% | 0.86% | - |
| XYZ | 22.44 | 12.72 | 68.98 | - |
| YUV | 97.94 | 196.88 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 220 | 0.45 | 0.71 | 0 | 0.14 | 261.78 | 0.69 | 0.55 |
| Hex | 78 | 3F | DC | 2D | 47 | 0 | E | 106 | 45 | 37 |
| Octal | 170 | 77 | 334 | 55 | 107 | 0 | 16 | 406 | 105 | 67 |
| Binary | 1111000 | 111111 | 11011100 | 101101 | 1000111 | 0 | 1110 | 100000110 | 1000101 | 110111 |
Color Harmonies of #783FDC
Complementary color
Monochromatic Colors of #783FDC
Black with #783FDC
Text Example
Text Example
White with #783FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783FDC; }
p { color: rgb(120,63,220); }
H1.HeaderClassName
{
color: #783FDC;
}
.AnyTagClassName
{
color: #783FDC;
}
</style>
background-color css
<style>
a { background-color: #783FDC; }
a { background-color: rgb(120,63,220); }
div.DivClassName
{
background-color: #783FDC;
}
.BgClassName
{
background-color: #783FDC;
}
</style>
border-color css
<style>
span { border-color: #783FDC; }
span { border-color: rgb(120,63,220); }
td.TdClassName
{
border-color: #783FDC;
}
.TagClassName
{
border-color: #783FDC;
}
</style>