Shades of Blue Violet #781AD6
Tints of Blue Violet #781AD6
RGB
CMYK
RGB Variations
Color information
#781AD6 (or 0x781AD6) is known color: Blue Violet. HEX triplet: 78, 1A and D6. RGB value is (120,26,214). Sum of RGB (Red+Green+Blue) = 120+26+214=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #781AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781AD6 is #87E529. Grayscale: #4A4A4A. Windows color (decimal): -8906026 or 14031480. OLE color: 14031480.
HSL color Cylindrical-coordinate representation of color #781AD6: hue angle of 270º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781AD6 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 26 | 214 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.16 |
| HSL | 270º | 0.78% | 0.47% | - |
| HSV(B) | 270º | 0.88% | 0.84% | - |
| XYZ | 20.25 | 9.59 | 64.4 | - |
| YUV | 75.54 | 206.14 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 214 | 0.44 | 0.88 | 0 | 0.16 | 270 | 0.78 | 0.47 |
| Hex | 78 | 1A | D6 | 2C | 58 | 0 | 10 | 10E | 4E | 2F |
| Octal | 170 | 32 | 326 | 54 | 130 | 0 | 20 | 416 | 116 | 57 |
| Binary | 1111000 | 11010 | 11010110 | 101100 | 1011000 | 0 | 10000 | 100001110 | 1001110 | 101111 |
Color Harmonies of #781AD6
Complementary color
Monochromatic Colors of #781AD6
Black with #781AD6
Text Example
Text Example
White with #781AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781AD6; }
p { color: rgb(120,26,214); }
H1.HeaderClassName
{
color: #781AD6;
}
.AnyTagClassName
{
color: #781AD6;
}
</style>
background-color css
<style>
a { background-color: #781AD6; }
a { background-color: rgb(120,26,214); }
div.DivClassName
{
background-color: #781AD6;
}
.BgClassName
{
background-color: #781AD6;
}
</style>
border-color css
<style>
span { border-color: #781AD6; }
span { border-color: rgb(120,26,214); }
td.TdClassName
{
border-color: #781AD6;
}
.TagClassName
{
border-color: #781AD6;
}
</style>