Shades of Blue Violet #7A44E5
Tints of Blue Violet #7A44E5
RGB
CMYK
RGB Variations
Color information
#7A44E5 (or 0x7A44E5) is known color: Blue Violet. HEX triplet: 7A, 44 and E5. RGB value is (122,68,229). Sum of RGB (Red+Green+Blue) = 122+68+229=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 229 (89.84% from 255 or 54.65% from 419); Max value from RGB is 229 - color contains mainly: blue. Hex color #7A44E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A44E5 is #85BB1A. Grayscale: #656565. Windows color (decimal): -8764187 or 15025274. OLE color: 15025274.
HSL color Cylindrical-coordinate representation of color #7A44E5: hue angle of 260.12º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A44E5 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 68 | 229 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.10 |
| HSL | 260.12º | 0.76% | 0.58% | - |
| HSV(B) | 260.12º | 0.7% | 0.9% | - |
| XYZ | 24.24 | 13.93 | 75.54 | - |
| YUV | 102.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 229 | 0.47 | 0.70 | 0 | 0.10 | 260.12 | 0.76 | 0.58 |
| Hex | 7A | 44 | E5 | 2F | 46 | 0 | A | 104 | 4C | 3A |
| Octal | 172 | 104 | 345 | 57 | 106 | 0 | 12 | 404 | 114 | 72 |
| Binary | 1111010 | 1000100 | 11100101 | 101111 | 1000110 | 0 | 1010 | 100000100 | 1001100 | 111010 |
Color Harmonies of #7A44E5
Complementary color
Monochromatic Colors of #7A44E5
Black with #7A44E5
Text Example
Text Example
White with #7A44E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A44E5; }
p { color: rgb(122,68,229); }
H1.HeaderClassName
{
color: #7A44E5;
}
.AnyTagClassName
{
color: #7A44E5;
}
</style>
background-color css
<style>
a { background-color: #7A44E5; }
a { background-color: rgb(122,68,229); }
div.DivClassName
{
background-color: #7A44E5;
}
.BgClassName
{
background-color: #7A44E5;
}
</style>
border-color css
<style>
span { border-color: #7A44E5; }
span { border-color: rgb(122,68,229); }
td.TdClassName
{
border-color: #7A44E5;
}
.TagClassName
{
border-color: #7A44E5;
}
</style>