Shades of Blue Violet #783CFF
Tints of Blue Violet #783CFF
RGB
CMYK
RGB Variations
Color information
#783CFF (or 0x783CFF) is known color: Blue Violet. HEX triplet: 78, 3C and FF. RGB value is (120,60,255). Sum of RGB (Red+Green+Blue) = 120+60+255=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #783CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #783CFF is #87C300. Grayscale: #636363. Windows color (decimal): -8897281 or 16727160. OLE color: 16727160.
HSL color Cylindrical-coordinate representation of color #783CFF: hue angle of 258.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #783CFF is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 60 | 255 | - |
| CMYK | 0.53 | 0.76 | 0 | 0 |
| HSL | 258.46º | 1% | 0.62% | - |
| HSV(B) | 258.46º | 0.76% | 1% | - |
| XYZ | 27.41 | 14.44 | 95.95 | - |
| YUV | 100.17 | 215.38 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 255 | 0.53 | 0.76 | 0 | 0 | 258.46 | 1 | 0.62 |
| Hex | 78 | 3C | FF | 35 | 4C | 0 | 0 | 102 | 64 | 3E |
| Octal | 170 | 74 | 377 | 65 | 114 | 0 | 0 | 402 | 144 | 76 |
| Binary | 1111000 | 111100 | 11111111 | 110101 | 1001100 | 0 | 0 | 100000010 | 1100100 | 111110 |
Color Harmonies of #783CFF
Complementary color
Monochromatic Colors of #783CFF
Black with #783CFF
Text Example
Text Example
White with #783CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783CFF; }
p { color: rgb(120,60,255); }
H1.HeaderClassName
{
color: #783CFF;
}
.AnyTagClassName
{
color: #783CFF;
}
</style>
background-color css
<style>
a { background-color: #783CFF; }
a { background-color: rgb(120,60,255); }
div.DivClassName
{
background-color: #783CFF;
}
.BgClassName
{
background-color: #783CFF;
}
</style>
border-color css
<style>
span { border-color: #783CFF; }
span { border-color: rgb(120,60,255); }
td.TdClassName
{
border-color: #783CFF;
}
.TagClassName
{
border-color: #783CFF;
}
</style>