Shades of Blue Violet #783CD5
Tints of Blue Violet #783CD5
RGB
CMYK
RGB Variations
Color information
#783CD5 (or 0x783CD5) is known color: Blue Violet. HEX triplet: 78, 3C and D5. RGB value is (120,60,213). Sum of RGB (Red+Green+Blue) = 120+60+213=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 213 (83.59% from 255 or 54.20% from 393); Max value from RGB is 213 - color contains mainly: blue. Hex color #783CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783CD5 is #87C32A. Grayscale: #5E5E5E. Windows color (decimal): -8897323 or 13974648. OLE color: 13974648.
HSL color Cylindrical-coordinate representation of color #783CD5: hue angle of 263.53º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #783CD5 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 60 | 213 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.16 |
| HSL | 263.53º | 0.65% | 0.54% | - |
| HSV(B) | 263.53º | 0.72% | 0.84% | - |
| XYZ | 21.37 | 12.03 | 64.15 | - |
| YUV | 95.38 | 194.38 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 213 | 0.44 | 0.72 | 0 | 0.16 | 263.53 | 0.65 | 0.54 |
| Hex | 78 | 3C | D5 | 2C | 48 | 0 | 10 | 108 | 41 | 36 |
| Octal | 170 | 74 | 325 | 54 | 110 | 0 | 20 | 410 | 101 | 66 |
| Binary | 1111000 | 111100 | 11010101 | 101100 | 1001000 | 0 | 10000 | 100001000 | 1000001 | 110110 |
Color Harmonies of #783CD5
Complementary color
Monochromatic Colors of #783CD5
Black with #783CD5
Text Example
Text Example
White with #783CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783CD5; }
p { color: rgb(120,60,213); }
H1.HeaderClassName
{
color: #783CD5;
}
.AnyTagClassName
{
color: #783CD5;
}
</style>
background-color css
<style>
a { background-color: #783CD5; }
a { background-color: rgb(120,60,213); }
div.DivClassName
{
background-color: #783CD5;
}
.BgClassName
{
background-color: #783CD5;
}
</style>
border-color css
<style>
span { border-color: #783CD5; }
span { border-color: rgb(120,60,213); }
td.TdClassName
{
border-color: #783CD5;
}
.TagClassName
{
border-color: #783CD5;
}
</style>