Shades of Blue Violet #783BFC
Tints of Blue Violet #783BFC
RGB
CMYK
RGB Variations
Color information
#783BFC (or 0x783BFC) is known color: Blue Violet. HEX triplet: 78, 3B and FC. RGB value is (120,59,252). Sum of RGB (Red+Green+Blue) = 120+59+252=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #783BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #783BFC is #87C403. Grayscale: #626262. Windows color (decimal): -8897540 or 16530296. OLE color: 16530296.
HSL color Cylindrical-coordinate representation of color #783BFC: hue angle of 258.96º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #783BFC is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 59 | 252 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.01 |
| HSL | 258.96º | 0.97% | 0.61% | - |
| HSV(B) | 258.96º | 0.77% | 0.99% | - |
| XYZ | 26.88 | 14.15 | 93.41 | - |
| YUV | 99.24 | 214.21 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 252 | 0.52 | 0.77 | 0 | 0.01 | 258.96 | 0.97 | 0.61 |
| Hex | 78 | 3B | FC | 34 | 4D | 0 | 1 | 103 | 61 | 3D |
| Octal | 170 | 73 | 374 | 64 | 115 | 0 | 1 | 403 | 141 | 75 |
| Binary | 1111000 | 111011 | 11111100 | 110100 | 1001101 | 0 | 1 | 100000011 | 1100001 | 111101 |
Color Harmonies of #783BFC
Complementary color
Monochromatic Colors of #783BFC
Black with #783BFC
Text Example
Text Example
White with #783BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783BFC; }
p { color: rgb(120,59,252); }
H1.HeaderClassName
{
color: #783BFC;
}
.AnyTagClassName
{
color: #783BFC;
}
</style>
background-color css
<style>
a { background-color: #783BFC; }
a { background-color: rgb(120,59,252); }
div.DivClassName
{
background-color: #783BFC;
}
.BgClassName
{
background-color: #783BFC;
}
</style>
border-color css
<style>
span { border-color: #783BFC; }
span { border-color: rgb(120,59,252); }
td.TdClassName
{
border-color: #783BFC;
}
.TagClassName
{
border-color: #783BFC;
}
</style>