Shades of Blue Violet #781BDC
Tints of Blue Violet #781BDC
RGB
CMYK
RGB Variations
Color information
#781BDC (or 0x781BDC) is known color: Blue Violet. HEX triplet: 78, 1B and DC. RGB value is (120,27,220). Sum of RGB (Red+Green+Blue) = 120+27+220=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #781BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781BDC is #87E423. Grayscale: #4C4C4C. Windows color (decimal): -8905764 or 14424952. OLE color: 14424952.
HSL color Cylindrical-coordinate representation of color #781BDC: hue angle of 268.91º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781BDC is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 27 | 220 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.14 |
| HSL | 268.91º | 0.78% | 0.48% | - |
| HSV(B) | 268.91º | 0.88% | 0.86% | - |
| XYZ | 21.06 | 9.94 | 68.52 | - |
| YUV | 76.81 | 208.81 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 220 | 0.45 | 0.88 | 0 | 0.14 | 268.91 | 0.78 | 0.48 |
| Hex | 78 | 1B | DC | 2D | 58 | 0 | E | 10D | 4E | 30 |
| Octal | 170 | 33 | 334 | 55 | 130 | 0 | 16 | 415 | 116 | 60 |
| Binary | 1111000 | 11011 | 11011100 | 101101 | 1011000 | 0 | 1110 | 100001101 | 1001110 | 110000 |
Color Harmonies of #781BDC
Complementary color
Monochromatic Colors of #781BDC
Black with #781BDC
Text Example
Text Example
White with #781BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781BDC; }
p { color: rgb(120,27,220); }
H1.HeaderClassName
{
color: #781BDC;
}
.AnyTagClassName
{
color: #781BDC;
}
</style>
background-color css
<style>
a { background-color: #781BDC; }
a { background-color: rgb(120,27,220); }
div.DivClassName
{
background-color: #781BDC;
}
.BgClassName
{
background-color: #781BDC;
}
</style>
border-color css
<style>
span { border-color: #781BDC; }
span { border-color: rgb(120,27,220); }
td.TdClassName
{
border-color: #781BDC;
}
.TagClassName
{
border-color: #781BDC;
}
</style>