Shades of Blue Violet #7736DB
Tints of Blue Violet #7736DB
RGB
CMYK
RGB Variations
Color information
#7736DB (or 0x7736DB) is known color: Blue Violet. HEX triplet: 77, 36 and DB. RGB value is (119,54,219). Sum of RGB (Red+Green+Blue) = 119+54+219=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #7736DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7736DB is #88C924. Grayscale: #5B5B5B. Windows color (decimal): -8964389 or 14366327. OLE color: 14366327.
HSL color Cylindrical-coordinate representation of color #7736DB: hue angle of 263.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7736DB is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 54 | 219 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.14 |
| HSL | 263.64º | 0.7% | 0.54% | - |
| HSV(B) | 263.64º | 0.75% | 0.86% | - |
| XYZ | 21.71 | 11.67 | 68.13 | - |
| YUV | 92.25 | 199.53 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 219 | 0.46 | 0.75 | 0 | 0.14 | 263.64 | 0.7 | 0.54 |
| Hex | 77 | 36 | DB | 2E | 4B | 0 | E | 108 | 46 | 36 |
| Octal | 167 | 66 | 333 | 56 | 113 | 0 | 16 | 410 | 106 | 66 |
| Binary | 1110111 | 110110 | 11011011 | 101110 | 1001011 | 0 | 1110 | 100001000 | 1000110 | 110110 |
Color Harmonies of #7736DB
Complementary color
Monochromatic Colors of #7736DB
Black with #7736DB
Text Example
Text Example
White with #7736DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7736DB; }
p { color: rgb(119,54,219); }
H1.HeaderClassName
{
color: #7736DB;
}
.AnyTagClassName
{
color: #7736DB;
}
</style>
background-color css
<style>
a { background-color: #7736DB; }
a { background-color: rgb(119,54,219); }
div.DivClassName
{
background-color: #7736DB;
}
.BgClassName
{
background-color: #7736DB;
}
</style>
border-color css
<style>
span { border-color: #7736DB; }
span { border-color: rgb(119,54,219); }
td.TdClassName
{
border-color: #7736DB;
}
.TagClassName
{
border-color: #7736DB;
}
</style>