Shades of Blue Violet #7739E8
Tints of Blue Violet #7739E8
RGB
CMYK
RGB Variations
Color information
#7739E8 (or 0x7739E8) is known color: Blue Violet. HEX triplet: 77, 39 and E8. RGB value is (119,57,232). Sum of RGB (Red+Green+Blue) = 119+57+232=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 232 (91.02% from 255 or 56.86% from 408); Max value from RGB is 232 - color contains mainly: blue. Hex color #7739E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7739E8 is #88C617. Grayscale: #5E5E5E. Windows color (decimal): -8963608 or 15219063. OLE color: 15219063.
HSL color Cylindrical-coordinate representation of color #7739E8: hue angle of 261.26º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7739E8 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 57 | 232 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.09 |
| HSL | 261.26º | 0.79% | 0.57% | - |
| HSV(B) | 261.26º | 0.75% | 0.91% | - |
| XYZ | 23.64 | 12.67 | 77.54 | - |
| YUV | 95.49 | 205.04 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 232 | 0.49 | 0.75 | 0 | 0.09 | 261.26 | 0.79 | 0.57 |
| Hex | 77 | 39 | E8 | 31 | 4B | 0 | 9 | 105 | 4F | 39 |
| Octal | 167 | 71 | 350 | 61 | 113 | 0 | 11 | 405 | 117 | 71 |
| Binary | 1110111 | 111001 | 11101000 | 110001 | 1001011 | 0 | 1001 | 100000101 | 1001111 | 111001 |
Color Harmonies of #7739E8
Complementary color
Monochromatic Colors of #7739E8
Black with #7739E8
Text Example
Text Example
White with #7739E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7739E8; }
p { color: rgb(119,57,232); }
H1.HeaderClassName
{
color: #7739E8;
}
.AnyTagClassName
{
color: #7739E8;
}
</style>
background-color css
<style>
a { background-color: #7739E8; }
a { background-color: rgb(119,57,232); }
div.DivClassName
{
background-color: #7739E8;
}
.BgClassName
{
background-color: #7739E8;
}
</style>
border-color css
<style>
span { border-color: #7739E8; }
span { border-color: rgb(119,57,232); }
td.TdClassName
{
border-color: #7739E8;
}
.TagClassName
{
border-color: #7739E8;
}
</style>