Shades of Blue Violet #781AD4
Tints of Blue Violet #781AD4
RGB
CMYK
RGB Variations
Color information
#781AD4 (or 0x781AD4) is known color: Blue Violet. HEX triplet: 78, 1A and D4. RGB value is (120,26,212). Sum of RGB (Red+Green+Blue) = 120+26+212=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 212 (83.20% from 255 or 59.22% from 358); Max value from RGB is 212 - color contains mainly: blue. Hex color #781AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781AD4 is #87E52B. Grayscale: #4A4A4A. Windows color (decimal): -8906028 or 13900408. OLE color: 13900408.
HSL color Cylindrical-coordinate representation of color #781AD4: hue angle of 270.32º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781AD4 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 26 | 212 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.17 |
| HSL | 270.32º | 0.78% | 0.47% | - |
| HSV(B) | 270.32º | 0.88% | 0.83% | - |
| XYZ | 20 | 9.49 | 63.06 | - |
| YUV | 75.31 | 205.14 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 212 | 0.43 | 0.88 | 0 | 0.17 | 270.32 | 0.78 | 0.47 |
| Hex | 78 | 1A | D4 | 2B | 58 | 0 | 11 | 10E | 4E | 2F |
| Octal | 170 | 32 | 324 | 53 | 130 | 0 | 21 | 416 | 116 | 57 |
| Binary | 1111000 | 11010 | 11010100 | 101011 | 1011000 | 0 | 10001 | 100001110 | 1001110 | 101111 |
Color Harmonies of #781AD4
Complementary color
Monochromatic Colors of #781AD4
Black with #781AD4
Text Example
Text Example
White with #781AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781AD4; }
p { color: rgb(120,26,212); }
H1.HeaderClassName
{
color: #781AD4;
}
.AnyTagClassName
{
color: #781AD4;
}
</style>
background-color css
<style>
a { background-color: #781AD4; }
a { background-color: rgb(120,26,212); }
div.DivClassName
{
background-color: #781AD4;
}
.BgClassName
{
background-color: #781AD4;
}
</style>
border-color css
<style>
span { border-color: #781AD4; }
span { border-color: rgb(120,26,212); }
td.TdClassName
{
border-color: #781AD4;
}
.TagClassName
{
border-color: #781AD4;
}
</style>