Shades of Blue Violet #783FFA
Tints of Blue Violet #783FFA
RGB
CMYK
RGB Variations
Color information
#783FFA (or 0x783FFA) is known color: Blue Violet. HEX triplet: 78, 3F and FA. RGB value is (120,63,250). Sum of RGB (Red+Green+Blue) = 120+63+250=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #783FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #783FFA is #87C005. Grayscale: #646464. Windows color (decimal): -8896518 or 16400248. OLE color: 16400248.
HSL color Cylindrical-coordinate representation of color #783FFA: hue angle of 258.29º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #783FFA is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 63 | 250 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.02 |
| HSL | 258.29º | 0.95% | 0.61% | - |
| HSV(B) | 258.29º | 0.75% | 0.98% | - |
| XYZ | 26.78 | 14.45 | 91.82 | - |
| YUV | 101.36 | 211.88 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 250 | 0.52 | 0.75 | 0 | 0.02 | 258.29 | 0.95 | 0.61 |
| Hex | 78 | 3F | FA | 34 | 4B | 0 | 2 | 102 | 5F | 3D |
| Octal | 170 | 77 | 372 | 64 | 113 | 0 | 2 | 402 | 137 | 75 |
| Binary | 1111000 | 111111 | 11111010 | 110100 | 1001011 | 0 | 10 | 100000010 | 1011111 | 111101 |
Color Harmonies of #783FFA
Complementary color
Monochromatic Colors of #783FFA
Black with #783FFA
Text Example
Text Example
White with #783FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783FFA; }
p { color: rgb(120,63,250); }
H1.HeaderClassName
{
color: #783FFA;
}
.AnyTagClassName
{
color: #783FFA;
}
</style>
background-color css
<style>
a { background-color: #783FFA; }
a { background-color: rgb(120,63,250); }
div.DivClassName
{
background-color: #783FFA;
}
.BgClassName
{
background-color: #783FFA;
}
</style>
border-color css
<style>
span { border-color: #783FFA; }
span { border-color: rgb(120,63,250); }
td.TdClassName
{
border-color: #783FFA;
}
.TagClassName
{
border-color: #783FFA;
}
</style>