Shades of Blue Violet #781ACE
Tints of Blue Violet #781ACE
RGB
CMYK
RGB Variations
Color information
#781ACE (or 0x781ACE) is known color: Blue Violet. HEX triplet: 78, 1A and CE. RGB value is (120,26,206). Sum of RGB (Red+Green+Blue) = 120+26+206=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #781ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ACE is #87E531. Grayscale: #4A4A4A. Windows color (decimal): -8906034 or 13507192. OLE color: 13507192.
HSL color Cylindrical-coordinate representation of color #781ACE: hue angle of 271.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781ACE is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 26 | 206 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.19 |
| HSL | 271.33º | 0.78% | 0.45% | - |
| HSV(B) | 271.33º | 0.87% | 0.81% | - |
| XYZ | 19.26 | 9.19 | 59.15 | - |
| YUV | 74.63 | 202.14 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 206 | 0.42 | 0.87 | 0 | 0.19 | 271.33 | 0.78 | 0.45 |
| Hex | 78 | 1A | CE | 2A | 57 | 0 | 13 | 10F | 4E | 2D |
| Octal | 170 | 32 | 316 | 52 | 127 | 0 | 23 | 417 | 116 | 55 |
| Binary | 1111000 | 11010 | 11001110 | 101010 | 1010111 | 0 | 10011 | 100001111 | 1001110 | 101101 |
Color Harmonies of #781ACE
Complementary color
Monochromatic Colors of #781ACE
Black with #781ACE
Text Example
Text Example
White with #781ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781ACE; }
p { color: rgb(120,26,206); }
H1.HeaderClassName
{
color: #781ACE;
}
.AnyTagClassName
{
color: #781ACE;
}
</style>
background-color css
<style>
a { background-color: #781ACE; }
a { background-color: rgb(120,26,206); }
div.DivClassName
{
background-color: #781ACE;
}
.BgClassName
{
background-color: #781ACE;
}
</style>
border-color css
<style>
span { border-color: #781ACE; }
span { border-color: rgb(120,26,206); }
td.TdClassName
{
border-color: #781ACE;
}
.TagClassName
{
border-color: #781ACE;
}
</style>