Shades of Blue Violet #781AD8
Tints of Blue Violet #781AD8
RGB
CMYK
RGB Variations
Color information
#781AD8 (or 0x781AD8) is known color: Blue Violet. HEX triplet: 78, 1A and D8. RGB value is (120,26,216). Sum of RGB (Red+Green+Blue) = 120+26+216=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #781AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781AD8 is #87E527. Grayscale: #4B4B4B. Windows color (decimal): -8906024 or 14162552. OLE color: 14162552.
HSL color Cylindrical-coordinate representation of color #781AD8: hue angle of 269.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781AD8 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 26 | 216 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.15 |
| HSL | 269.68º | 0.79% | 0.47% | - |
| HSV(B) | 269.68º | 0.88% | 0.85% | - |
| XYZ | 20.51 | 9.69 | 65.76 | - |
| YUV | 75.77 | 207.14 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 216 | 0.44 | 0.88 | 0 | 0.15 | 269.68 | 0.79 | 0.47 |
| Hex | 78 | 1A | D8 | 2C | 58 | 0 | F | 10E | 4F | 2F |
| Octal | 170 | 32 | 330 | 54 | 130 | 0 | 17 | 416 | 117 | 57 |
| Binary | 1111000 | 11010 | 11011000 | 101100 | 1011000 | 0 | 1111 | 100001110 | 1001111 | 101111 |
Color Harmonies of #781AD8
Complementary color
Monochromatic Colors of #781AD8
Black with #781AD8
Text Example
Text Example
White with #781AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781AD8; }
p { color: rgb(120,26,216); }
H1.HeaderClassName
{
color: #781AD8;
}
.AnyTagClassName
{
color: #781AD8;
}
</style>
background-color css
<style>
a { background-color: #781AD8; }
a { background-color: rgb(120,26,216); }
div.DivClassName
{
background-color: #781AD8;
}
.BgClassName
{
background-color: #781AD8;
}
</style>
border-color css
<style>
span { border-color: #781AD8; }
span { border-color: rgb(120,26,216); }
td.TdClassName
{
border-color: #781AD8;
}
.TagClassName
{
border-color: #781AD8;
}
</style>