Shades of Blue Violet #783CE0
Tints of Blue Violet #783CE0
RGB
CMYK
RGB Variations
Color information
#783CE0 (or 0x783CE0) is known color: Blue Violet. HEX triplet: 78, 3C and E0. RGB value is (120,60,224). Sum of RGB (Red+Green+Blue) = 120+60+224=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #783CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783CE0 is #87C31F. Grayscale: #606060. Windows color (decimal): -8897312 or 14695544. OLE color: 14695544.
HSL color Cylindrical-coordinate representation of color #783CE0: hue angle of 261.95º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #783CE0 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 60 | 224 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.12 |
| HSL | 261.95º | 0.73% | 0.56% | - |
| HSV(B) | 261.95º | 0.73% | 0.88% | - |
| XYZ | 22.82 | 12.61 | 71.75 | - |
| YUV | 96.64 | 199.88 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 224 | 0.46 | 0.73 | 0 | 0.12 | 261.95 | 0.73 | 0.56 |
| Hex | 78 | 3C | E0 | 2E | 49 | 0 | C | 106 | 49 | 38 |
| Octal | 170 | 74 | 340 | 56 | 111 | 0 | 14 | 406 | 111 | 70 |
| Binary | 1111000 | 111100 | 11100000 | 101110 | 1001001 | 0 | 1100 | 100000110 | 1001001 | 111000 |
Color Harmonies of #783CE0
Complementary color
Monochromatic Colors of #783CE0
Black with #783CE0
Text Example
Text Example
White with #783CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783CE0; }
p { color: rgb(120,60,224); }
H1.HeaderClassName
{
color: #783CE0;
}
.AnyTagClassName
{
color: #783CE0;
}
</style>
background-color css
<style>
a { background-color: #783CE0; }
a { background-color: rgb(120,60,224); }
div.DivClassName
{
background-color: #783CE0;
}
.BgClassName
{
background-color: #783CE0;
}
</style>
border-color css
<style>
span { border-color: #783CE0; }
span { border-color: rgb(120,60,224); }
td.TdClassName
{
border-color: #783CE0;
}
.TagClassName
{
border-color: #783CE0;
}
</style>