Shades of Blue Violet #782ADE
Tints of Blue Violet #782ADE
RGB
CMYK
RGB Variations
Color information
#782ADE (or 0x782ADE) is known color: Blue Violet. HEX triplet: 78, 2A and DE. RGB value is (120,42,222). Sum of RGB (Red+Green+Blue) = 120+42+222=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #782ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782ADE is #87D521. Grayscale: #555555. Windows color (decimal): -8901922 or 14559864. OLE color: 14559864.
HSL color Cylindrical-coordinate representation of color #782ADE: hue angle of 266º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #782ADE is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 42 | 222 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.13 |
| HSL | 266º | 0.73% | 0.52% | - |
| HSV(B) | 266º | 0.81% | 0.87% | - |
| XYZ | 21.76 | 10.92 | 70.07 | - |
| YUV | 85.84 | 204.84 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 222 | 0.46 | 0.81 | 0 | 0.13 | 266 | 0.73 | 0.52 |
| Hex | 78 | 2A | DE | 2E | 51 | 0 | D | 10A | 49 | 34 |
| Octal | 170 | 52 | 336 | 56 | 121 | 0 | 15 | 412 | 111 | 64 |
| Binary | 1111000 | 101010 | 11011110 | 101110 | 1010001 | 0 | 1101 | 100001010 | 1001001 | 110100 |
Color Harmonies of #782ADE
Complementary color
Monochromatic Colors of #782ADE
Black with #782ADE
Text Example
Text Example
White with #782ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782ADE; }
p { color: rgb(120,42,222); }
H1.HeaderClassName
{
color: #782ADE;
}
.AnyTagClassName
{
color: #782ADE;
}
</style>
background-color css
<style>
a { background-color: #782ADE; }
a { background-color: rgb(120,42,222); }
div.DivClassName
{
background-color: #782ADE;
}
.BgClassName
{
background-color: #782ADE;
}
</style>
border-color css
<style>
span { border-color: #782ADE; }
span { border-color: rgb(120,42,222); }
td.TdClassName
{
border-color: #782ADE;
}
.TagClassName
{
border-color: #782ADE;
}
</style>