Shades of Blue Violet #783DDB
Tints of Blue Violet #783DDB
RGB
CMYK
RGB Variations
Color information
#783DDB (or 0x783DDB) is known color: Blue Violet. HEX triplet: 78, 3D and DB. RGB value is (120,61,219). Sum of RGB (Red+Green+Blue) = 120+61+219=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #783DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783DDB is #87C224. Grayscale: #606060. Windows color (decimal): -8897061 or 14368120. OLE color: 14368120.
HSL color Cylindrical-coordinate representation of color #783DDB: hue angle of 262.41º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #783DDB is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 61 | 219 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.14 |
| HSL | 262.41º | 0.69% | 0.55% | - |
| HSV(B) | 262.41º | 0.72% | 0.86% | - |
| XYZ | 22.2 | 12.45 | 68.25 | - |
| YUV | 96.65 | 197.05 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 219 | 0.45 | 0.72 | 0 | 0.14 | 262.41 | 0.69 | 0.55 |
| Hex | 78 | 3D | DB | 2D | 48 | 0 | E | 106 | 45 | 37 |
| Octal | 170 | 75 | 333 | 55 | 110 | 0 | 16 | 406 | 105 | 67 |
| Binary | 1111000 | 111101 | 11011011 | 101101 | 1001000 | 0 | 1110 | 100000110 | 1000101 | 110111 |
Color Harmonies of #783DDB
Complementary color
Monochromatic Colors of #783DDB
Black with #783DDB
Text Example
Text Example
White with #783DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783DDB; }
p { color: rgb(120,61,219); }
H1.HeaderClassName
{
color: #783DDB;
}
.AnyTagClassName
{
color: #783DDB;
}
</style>
background-color css
<style>
a { background-color: #783DDB; }
a { background-color: rgb(120,61,219); }
div.DivClassName
{
background-color: #783DDB;
}
.BgClassName
{
background-color: #783DDB;
}
</style>
border-color css
<style>
span { border-color: #783DDB; }
span { border-color: rgb(120,61,219); }
td.TdClassName
{
border-color: #783DDB;
}
.TagClassName
{
border-color: #783DDB;
}
</style>