Shades of Blue Violet #783AFF
Tints of Blue Violet #783AFF
RGB
CMYK
RGB Variations
Color information
#783AFF (or 0x783AFF) is known color: Blue Violet. HEX triplet: 78, 3A and FF. RGB value is (120,58,255). Sum of RGB (Red+Green+Blue) = 120+58+255=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #783AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #783AFF is #87C500. Grayscale: #626262. Windows color (decimal): -8897793 or 16726648. OLE color: 16726648.
HSL color Cylindrical-coordinate representation of color #783AFF: hue angle of 258.88º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #783AFF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 58 | 255 | - |
| CMYK | 0.53 | 0.77 | 0 | 0 |
| HSL | 258.88º | 1% | 0.61% | - |
| HSV(B) | 258.88º | 0.77% | 1% | - |
| XYZ | 27.31 | 14.24 | 95.92 | - |
| YUV | 99 | 216.04 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 255 | 0.53 | 0.77 | 0 | 0 | 258.88 | 1 | 0.61 |
| Hex | 78 | 3A | FF | 35 | 4D | 0 | 0 | 103 | 64 | 3D |
| Octal | 170 | 72 | 377 | 65 | 115 | 0 | 0 | 403 | 144 | 75 |
| Binary | 1111000 | 111010 | 11111111 | 110101 | 1001101 | 0 | 0 | 100000011 | 1100100 | 111101 |
Color Harmonies of #783AFF
Complementary color
Monochromatic Colors of #783AFF
Black with #783AFF
Text Example
Text Example
White with #783AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783AFF; }
p { color: rgb(120,58,255); }
H1.HeaderClassName
{
color: #783AFF;
}
.AnyTagClassName
{
color: #783AFF;
}
</style>
background-color css
<style>
a { background-color: #783AFF; }
a { background-color: rgb(120,58,255); }
div.DivClassName
{
background-color: #783AFF;
}
.BgClassName
{
background-color: #783AFF;
}
</style>
border-color css
<style>
span { border-color: #783AFF; }
span { border-color: rgb(120,58,255); }
td.TdClassName
{
border-color: #783AFF;
}
.TagClassName
{
border-color: #783AFF;
}
</style>