Shades of Blue Violet #781EDC
Tints of Blue Violet #781EDC
RGB
CMYK
RGB Variations
Color information
#781EDC (or 0x781EDC) is known color: Blue Violet. HEX triplet: 78, 1E and DC. RGB value is (120,30,220). Sum of RGB (Red+Green+Blue) = 120+30+220=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #781EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781EDC is #87E123. Grayscale: #4D4D4D. Windows color (decimal): -8904996 or 14425720. OLE color: 14425720.
HSL color Cylindrical-coordinate representation of color #781EDC: hue angle of 268.42º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781EDC is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 30 | 220 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.14 |
| HSL | 268.42º | 0.76% | 0.49% | - |
| HSV(B) | 268.42º | 0.86% | 0.86% | - |
| XYZ | 21.13 | 10.09 | 68.54 | - |
| YUV | 78.57 | 207.82 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 220 | 0.45 | 0.86 | 0 | 0.14 | 268.42 | 0.76 | 0.49 |
| Hex | 78 | 1E | DC | 2D | 56 | 0 | E | 10C | 4C | 31 |
| Octal | 170 | 36 | 334 | 55 | 126 | 0 | 16 | 414 | 114 | 61 |
| Binary | 1111000 | 11110 | 11011100 | 101101 | 1010110 | 0 | 1110 | 100001100 | 1001100 | 110001 |
Color Harmonies of #781EDC
Complementary color
Monochromatic Colors of #781EDC
Black with #781EDC
Text Example
Text Example
White with #781EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781EDC; }
p { color: rgb(120,30,220); }
H1.HeaderClassName
{
color: #781EDC;
}
.AnyTagClassName
{
color: #781EDC;
}
</style>
background-color css
<style>
a { background-color: #781EDC; }
a { background-color: rgb(120,30,220); }
div.DivClassName
{
background-color: #781EDC;
}
.BgClassName
{
background-color: #781EDC;
}
</style>
border-color css
<style>
span { border-color: #781EDC; }
span { border-color: rgb(120,30,220); }
td.TdClassName
{
border-color: #781EDC;
}
.TagClassName
{
border-color: #781EDC;
}
</style>