Shades of Blue Violet #7739DA
Tints of Blue Violet #7739DA
RGB
CMYK
RGB Variations
Color information
#7739DA (or 0x7739DA) is known color: Blue Violet. HEX triplet: 77, 39 and DA. RGB value is (119,57,218). Sum of RGB (Red+Green+Blue) = 119+57+218=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #7739DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7739DA is #88C625. Grayscale: #5D5D5D. Windows color (decimal): -8963622 or 14301559. OLE color: 14301559.
HSL color Cylindrical-coordinate representation of color #7739DA: hue angle of 263.11º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7739DA is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 57 | 218 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.15 |
| HSL | 263.11º | 0.69% | 0.54% | - |
| HSV(B) | 263.11º | 0.74% | 0.85% | - |
| XYZ | 21.73 | 11.91 | 67.48 | - |
| YUV | 93.89 | 198.04 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 218 | 0.45 | 0.74 | 0 | 0.15 | 263.11 | 0.69 | 0.54 |
| Hex | 77 | 39 | DA | 2D | 4A | 0 | F | 107 | 45 | 36 |
| Octal | 167 | 71 | 332 | 55 | 112 | 0 | 17 | 407 | 105 | 66 |
| Binary | 1110111 | 111001 | 11011010 | 101101 | 1001010 | 0 | 1111 | 100000111 | 1000101 | 110110 |
Color Harmonies of #7739DA
Complementary color
Monochromatic Colors of #7739DA
Black with #7739DA
Text Example
Text Example
White with #7739DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7739DA; }
p { color: rgb(119,57,218); }
H1.HeaderClassName
{
color: #7739DA;
}
.AnyTagClassName
{
color: #7739DA;
}
</style>
background-color css
<style>
a { background-color: #7739DA; }
a { background-color: rgb(119,57,218); }
div.DivClassName
{
background-color: #7739DA;
}
.BgClassName
{
background-color: #7739DA;
}
</style>
border-color css
<style>
span { border-color: #7739DA; }
span { border-color: rgb(119,57,218); }
td.TdClassName
{
border-color: #7739DA;
}
.TagClassName
{
border-color: #7739DA;
}
</style>