Shades of Blue Violet #783CDF
Tints of Blue Violet #783CDF
RGB
CMYK
RGB Variations
Color information
#783CDF (or 0x783CDF) is known color: Blue Violet. HEX triplet: 78, 3C and DF. RGB value is (120,60,223). Sum of RGB (Red+Green+Blue) = 120+60+223=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #783CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783CDF is #87C320. Grayscale: #5F5F5F. Windows color (decimal): -8897313 or 14630008. OLE color: 14630008.
HSL color Cylindrical-coordinate representation of color #783CDF: hue angle of 262.09º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #783CDF is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 60 | 223 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.13 |
| HSL | 262.09º | 0.72% | 0.55% | - |
| HSV(B) | 262.09º | 0.73% | 0.87% | - |
| XYZ | 22.68 | 12.55 | 71.04 | - |
| YUV | 96.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 223 | 0.46 | 0.73 | 0 | 0.13 | 262.09 | 0.72 | 0.55 |
| Hex | 78 | 3C | DF | 2E | 49 | 0 | D | 106 | 48 | 37 |
| Octal | 170 | 74 | 337 | 56 | 111 | 0 | 15 | 406 | 110 | 67 |
| Binary | 1111000 | 111100 | 11011111 | 101110 | 1001001 | 0 | 1101 | 100000110 | 1001000 | 110111 |
Color Harmonies of #783CDF
Complementary color
Monochromatic Colors of #783CDF
Black with #783CDF
Text Example
Text Example
White with #783CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783CDF; }
p { color: rgb(120,60,223); }
H1.HeaderClassName
{
color: #783CDF;
}
.AnyTagClassName
{
color: #783CDF;
}
</style>
background-color css
<style>
a { background-color: #783CDF; }
a { background-color: rgb(120,60,223); }
div.DivClassName
{
background-color: #783CDF;
}
.BgClassName
{
background-color: #783CDF;
}
</style>
border-color css
<style>
span { border-color: #783CDF; }
span { border-color: rgb(120,60,223); }
td.TdClassName
{
border-color: #783CDF;
}
.TagClassName
{
border-color: #783CDF;
}
</style>