Shades of Blue Violet #7739FF
Tints of Blue Violet #7739FF
RGB
CMYK
RGB Variations
Color information
#7739FF (or 0x7739FF) is known color: Blue Violet. HEX triplet: 77, 39 and FF. RGB value is (119,57,255). Sum of RGB (Red+Green+Blue) = 119+57+255=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #7739FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7739FF is #88C600. Grayscale: #616161. Windows color (decimal): -8963585 or 16726391. OLE color: 16726391.
HSL color Cylindrical-coordinate representation of color #7739FF: hue angle of 258.79º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7739FF is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 57 | 255 | - |
| CMYK | 0.53 | 0.78 | 0 | 0 |
| HSL | 258.79º | 1% | 0.61% | - |
| HSV(B) | 258.79º | 0.78% | 1% | - |
| XYZ | 27.12 | 14.07 | 95.89 | - |
| YUV | 98.11 | 216.54 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 255 | 0.53 | 0.78 | 0 | 0 | 258.79 | 1 | 0.61 |
| Hex | 77 | 39 | FF | 35 | 4E | 0 | 0 | 103 | 64 | 3D |
| Octal | 167 | 71 | 377 | 65 | 116 | 0 | 0 | 403 | 144 | 75 |
| Binary | 1110111 | 111001 | 11111111 | 110101 | 1001110 | 0 | 0 | 100000011 | 1100100 | 111101 |
Color Harmonies of #7739FF
Complementary color
Monochromatic Colors of #7739FF
Black with #7739FF
Text Example
Text Example
White with #7739FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7739FF; }
p { color: rgb(119,57,255); }
H1.HeaderClassName
{
color: #7739FF;
}
.AnyTagClassName
{
color: #7739FF;
}
</style>
background-color css
<style>
a { background-color: #7739FF; }
a { background-color: rgb(119,57,255); }
div.DivClassName
{
background-color: #7739FF;
}
.BgClassName
{
background-color: #7739FF;
}
</style>
border-color css
<style>
span { border-color: #7739FF; }
span { border-color: rgb(119,57,255); }
td.TdClassName
{
border-color: #7739FF;
}
.TagClassName
{
border-color: #7739FF;
}
</style>