Shades of Blue Violet #781CE7
Tints of Blue Violet #781CE7
RGB
CMYK
RGB Variations
Color information
#781CE7 (or 0x781CE7) is known color: Blue Violet. HEX triplet: 78, 1C and E7. RGB value is (120,28,231). Sum of RGB (Red+Green+Blue) = 120+28+231=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 231 (90.62% from 255 or 60.95% from 379); Max value from RGB is 231 - color contains mainly: blue. Hex color #781CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CE7 is #87E318. Grayscale: #4D4D4D. Windows color (decimal): -8905497 or 15146104. OLE color: 15146104.
HSL color Cylindrical-coordinate representation of color #781CE7: hue angle of 267.19º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781CE7 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 28 | 231 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.09 |
| HSL | 267.19º | 0.81% | 0.51% | - |
| HSV(B) | 267.19º | 0.88% | 0.91% | - |
| XYZ | 22.58 | 10.59 | 76.46 | - |
| YUV | 78.65 | 213.98 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 231 | 0.48 | 0.88 | 0 | 0.09 | 267.19 | 0.81 | 0.51 |
| Hex | 78 | 1C | E7 | 30 | 58 | 0 | 9 | 10B | 51 | 33 |
| Octal | 170 | 34 | 347 | 60 | 130 | 0 | 11 | 413 | 121 | 63 |
| Binary | 1111000 | 11100 | 11100111 | 110000 | 1011000 | 0 | 1001 | 100001011 | 1010001 | 110011 |
Color Harmonies of #781CE7
Complementary color
Monochromatic Colors of #781CE7
Black with #781CE7
Text Example
Text Example
White with #781CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CE7; }
p { color: rgb(120,28,231); }
H1.HeaderClassName
{
color: #781CE7;
}
.AnyTagClassName
{
color: #781CE7;
}
</style>
background-color css
<style>
a { background-color: #781CE7; }
a { background-color: rgb(120,28,231); }
div.DivClassName
{
background-color: #781CE7;
}
.BgClassName
{
background-color: #781CE7;
}
</style>
border-color css
<style>
span { border-color: #781CE7; }
span { border-color: rgb(120,28,231); }
td.TdClassName
{
border-color: #781CE7;
}
.TagClassName
{
border-color: #781CE7;
}
</style>