Shades of Blue Violet #783ADE
Tints of Blue Violet #783ADE
RGB
CMYK
RGB Variations
Color information
#783ADE (or 0x783ADE) is known color: Blue Violet. HEX triplet: 78, 3A and DE. RGB value is (120,58,222). Sum of RGB (Red+Green+Blue) = 120+58+222=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #783ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783ADE is #87C521. Grayscale: #5E5E5E. Windows color (decimal): -8897826 or 14563960. OLE color: 14563960.
HSL color Cylindrical-coordinate representation of color #783ADE: hue angle of 262.68º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #783ADE is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 58 | 222 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.13 |
| HSL | 262.68º | 0.71% | 0.55% | - |
| HSV(B) | 262.68º | 0.74% | 0.87% | - |
| XYZ | 22.44 | 12.29 | 70.3 | - |
| YUV | 95.23 | 199.54 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 222 | 0.46 | 0.74 | 0 | 0.13 | 262.68 | 0.71 | 0.55 |
| Hex | 78 | 3A | DE | 2E | 4A | 0 | D | 107 | 47 | 37 |
| Octal | 170 | 72 | 336 | 56 | 112 | 0 | 15 | 407 | 107 | 67 |
| Binary | 1111000 | 111010 | 11011110 | 101110 | 1001010 | 0 | 1101 | 100000111 | 1000111 | 110111 |
Color Harmonies of #783ADE
Complementary color
Monochromatic Colors of #783ADE
Black with #783ADE
Text Example
Text Example
White with #783ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783ADE; }
p { color: rgb(120,58,222); }
H1.HeaderClassName
{
color: #783ADE;
}
.AnyTagClassName
{
color: #783ADE;
}
</style>
background-color css
<style>
a { background-color: #783ADE; }
a { background-color: rgb(120,58,222); }
div.DivClassName
{
background-color: #783ADE;
}
.BgClassName
{
background-color: #783ADE;
}
</style>
border-color css
<style>
span { border-color: #783ADE; }
span { border-color: rgb(120,58,222); }
td.TdClassName
{
border-color: #783ADE;
}
.TagClassName
{
border-color: #783ADE;
}
</style>