Shades of Blue Violet #781ACF
Tints of Blue Violet #781ACF
RGB
CMYK
RGB Variations
Color information
#781ACF (or 0x781ACF) is known color: Blue Violet. HEX triplet: 78, 1A and CF. RGB value is (120,26,207). Sum of RGB (Red+Green+Blue) = 120+26+207=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #781ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ACF is #87E530. Grayscale: #4A4A4A. Windows color (decimal): -8906033 or 13572728. OLE color: 13572728.
HSL color Cylindrical-coordinate representation of color #781ACF: hue angle of 271.16º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781ACF is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 26 | 207 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.19 |
| HSL | 271.16º | 0.78% | 0.46% | - |
| HSV(B) | 271.16º | 0.87% | 0.81% | - |
| XYZ | 19.38 | 9.24 | 59.79 | - |
| YUV | 74.74 | 202.64 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 207 | 0.42 | 0.87 | 0 | 0.19 | 271.16 | 0.78 | 0.46 |
| Hex | 78 | 1A | CF | 2A | 57 | 0 | 13 | 10F | 4E | 2E |
| Octal | 170 | 32 | 317 | 52 | 127 | 0 | 23 | 417 | 116 | 56 |
| Binary | 1111000 | 11010 | 11001111 | 101010 | 1010111 | 0 | 10011 | 100001111 | 1001110 | 101110 |
Color Harmonies of #781ACF
Complementary color
Monochromatic Colors of #781ACF
Black with #781ACF
Text Example
Text Example
White with #781ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781ACF; }
p { color: rgb(120,26,207); }
H1.HeaderClassName
{
color: #781ACF;
}
.AnyTagClassName
{
color: #781ACF;
}
</style>
background-color css
<style>
a { background-color: #781ACF; }
a { background-color: rgb(120,26,207); }
div.DivClassName
{
background-color: #781ACF;
}
.BgClassName
{
background-color: #781ACF;
}
</style>
border-color css
<style>
span { border-color: #781ACF; }
span { border-color: rgb(120,26,207); }
td.TdClassName
{
border-color: #781ACF;
}
.TagClassName
{
border-color: #781ACF;
}
</style>