Shades of Blue Violet #7A41D5
Tints of Blue Violet #7A41D5
RGB
CMYK
RGB Variations
Color information
#7A41D5 (or 0x7A41D5) is known color: Blue Violet. HEX triplet: 7A, 41 and D5. RGB value is (122,65,213). Sum of RGB (Red+Green+Blue) = 122+65+213=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #7A41D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A41D5 is #85BE2A. Grayscale: #626262. Windows color (decimal): -8764971 or 13975930. OLE color: 13975930.
HSL color Cylindrical-coordinate representation of color #7A41D5: hue angle of 263.11º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A41D5 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 65 | 213 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.16 |
| HSL | 263.11º | 0.64% | 0.55% | - |
| HSV(B) | 263.11º | 0.69% | 0.84% | - |
| XYZ | 21.93 | 12.72 | 64.25 | - |
| YUV | 98.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 65 | 213 | 0.43 | 0.69 | 0 | 0.16 | 263.11 | 0.64 | 0.55 |
| Hex | 7A | 41 | D5 | 2B | 45 | 0 | 10 | 107 | 40 | 37 |
| Octal | 172 | 101 | 325 | 53 | 105 | 0 | 20 | 407 | 100 | 67 |
| Binary | 1111010 | 1000001 | 11010101 | 101011 | 1000101 | 0 | 10000 | 100000111 | 1000000 | 110111 |
Color Harmonies of #7A41D5
Complementary color
Monochromatic Colors of #7A41D5
Black with #7A41D5
Text Example
Text Example
White with #7A41D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A41D5; }
p { color: rgb(122,65,213); }
H1.HeaderClassName
{
color: #7A41D5;
}
.AnyTagClassName
{
color: #7A41D5;
}
</style>
background-color css
<style>
a { background-color: #7A41D5; }
a { background-color: rgb(122,65,213); }
div.DivClassName
{
background-color: #7A41D5;
}
.BgClassName
{
background-color: #7A41D5;
}
</style>
border-color css
<style>
span { border-color: #7A41D5; }
span { border-color: rgb(122,65,213); }
td.TdClassName
{
border-color: #7A41D5;
}
.TagClassName
{
border-color: #7A41D5;
}
</style>