Shades of Blue Violet #781BDF
Tints of Blue Violet #781BDF
RGB
CMYK
RGB Variations
Color information
#781BDF (or 0x781BDF) is known color: Blue Violet. HEX triplet: 78, 1B and DF. RGB value is (120,27,223). Sum of RGB (Red+Green+Blue) = 120+27+223=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #781BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781BDF is #87E420. Grayscale: #4C4C4C. Windows color (decimal): -8905761 or 14621560. OLE color: 14621560.
HSL color Cylindrical-coordinate representation of color #781BDF: hue angle of 268.47º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781BDF is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 27 | 223 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.13 |
| HSL | 268.47º | 0.78% | 0.49% | - |
| HSV(B) | 268.47º | 0.88% | 0.87% | - |
| XYZ | 21.46 | 10.1 | 70.63 | - |
| YUV | 77.15 | 210.31 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 223 | 0.46 | 0.88 | 0 | 0.13 | 268.47 | 0.78 | 0.49 |
| Hex | 78 | 1B | DF | 2E | 58 | 0 | D | 10C | 4E | 31 |
| Octal | 170 | 33 | 337 | 56 | 130 | 0 | 15 | 414 | 116 | 61 |
| Binary | 1111000 | 11011 | 11011111 | 101110 | 1011000 | 0 | 1101 | 100001100 | 1001110 | 110001 |
Color Harmonies of #781BDF
Complementary color
Monochromatic Colors of #781BDF
Black with #781BDF
Text Example
Text Example
White with #781BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781BDF; }
p { color: rgb(120,27,223); }
H1.HeaderClassName
{
color: #781BDF;
}
.AnyTagClassName
{
color: #781BDF;
}
</style>
background-color css
<style>
a { background-color: #781BDF; }
a { background-color: rgb(120,27,223); }
div.DivClassName
{
background-color: #781BDF;
}
.BgClassName
{
background-color: #781BDF;
}
</style>
border-color css
<style>
span { border-color: #781BDF; }
span { border-color: rgb(120,27,223); }
td.TdClassName
{
border-color: #781BDF;
}
.TagClassName
{
border-color: #781BDF;
}
</style>