Shades of Blue Violet #7736D5
Tints of Blue Violet #7736D5
RGB
CMYK
RGB Variations
Color information
#7736D5 (or 0x7736D5) is known color: Blue Violet. HEX triplet: 77, 36 and D5. RGB value is (119,54,213). Sum of RGB (Red+Green+Blue) = 119+54+213=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #7736D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7736D5 is #88C92A. Grayscale: #5A5A5A. Windows color (decimal): -8964395 or 13973111. OLE color: 13973111.
HSL color Cylindrical-coordinate representation of color #7736D5: hue angle of 264.53º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7736D5 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 54 | 213 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.16 |
| HSL | 264.53º | 0.65% | 0.52% | - |
| HSV(B) | 264.53º | 0.75% | 0.84% | - |
| XYZ | 20.94 | 11.36 | 64.04 | - |
| YUV | 91.56 | 196.53 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 213 | 0.44 | 0.75 | 0 | 0.16 | 264.53 | 0.65 | 0.52 |
| Hex | 77 | 36 | D5 | 2C | 4B | 0 | 10 | 109 | 41 | 34 |
| Octal | 167 | 66 | 325 | 54 | 113 | 0 | 20 | 411 | 101 | 64 |
| Binary | 1110111 | 110110 | 11010101 | 101100 | 1001011 | 0 | 10000 | 100001001 | 1000001 | 110100 |
Color Harmonies of #7736D5
Complementary color
Monochromatic Colors of #7736D5
Black with #7736D5
Text Example
Text Example
White with #7736D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7736D5; }
p { color: rgb(119,54,213); }
H1.HeaderClassName
{
color: #7736D5;
}
.AnyTagClassName
{
color: #7736D5;
}
</style>
background-color css
<style>
a { background-color: #7736D5; }
a { background-color: rgb(119,54,213); }
div.DivClassName
{
background-color: #7736D5;
}
.BgClassName
{
background-color: #7736D5;
}
</style>
border-color css
<style>
span { border-color: #7736D5; }
span { border-color: rgb(119,54,213); }
td.TdClassName
{
border-color: #7736D5;
}
.TagClassName
{
border-color: #7736D5;
}
</style>