Shades of Blue Violet #7736DA
Tints of Blue Violet #7736DA
RGB
CMYK
RGB Variations
Color information
#7736DA (or 0x7736DA) is known color: Blue Violet. HEX triplet: 77, 36 and DA. RGB value is (119,54,218). Sum of RGB (Red+Green+Blue) = 119+54+218=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #7736DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7736DA is #88C925. Grayscale: #5B5B5B. Windows color (decimal): -8964390 or 14300791. OLE color: 14300791.
HSL color Cylindrical-coordinate representation of color #7736DA: hue angle of 263.78º degrees, saturation: 0.69, 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 #7736DA is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 54 | 218 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.15 |
| HSL | 263.78º | 0.69% | 0.53% | - |
| HSV(B) | 263.78º | 0.75% | 0.85% | - |
| XYZ | 21.58 | 11.62 | 67.44 | - |
| YUV | 92.13 | 199.03 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 218 | 0.45 | 0.75 | 0 | 0.15 | 263.78 | 0.69 | 0.53 |
| Hex | 77 | 36 | DA | 2D | 4B | 0 | F | 108 | 45 | 35 |
| Octal | 167 | 66 | 332 | 55 | 113 | 0 | 17 | 410 | 105 | 65 |
| Binary | 1110111 | 110110 | 11011010 | 101101 | 1001011 | 0 | 1111 | 100001000 | 1000101 | 110101 |
Color Harmonies of #7736DA
Complementary color
Monochromatic Colors of #7736DA
Black with #7736DA
Text Example
Text Example
White with #7736DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7736DA; }
p { color: rgb(119,54,218); }
H1.HeaderClassName
{
color: #7736DA;
}
.AnyTagClassName
{
color: #7736DA;
}
</style>
background-color css
<style>
a { background-color: #7736DA; }
a { background-color: rgb(119,54,218); }
div.DivClassName
{
background-color: #7736DA;
}
.BgClassName
{
background-color: #7736DA;
}
</style>
border-color css
<style>
span { border-color: #7736DA; }
span { border-color: rgb(119,54,218); }
td.TdClassName
{
border-color: #7736DA;
}
.TagClassName
{
border-color: #7736DA;
}
</style>