Shades of Blue Violet #7739F8
Tints of Blue Violet #7739F8
RGB
CMYK
RGB Variations
Color information
#7739F8 (or 0x7739F8) is known color: Blue Violet. HEX triplet: 77, 39 and F8. RGB value is (119,57,248). Sum of RGB (Red+Green+Blue) = 119+57+248=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 248 (97.27% from 255 or 58.49% from 424); Max value from RGB is 248 - color contains mainly: blue. Hex color #7739F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7739F8 is #88C607. Grayscale: #606060. Windows color (decimal): -8963592 or 16267639. OLE color: 16267639.
HSL color Cylindrical-coordinate representation of color #7739F8: hue angle of 259.48º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7739F8 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 57 | 248 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.03 |
| HSL | 259.48º | 0.93% | 0.6% | - |
| HSV(B) | 259.48º | 0.77% | 0.97% | - |
| XYZ | 26.01 | 13.63 | 90.07 | - |
| YUV | 97.31 | 213.04 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 248 | 0.52 | 0.77 | 0 | 0.03 | 259.48 | 0.93 | 0.6 |
| Hex | 77 | 39 | F8 | 34 | 4D | 0 | 3 | 103 | 5D | 3C |
| Octal | 167 | 71 | 370 | 64 | 115 | 0 | 3 | 403 | 135 | 74 |
| Binary | 1110111 | 111001 | 11111000 | 110100 | 1001101 | 0 | 11 | 100000011 | 1011101 | 111100 |
Color Harmonies of #7739F8
Complementary color
Monochromatic Colors of #7739F8
Black with #7739F8
Text Example
Text Example
White with #7739F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7739F8; }
p { color: rgb(119,57,248); }
H1.HeaderClassName
{
color: #7739F8;
}
.AnyTagClassName
{
color: #7739F8;
}
</style>
background-color css
<style>
a { background-color: #7739F8; }
a { background-color: rgb(119,57,248); }
div.DivClassName
{
background-color: #7739F8;
}
.BgClassName
{
background-color: #7739F8;
}
</style>
border-color css
<style>
span { border-color: #7739F8; }
span { border-color: rgb(119,57,248); }
td.TdClassName
{
border-color: #7739F8;
}
.TagClassName
{
border-color: #7739F8;
}
</style>