Shades of Blue Violet #7736D9
Tints of Blue Violet #7736D9
RGB
CMYK
RGB Variations
Color information
#7736D9 (or 0x7736D9) is known color: Blue Violet. HEX triplet: 77, 36 and D9. RGB value is (119,54,217). Sum of RGB (Red+Green+Blue) = 119+54+217=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #7736D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7736D9 is #88C926. Grayscale: #5B5B5B. Windows color (decimal): -8964391 or 14235255. OLE color: 14235255.
HSL color Cylindrical-coordinate representation of color #7736D9: hue angle of 263.93º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7736D9 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 54 | 217 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.15 |
| HSL | 263.93º | 0.68% | 0.53% | - |
| HSV(B) | 263.93º | 0.75% | 0.85% | - |
| XYZ | 21.45 | 11.57 | 66.75 | - |
| YUV | 92.02 | 198.53 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 217 | 0.45 | 0.75 | 0 | 0.15 | 263.93 | 0.68 | 0.53 |
| Hex | 77 | 36 | D9 | 2D | 4B | 0 | F | 108 | 44 | 35 |
| Octal | 167 | 66 | 331 | 55 | 113 | 0 | 17 | 410 | 104 | 65 |
| Binary | 1110111 | 110110 | 11011001 | 101101 | 1001011 | 0 | 1111 | 100001000 | 1000100 | 110101 |
Color Harmonies of #7736D9
Complementary color
Monochromatic Colors of #7736D9
Black with #7736D9
Text Example
Text Example
White with #7736D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7736D9; }
p { color: rgb(119,54,217); }
H1.HeaderClassName
{
color: #7736D9;
}
.AnyTagClassName
{
color: #7736D9;
}
</style>
background-color css
<style>
a { background-color: #7736D9; }
a { background-color: rgb(119,54,217); }
div.DivClassName
{
background-color: #7736D9;
}
.BgClassName
{
background-color: #7736D9;
}
</style>
border-color css
<style>
span { border-color: #7736D9; }
span { border-color: rgb(119,54,217); }
td.TdClassName
{
border-color: #7736D9;
}
.TagClassName
{
border-color: #7736D9;
}
</style>