Shades of Blue Violet #781CD1
Tints of Blue Violet #781CD1
RGB
CMYK
RGB Variations
Color information
#781CD1 (or 0x781CD1) is known color: Blue Violet. HEX triplet: 78, 1C and D1. RGB value is (120,28,209). Sum of RGB (Red+Green+Blue) = 120+28+209=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #781CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CD1 is #87E32E. Grayscale: #4B4B4B. Windows color (decimal): -8905519 or 13704312. OLE color: 13704312.
HSL color Cylindrical-coordinate representation of color #781CD1: hue angle of 270.5º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781CD1 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 28 | 209 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.18 |
| HSL | 270.5º | 0.76% | 0.46% | - |
| HSV(B) | 270.5º | 0.87% | 0.82% | - |
| XYZ | 19.67 | 9.43 | 61.1 | - |
| YUV | 76.14 | 202.98 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 209 | 0.43 | 0.87 | 0 | 0.18 | 270.5 | 0.76 | 0.46 |
| Hex | 78 | 1C | D1 | 2B | 57 | 0 | 12 | 10E | 4C | 2E |
| Octal | 170 | 34 | 321 | 53 | 127 | 0 | 22 | 416 | 114 | 56 |
| Binary | 1111000 | 11100 | 11010001 | 101011 | 1010111 | 0 | 10010 | 100001110 | 1001100 | 101110 |
Color Harmonies of #781CD1
Complementary color
Monochromatic Colors of #781CD1
Black with #781CD1
Text Example
Text Example
White with #781CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CD1; }
p { color: rgb(120,28,209); }
H1.HeaderClassName
{
color: #781CD1;
}
.AnyTagClassName
{
color: #781CD1;
}
</style>
background-color css
<style>
a { background-color: #781CD1; }
a { background-color: rgb(120,28,209); }
div.DivClassName
{
background-color: #781CD1;
}
.BgClassName
{
background-color: #781CD1;
}
</style>
border-color css
<style>
span { border-color: #781CD1; }
span { border-color: rgb(120,28,209); }
td.TdClassName
{
border-color: #781CD1;
}
.TagClassName
{
border-color: #781CD1;
}
</style>