Shades of Blue Violet #781ED0
Tints of Blue Violet #781ED0
RGB
CMYK
RGB Variations
Color information
#781ED0 (or 0x781ED0) is known color: Blue Violet. HEX triplet: 78, 1E and D0. RGB value is (120,30,208). Sum of RGB (Red+Green+Blue) = 120+30+208=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #781ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ED0 is #87E12F. Grayscale: #4C4C4C. Windows color (decimal): -8905008 or 13639288. OLE color: 13639288.
HSL color Cylindrical-coordinate representation of color #781ED0: hue angle of 270.34º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781ED0 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 30 | 208 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.18 |
| HSL | 270.34º | 0.75% | 0.47% | - |
| HSV(B) | 270.34º | 0.86% | 0.82% | - |
| XYZ | 19.6 | 9.48 | 60.47 | - |
| YUV | 77.2 | 201.82 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 208 | 0.42 | 0.86 | 0 | 0.18 | 270.34 | 0.75 | 0.47 |
| Hex | 78 | 1E | D0 | 2A | 56 | 0 | 12 | 10E | 4B | 2F |
| Octal | 170 | 36 | 320 | 52 | 126 | 0 | 22 | 416 | 113 | 57 |
| Binary | 1111000 | 11110 | 11010000 | 101010 | 1010110 | 0 | 10010 | 100001110 | 1001011 | 101111 |
Color Harmonies of #781ED0
Complementary color
Monochromatic Colors of #781ED0
Black with #781ED0
Text Example
Text Example
White with #781ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781ED0; }
p { color: rgb(120,30,208); }
H1.HeaderClassName
{
color: #781ED0;
}
.AnyTagClassName
{
color: #781ED0;
}
</style>
background-color css
<style>
a { background-color: #781ED0; }
a { background-color: rgb(120,30,208); }
div.DivClassName
{
background-color: #781ED0;
}
.BgClassName
{
background-color: #781ED0;
}
</style>
border-color css
<style>
span { border-color: #781ED0; }
span { border-color: rgb(120,30,208); }
td.TdClassName
{
border-color: #781ED0;
}
.TagClassName
{
border-color: #781ED0;
}
</style>