Shades of Blue Violet #7A42D5
Tints of Blue Violet #7A42D5
RGB
CMYK
RGB Variations
Color information
#7A42D5 (or 0x7A42D5) is known color: Blue Violet. HEX triplet: 7A, 42 and D5. RGB value is (122,66,213). Sum of RGB (Red+Green+Blue) = 122+66+213=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #7A42D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A42D5 is #85BD2A. Grayscale: #626262. Windows color (decimal): -8764715 or 13976186. OLE color: 13976186.
HSL color Cylindrical-coordinate representation of color #7A42D5: hue angle of 262.86º 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 #7A42D5 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 66 | 213 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.16 |
| HSL | 262.86º | 0.64% | 0.55% | - |
| HSV(B) | 262.86º | 0.69% | 0.84% | - |
| XYZ | 21.98 | 12.84 | 64.27 | - |
| YUV | 99.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 213 | 0.43 | 0.69 | 0 | 0.16 | 262.86 | 0.64 | 0.55 |
| Hex | 7A | 42 | D5 | 2B | 45 | 0 | 10 | 107 | 40 | 37 |
| Octal | 172 | 102 | 325 | 53 | 105 | 0 | 20 | 407 | 100 | 67 |
| Binary | 1111010 | 1000010 | 11010101 | 101011 | 1000101 | 0 | 10000 | 100000111 | 1000000 | 110111 |
Color Harmonies of #7A42D5
Complementary color
Monochromatic Colors of #7A42D5
Black with #7A42D5
Text Example
Text Example
White with #7A42D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A42D5; }
p { color: rgb(122,66,213); }
H1.HeaderClassName
{
color: #7A42D5;
}
.AnyTagClassName
{
color: #7A42D5;
}
</style>
background-color css
<style>
a { background-color: #7A42D5; }
a { background-color: rgb(122,66,213); }
div.DivClassName
{
background-color: #7A42D5;
}
.BgClassName
{
background-color: #7A42D5;
}
</style>
border-color css
<style>
span { border-color: #7A42D5; }
span { border-color: rgb(122,66,213); }
td.TdClassName
{
border-color: #7A42D5;
}
.TagClassName
{
border-color: #7A42D5;
}
</style>