Shades of Blue Violet #782CEC
Tints of Blue Violet #782CEC
RGB
CMYK
RGB Variations
Color information
#782CEC (or 0x782CEC) is known color: Blue Violet. HEX triplet: 78, 2C and EC. RGB value is (120,44,236). Sum of RGB (Red+Green+Blue) = 120+44+236=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #782CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #782CEC is #87D313. Grayscale: #575757. Windows color (decimal): -8901396 or 15477880. OLE color: 15477880.
HSL color Cylindrical-coordinate representation of color #782CEC: hue angle of 263.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #782CEC is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 44 | 236 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.07 |
| HSL | 263.75º | 0.83% | 0.55% | - |
| HSV(B) | 263.75º | 0.81% | 0.93% | - |
| XYZ | 23.79 | 11.85 | 80.39 | - |
| YUV | 88.61 | 211.18 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 236 | 0.49 | 0.81 | 0 | 0.07 | 263.75 | 0.83 | 0.55 |
| Hex | 78 | 2C | EC | 31 | 51 | 0 | 7 | 108 | 53 | 37 |
| Octal | 170 | 54 | 354 | 61 | 121 | 0 | 7 | 410 | 123 | 67 |
| Binary | 1111000 | 101100 | 11101100 | 110001 | 1010001 | 0 | 111 | 100001000 | 1010011 | 110111 |
Color Harmonies of #782CEC
Complementary color
Monochromatic Colors of #782CEC
Black with #782CEC
Text Example
Text Example
White with #782CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782CEC; }
p { color: rgb(120,44,236); }
H1.HeaderClassName
{
color: #782CEC;
}
.AnyTagClassName
{
color: #782CEC;
}
</style>
background-color css
<style>
a { background-color: #782CEC; }
a { background-color: rgb(120,44,236); }
div.DivClassName
{
background-color: #782CEC;
}
.BgClassName
{
background-color: #782CEC;
}
</style>
border-color css
<style>
span { border-color: #782CEC; }
span { border-color: rgb(120,44,236); }
td.TdClassName
{
border-color: #782CEC;
}
.TagClassName
{
border-color: #782CEC;
}
</style>