Shades of Blue Violet #781AEF
Tints of Blue Violet #781AEF
RGB
CMYK
RGB Variations
Color information
#781AEF (or 0x781AEF) is known color: Blue Violet. HEX triplet: 78, 1A and EF. RGB value is (120,26,239). Sum of RGB (Red+Green+Blue) = 120+26+239=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #781AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781AEF is #87E510. Grayscale: #4D4D4D. Windows color (decimal): -8906001 or 15669880. OLE color: 15669880.
HSL color Cylindrical-coordinate representation of color #781AEF: hue angle of 266.48º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781AEF is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 26 | 239 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.06 |
| HSL | 266.48º | 0.87% | 0.52% | - |
| HSV(B) | 266.48º | 0.89% | 0.94% | - |
| XYZ | 23.7 | 10.96 | 82.53 | - |
| YUV | 78.39 | 218.64 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 239 | 0.50 | 0.89 | 0 | 0.06 | 266.48 | 0.87 | 0.52 |
| Hex | 78 | 1A | EF | 32 | 59 | 0 | 6 | 10A | 57 | 34 |
| Octal | 170 | 32 | 357 | 62 | 131 | 0 | 6 | 412 | 127 | 64 |
| Binary | 1111000 | 11010 | 11101111 | 110010 | 1011001 | 0 | 110 | 100001010 | 1010111 | 110100 |
Color Harmonies of #781AEF
Complementary color
Monochromatic Colors of #781AEF
Black with #781AEF
Text Example
Text Example
White with #781AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781AEF; }
p { color: rgb(120,26,239); }
H1.HeaderClassName
{
color: #781AEF;
}
.AnyTagClassName
{
color: #781AEF;
}
</style>
background-color css
<style>
a { background-color: #781AEF; }
a { background-color: rgb(120,26,239); }
div.DivClassName
{
background-color: #781AEF;
}
.BgClassName
{
background-color: #781AEF;
}
</style>
border-color css
<style>
span { border-color: #781AEF; }
span { border-color: rgb(120,26,239); }
td.TdClassName
{
border-color: #781AEF;
}
.TagClassName
{
border-color: #781AEF;
}
</style>