Shades of Blue Violet #783FF8
Tints of Blue Violet #783FF8
RGB
CMYK
RGB Variations
Color information
#783FF8 (or 0x783FF8) is known color: Blue Violet. HEX triplet: 78, 3F and F8. RGB value is (120,63,248). Sum of RGB (Red+Green+Blue) = 120+63+248=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 248 (97.27% from 255 or 57.54% from 431); Max value from RGB is 248 - color contains mainly: blue. Hex color #783FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #783FF8 is #87C007. Grayscale: #646464. Windows color (decimal): -8896520 or 16269176. OLE color: 16269176.
HSL color Cylindrical-coordinate representation of color #783FF8: hue angle of 258.49º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #783FF8 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 63 | 248 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.03 |
| HSL | 258.49º | 0.93% | 0.61% | - |
| HSV(B) | 258.49º | 0.75% | 0.97% | - |
| XYZ | 26.47 | 14.33 | 90.18 | - |
| YUV | 101.13 | 210.88 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 248 | 0.52 | 0.75 | 0 | 0.03 | 258.49 | 0.93 | 0.61 |
| Hex | 78 | 3F | F8 | 34 | 4B | 0 | 3 | 102 | 5D | 3D |
| Octal | 170 | 77 | 370 | 64 | 113 | 0 | 3 | 402 | 135 | 75 |
| Binary | 1111000 | 111111 | 11111000 | 110100 | 1001011 | 0 | 11 | 100000010 | 1011101 | 111101 |
Color Harmonies of #783FF8
Complementary color
Monochromatic Colors of #783FF8
Black with #783FF8
Text Example
Text Example
White with #783FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783FF8; }
p { color: rgb(120,63,248); }
H1.HeaderClassName
{
color: #783FF8;
}
.AnyTagClassName
{
color: #783FF8;
}
</style>
background-color css
<style>
a { background-color: #783FF8; }
a { background-color: rgb(120,63,248); }
div.DivClassName
{
background-color: #783FF8;
}
.BgClassName
{
background-color: #783FF8;
}
</style>
border-color css
<style>
span { border-color: #783FF8; }
span { border-color: rgb(120,63,248); }
td.TdClassName
{
border-color: #783FF8;
}
.TagClassName
{
border-color: #783FF8;
}
</style>