Shades of Blue Violet #782EDA
Tints of Blue Violet #782EDA
RGB
CMYK
RGB Variations
Color information
#782EDA (or 0x782EDA) is known color: Blue Violet. HEX triplet: 78, 2E and DA. RGB value is (120,46,218). Sum of RGB (Red+Green+Blue) = 120+46+218=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #782EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782EDA is #87D125. Grayscale: #575757. Windows color (decimal): -8900902 or 14298744. OLE color: 14298744.
HSL color Cylindrical-coordinate representation of color #782EDA: hue angle of 265.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782EDA is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 46 | 218 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.15 |
| HSL | 265.81º | 0.7% | 0.52% | - |
| HSV(B) | 265.81º | 0.79% | 0.85% | - |
| XYZ | 21.38 | 11.01 | 67.33 | - |
| YUV | 87.73 | 201.52 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 218 | 0.45 | 0.79 | 0 | 0.15 | 265.81 | 0.7 | 0.52 |
| Hex | 78 | 2E | DA | 2D | 4F | 0 | F | 10A | 46 | 34 |
| Octal | 170 | 56 | 332 | 55 | 117 | 0 | 17 | 412 | 106 | 64 |
| Binary | 1111000 | 101110 | 11011010 | 101101 | 1001111 | 0 | 1111 | 100001010 | 1000110 | 110100 |
Color Harmonies of #782EDA
Complementary color
Monochromatic Colors of #782EDA
Black with #782EDA
Text Example
Text Example
White with #782EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782EDA; }
p { color: rgb(120,46,218); }
H1.HeaderClassName
{
color: #782EDA;
}
.AnyTagClassName
{
color: #782EDA;
}
</style>
background-color css
<style>
a { background-color: #782EDA; }
a { background-color: rgb(120,46,218); }
div.DivClassName
{
background-color: #782EDA;
}
.BgClassName
{
background-color: #782EDA;
}
</style>
border-color css
<style>
span { border-color: #782EDA; }
span { border-color: rgb(120,46,218); }
td.TdClassName
{
border-color: #782EDA;
}
.TagClassName
{
border-color: #782EDA;
}
</style>