Shades of Blue Violet #781BCF
Tints of Blue Violet #781BCF
RGB
CMYK
RGB Variations
Color information
#781BCF (or 0x781BCF) is known color: Blue Violet. HEX triplet: 78, 1B and CF. RGB value is (120,27,207). Sum of RGB (Red+Green+Blue) = 120+27+207=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #781BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781BCF is #87E430. Grayscale: #4A4A4A. Windows color (decimal): -8905777 or 13572984. OLE color: 13572984.
HSL color Cylindrical-coordinate representation of color #781BCF: hue angle of 271º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781BCF is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 27 | 207 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.19 |
| HSL | 271º | 0.77% | 0.46% | - |
| HSV(B) | 271º | 0.87% | 0.81% | - |
| XYZ | 19.4 | 9.28 | 59.8 | - |
| YUV | 75.33 | 202.31 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 207 | 0.42 | 0.87 | 0 | 0.19 | 271 | 0.77 | 0.46 |
| Hex | 78 | 1B | CF | 2A | 57 | 0 | 13 | 10F | 4D | 2E |
| Octal | 170 | 33 | 317 | 52 | 127 | 0 | 23 | 417 | 115 | 56 |
| Binary | 1111000 | 11011 | 11001111 | 101010 | 1010111 | 0 | 10011 | 100001111 | 1001101 | 101110 |
Color Harmonies of #781BCF
Complementary color
Monochromatic Colors of #781BCF
Black with #781BCF
Text Example
Text Example
White with #781BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781BCF; }
p { color: rgb(120,27,207); }
H1.HeaderClassName
{
color: #781BCF;
}
.AnyTagClassName
{
color: #781BCF;
}
</style>
background-color css
<style>
a { background-color: #781BCF; }
a { background-color: rgb(120,27,207); }
div.DivClassName
{
background-color: #781BCF;
}
.BgClassName
{
background-color: #781BCF;
}
</style>
border-color css
<style>
span { border-color: #781BCF; }
span { border-color: rgb(120,27,207); }
td.TdClassName
{
border-color: #781BCF;
}
.TagClassName
{
border-color: #781BCF;
}
</style>