Shades of Blue Violet #7726E4
Tints of Blue Violet #7726E4
RGB
CMYK
RGB Variations
Color information
#7726E4 (or 0x7726E4) is known color: Blue Violet. HEX triplet: 77, 26 and E4. RGB value is (119,38,228). Sum of RGB (Red+Green+Blue) = 119+38+228=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 228 (89.45% from 255 or 59.22% from 385); Max value from RGB is 228 - color contains mainly: blue. Hex color #7726E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7726E4 is #88D91B. Grayscale: #535353. Windows color (decimal): -8968476 or 14952055. OLE color: 14952055.
HSL color Cylindrical-coordinate representation of color #7726E4: hue angle of 265.58º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7726E4 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 38 | 228 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.11 |
| HSL | 265.58º | 0.78% | 0.52% | - |
| HSV(B) | 265.58º | 0.83% | 0.89% | - |
| XYZ | 22.3 | 10.91 | 74.33 | - |
| YUV | 83.88 | 209.34 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 228 | 0.48 | 0.83 | 0 | 0.11 | 265.58 | 0.78 | 0.52 |
| Hex | 77 | 26 | E4 | 30 | 53 | 0 | B | 10A | 4E | 34 |
| Octal | 167 | 46 | 344 | 60 | 123 | 0 | 13 | 412 | 116 | 64 |
| Binary | 1110111 | 100110 | 11100100 | 110000 | 1010011 | 0 | 1011 | 100001010 | 1001110 | 110100 |
Color Harmonies of #7726E4
Complementary color
Monochromatic Colors of #7726E4
Black with #7726E4
Text Example
Text Example
White with #7726E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7726E4; }
p { color: rgb(119,38,228); }
H1.HeaderClassName
{
color: #7726E4;
}
.AnyTagClassName
{
color: #7726E4;
}
</style>
background-color css
<style>
a { background-color: #7726E4; }
a { background-color: rgb(119,38,228); }
div.DivClassName
{
background-color: #7726E4;
}
.BgClassName
{
background-color: #7726E4;
}
</style>
border-color css
<style>
span { border-color: #7726E4; }
span { border-color: rgb(119,38,228); }
td.TdClassName
{
border-color: #7726E4;
}
.TagClassName
{
border-color: #7726E4;
}
</style>