Shades of Blue Violet #7731FC
Tints of Blue Violet #7731FC
RGB
CMYK
RGB Variations
Color information
#7731FC (or 0x7731FC) is known color: Blue Violet. HEX triplet: 77, 31 and FC. RGB value is (119,49,252). Sum of RGB (Red+Green+Blue) = 119+49+252=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #7731FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7731FC is #88CE03. Grayscale: #5C5C5C. Windows color (decimal): -8965636 or 16527735. OLE color: 16527735.
HSL color Cylindrical-coordinate representation of color #7731FC: hue angle of 260.69º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7731FC is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 49 | 252 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.01 |
| HSL | 260.69º | 0.97% | 0.59% | - |
| HSV(B) | 260.69º | 0.81% | 0.99% | - |
| XYZ | 26.28 | 13.15 | 93.25 | - |
| YUV | 93.07 | 217.69 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 252 | 0.53 | 0.81 | 0 | 0.01 | 260.69 | 0.97 | 0.59 |
| Hex | 77 | 31 | FC | 35 | 51 | 0 | 1 | 105 | 61 | 3B |
| Octal | 167 | 61 | 374 | 65 | 121 | 0 | 1 | 405 | 141 | 73 |
| Binary | 1110111 | 110001 | 11111100 | 110101 | 1010001 | 0 | 1 | 100000101 | 1100001 | 111011 |
Color Harmonies of #7731FC
Complementary color
Monochromatic Colors of #7731FC
Black with #7731FC
Text Example
Text Example
White with #7731FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731FC; }
p { color: rgb(119,49,252); }
H1.HeaderClassName
{
color: #7731FC;
}
.AnyTagClassName
{
color: #7731FC;
}
</style>
background-color css
<style>
a { background-color: #7731FC; }
a { background-color: rgb(119,49,252); }
div.DivClassName
{
background-color: #7731FC;
}
.BgClassName
{
background-color: #7731FC;
}
</style>
border-color css
<style>
span { border-color: #7731FC; }
span { border-color: rgb(119,49,252); }
td.TdClassName
{
border-color: #7731FC;
}
.TagClassName
{
border-color: #7731FC;
}
</style>