Shades of Blue Violet #7737F6
Tints of Blue Violet #7737F6
RGB
CMYK
RGB Variations
Color information
#7737F6 (or 0x7737F6) is known color: Blue Violet. HEX triplet: 77, 37 and F6. RGB value is (119,55,246). Sum of RGB (Red+Green+Blue) = 119+55+246=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #7737F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7737F6 is #88C809. Grayscale: #5F5F5F. Windows color (decimal): -8964106 or 16136055. OLE color: 16136055.
HSL color Cylindrical-coordinate representation of color #7737F6: hue angle of 260.1º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7737F6 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 55 | 246 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.04 |
| HSL | 260.1º | 0.91% | 0.59% | - |
| HSV(B) | 260.1º | 0.78% | 0.96% | - |
| XYZ | 25.61 | 13.31 | 88.41 | - |
| YUV | 95.91 | 212.7 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 246 | 0.52 | 0.78 | 0 | 0.04 | 260.1 | 0.91 | 0.59 |
| Hex | 77 | 37 | F6 | 34 | 4E | 0 | 4 | 104 | 5B | 3B |
| Octal | 167 | 67 | 366 | 64 | 116 | 0 | 4 | 404 | 133 | 73 |
| Binary | 1110111 | 110111 | 11110110 | 110100 | 1001110 | 0 | 100 | 100000100 | 1011011 | 111011 |
Color Harmonies of #7737F6
Complementary color
Monochromatic Colors of #7737F6
Black with #7737F6
Text Example
Text Example
White with #7737F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7737F6; }
p { color: rgb(119,55,246); }
H1.HeaderClassName
{
color: #7737F6;
}
.AnyTagClassName
{
color: #7737F6;
}
</style>
background-color css
<style>
a { background-color: #7737F6; }
a { background-color: rgb(119,55,246); }
div.DivClassName
{
background-color: #7737F6;
}
.BgClassName
{
background-color: #7737F6;
}
</style>
border-color css
<style>
span { border-color: #7737F6; }
span { border-color: rgb(119,55,246); }
td.TdClassName
{
border-color: #7737F6;
}
.TagClassName
{
border-color: #7737F6;
}
</style>