Shades of Blue Violet #783AE5
Tints of Blue Violet #783AE5
RGB
CMYK
RGB Variations
Color information
#783AE5 (or 0x783AE5) is known color: Blue Violet. HEX triplet: 78, 3A and E5. RGB value is (120,58,229). Sum of RGB (Red+Green+Blue) = 120+58+229=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #783AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783AE5 is #87C51A. Grayscale: #5F5F5F. Windows color (decimal): -8897819 or 15022712. OLE color: 15022712.
HSL color Cylindrical-coordinate representation of color #783AE5: hue angle of 261.75º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #783AE5 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 58 | 229 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.10 |
| HSL | 261.75º | 0.77% | 0.56% | - |
| HSV(B) | 261.75º | 0.75% | 0.9% | - |
| XYZ | 23.4 | 12.68 | 75.34 | - |
| YUV | 96.03 | 203.04 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 229 | 0.48 | 0.75 | 0 | 0.10 | 261.75 | 0.77 | 0.56 |
| Hex | 78 | 3A | E5 | 30 | 4B | 0 | A | 106 | 4D | 38 |
| Octal | 170 | 72 | 345 | 60 | 113 | 0 | 12 | 406 | 115 | 70 |
| Binary | 1111000 | 111010 | 11100101 | 110000 | 1001011 | 0 | 1010 | 100000110 | 1001101 | 111000 |
Color Harmonies of #783AE5
Complementary color
Monochromatic Colors of #783AE5
Black with #783AE5
Text Example
Text Example
White with #783AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783AE5; }
p { color: rgb(120,58,229); }
H1.HeaderClassName
{
color: #783AE5;
}
.AnyTagClassName
{
color: #783AE5;
}
</style>
background-color css
<style>
a { background-color: #783AE5; }
a { background-color: rgb(120,58,229); }
div.DivClassName
{
background-color: #783AE5;
}
.BgClassName
{
background-color: #783AE5;
}
</style>
border-color css
<style>
span { border-color: #783AE5; }
span { border-color: rgb(120,58,229); }
td.TdClassName
{
border-color: #783AE5;
}
.TagClassName
{
border-color: #783AE5;
}
</style>