Shades of Blue Violet #781AF3
Tints of Blue Violet #781AF3
RGB
CMYK
RGB Variations
Color information
#781AF3 (or 0x781AF3) is known color: Blue Violet. HEX triplet: 78, 1A and F3. RGB value is (120,26,243). Sum of RGB (Red+Green+Blue) = 120+26+243=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 243 (95.31% from 255 or 62.47% from 389); Max value from RGB is 243 - color contains mainly: blue. Hex color #781AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781AF3 is #87E50C. Grayscale: #4E4E4E. Windows color (decimal): -8905997 or 15932024. OLE color: 15932024.
HSL color Cylindrical-coordinate representation of color #781AF3: hue angle of 265.99º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781AF3 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 26 | 243 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.05 |
| HSL | 265.99º | 0.9% | 0.53% | - |
| HSV(B) | 265.99º | 0.89% | 0.95% | - |
| XYZ | 24.29 | 11.2 | 85.68 | - |
| YUV | 78.84 | 220.64 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 243 | 0.51 | 0.89 | 0 | 0.05 | 265.99 | 0.9 | 0.53 |
| Hex | 78 | 1A | F3 | 33 | 59 | 0 | 5 | 10A | 5A | 35 |
| Octal | 170 | 32 | 363 | 63 | 131 | 0 | 5 | 412 | 132 | 65 |
| Binary | 1111000 | 11010 | 11110011 | 110011 | 1011001 | 0 | 101 | 100001010 | 1011010 | 110101 |
Color Harmonies of #781AF3
Complementary color
Monochromatic Colors of #781AF3
Black with #781AF3
Text Example
Text Example
White with #781AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781AF3; }
p { color: rgb(120,26,243); }
H1.HeaderClassName
{
color: #781AF3;
}
.AnyTagClassName
{
color: #781AF3;
}
</style>
background-color css
<style>
a { background-color: #781AF3; }
a { background-color: rgb(120,26,243); }
div.DivClassName
{
background-color: #781AF3;
}
.BgClassName
{
background-color: #781AF3;
}
</style>
border-color css
<style>
span { border-color: #781AF3; }
span { border-color: rgb(120,26,243); }
td.TdClassName
{
border-color: #781AF3;
}
.TagClassName
{
border-color: #781AF3;
}
</style>