Shades of Blue Violet #783DDA
Tints of Blue Violet #783DDA
RGB
CMYK
RGB Variations
Color information
#783DDA (or 0x783DDA) is known color: Blue Violet. HEX triplet: 78, 3D and DA. RGB value is (120,61,218). Sum of RGB (Red+Green+Blue) = 120+61+218=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #783DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783DDA is #87C225. Grayscale: #5F5F5F. Windows color (decimal): -8897062 or 14302584. OLE color: 14302584.
HSL color Cylindrical-coordinate representation of color #783DDA: hue angle of 262.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #783DDA is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 61 | 218 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.15 |
| HSL | 262.55º | 0.68% | 0.55% | - |
| HSV(B) | 262.55º | 0.72% | 0.85% | - |
| XYZ | 22.07 | 12.39 | 67.56 | - |
| YUV | 96.54 | 196.55 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 218 | 0.45 | 0.72 | 0 | 0.15 | 262.55 | 0.68 | 0.55 |
| Hex | 78 | 3D | DA | 2D | 48 | 0 | F | 107 | 44 | 37 |
| Octal | 170 | 75 | 332 | 55 | 110 | 0 | 17 | 407 | 104 | 67 |
| Binary | 1111000 | 111101 | 11011010 | 101101 | 1001000 | 0 | 1111 | 100000111 | 1000100 | 110111 |
Color Harmonies of #783DDA
Complementary color
Monochromatic Colors of #783DDA
Black with #783DDA
Text Example
Text Example
White with #783DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783DDA; }
p { color: rgb(120,61,218); }
H1.HeaderClassName
{
color: #783DDA;
}
.AnyTagClassName
{
color: #783DDA;
}
</style>
background-color css
<style>
a { background-color: #783DDA; }
a { background-color: rgb(120,61,218); }
div.DivClassName
{
background-color: #783DDA;
}
.BgClassName
{
background-color: #783DDA;
}
</style>
border-color css
<style>
span { border-color: #783DDA; }
span { border-color: rgb(120,61,218); }
td.TdClassName
{
border-color: #783DDA;
}
.TagClassName
{
border-color: #783DDA;
}
</style>