Shades of Blue Violet #782DDF
Tints of Blue Violet #782DDF
RGB
CMYK
RGB Variations
Color information
#782DDF (or 0x782DDF) is known color: Blue Violet. HEX triplet: 78, 2D and DF. RGB value is (120,45,223). Sum of RGB (Red+Green+Blue) = 120+45+223=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #782DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782DDF is #87D220. Grayscale: #575757. Windows color (decimal): -8901153 or 14626168. OLE color: 14626168.
HSL color Cylindrical-coordinate representation of color #782DDF: hue angle of 265.28º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #782DDF is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 45 | 223 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.13 |
| HSL | 265.28º | 0.74% | 0.53% | - |
| HSV(B) | 265.28º | 0.8% | 0.87% | - |
| XYZ | 22 | 11.2 | 70.81 | - |
| YUV | 87.72 | 204.35 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 223 | 0.46 | 0.80 | 0 | 0.13 | 265.28 | 0.74 | 0.53 |
| Hex | 78 | 2D | DF | 2E | 50 | 0 | D | 109 | 4A | 35 |
| Octal | 170 | 55 | 337 | 56 | 120 | 0 | 15 | 411 | 112 | 65 |
| Binary | 1111000 | 101101 | 11011111 | 101110 | 1010000 | 0 | 1101 | 100001001 | 1001010 | 110101 |
Color Harmonies of #782DDF
Complementary color
Monochromatic Colors of #782DDF
Black with #782DDF
Text Example
Text Example
White with #782DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782DDF; }
p { color: rgb(120,45,223); }
H1.HeaderClassName
{
color: #782DDF;
}
.AnyTagClassName
{
color: #782DDF;
}
</style>
background-color css
<style>
a { background-color: #782DDF; }
a { background-color: rgb(120,45,223); }
div.DivClassName
{
background-color: #782DDF;
}
.BgClassName
{
background-color: #782DDF;
}
</style>
border-color css
<style>
span { border-color: #782DDF; }
span { border-color: rgb(120,45,223); }
td.TdClassName
{
border-color: #782DDF;
}
.TagClassName
{
border-color: #782DDF;
}
</style>