Shades of Blue Violet #7A44EC
Tints of Blue Violet #7A44EC
RGB
CMYK
RGB Variations
Color information
#7A44EC (or 0x7A44EC) is known color: Blue Violet. HEX triplet: 7A, 44 and EC. RGB value is (122,68,236). Sum of RGB (Red+Green+Blue) = 122+68+236=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A44EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A44EC is #85BB13. Grayscale: #666666. Windows color (decimal): -8764180 or 15484026. OLE color: 15484026.
HSL color Cylindrical-coordinate representation of color #7A44EC: hue angle of 259.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A44EC is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 68 | 236 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.07 |
| HSL | 259.29º | 0.82% | 0.6% | - |
| HSV(B) | 259.29º | 0.71% | 0.93% | - |
| XYZ | 25.23 | 14.33 | 80.79 | - |
| YUV | 103.3 | 202.89 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 236 | 0.48 | 0.71 | 0 | 0.07 | 259.29 | 0.82 | 0.6 |
| Hex | 7A | 44 | EC | 30 | 47 | 0 | 7 | 103 | 52 | 3C |
| Octal | 172 | 104 | 354 | 60 | 107 | 0 | 7 | 403 | 122 | 74 |
| Binary | 1111010 | 1000100 | 11101100 | 110000 | 1000111 | 0 | 111 | 100000011 | 1010010 | 111100 |
Color Harmonies of #7A44EC
Complementary color
Monochromatic Colors of #7A44EC
Black with #7A44EC
Text Example
Text Example
White with #7A44EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A44EC; }
p { color: rgb(122,68,236); }
H1.HeaderClassName
{
color: #7A44EC;
}
.AnyTagClassName
{
color: #7A44EC;
}
</style>
background-color css
<style>
a { background-color: #7A44EC; }
a { background-color: rgb(122,68,236); }
div.DivClassName
{
background-color: #7A44EC;
}
.BgClassName
{
background-color: #7A44EC;
}
</style>
border-color css
<style>
span { border-color: #7A44EC; }
span { border-color: rgb(122,68,236); }
td.TdClassName
{
border-color: #7A44EC;
}
.TagClassName
{
border-color: #7A44EC;
}
</style>