Shades of Blue Violet #781CED
Tints of Blue Violet #781CED
RGB
CMYK
RGB Variations
Color information
#781CED (or 0x781CED) is known color: Blue Violet. HEX triplet: 78, 1C and ED. RGB value is (120,28,237). Sum of RGB (Red+Green+Blue) = 120+28+237=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #781CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CED is #87E312. Grayscale: #4E4E4E. Windows color (decimal): -8905491 or 15539320. OLE color: 15539320.
HSL color Cylindrical-coordinate representation of color #781CED: hue angle of 266.41º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781CED is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 28 | 237 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.07 |
| HSL | 266.41º | 0.85% | 0.52% | - |
| HSV(B) | 266.41º | 0.88% | 0.93% | - |
| XYZ | 23.45 | 10.94 | 81 | - |
| YUV | 79.33 | 216.98 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 237 | 0.49 | 0.88 | 0 | 0.07 | 266.41 | 0.85 | 0.52 |
| Hex | 78 | 1C | ED | 31 | 58 | 0 | 7 | 10A | 55 | 34 |
| Octal | 170 | 34 | 355 | 61 | 130 | 0 | 7 | 412 | 125 | 64 |
| Binary | 1111000 | 11100 | 11101101 | 110001 | 1011000 | 0 | 111 | 100001010 | 1010101 | 110100 |
Color Harmonies of #781CED
Complementary color
Monochromatic Colors of #781CED
Black with #781CED
Text Example
Text Example
White with #781CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CED; }
p { color: rgb(120,28,237); }
H1.HeaderClassName
{
color: #781CED;
}
.AnyTagClassName
{
color: #781CED;
}
</style>
background-color css
<style>
a { background-color: #781CED; }
a { background-color: rgb(120,28,237); }
div.DivClassName
{
background-color: #781CED;
}
.BgClassName
{
background-color: #781CED;
}
</style>
border-color css
<style>
span { border-color: #781CED; }
span { border-color: rgb(120,28,237); }
td.TdClassName
{
border-color: #781CED;
}
.TagClassName
{
border-color: #781CED;
}
</style>