Shades of Blue Violet #7A42F9
Tints of Blue Violet #7A42F9
RGB
CMYK
RGB Variations
Color information
#7A42F9 (or 0x7A42F9) is known color: Blue Violet. HEX triplet: 7A, 42 and F9. RGB value is (122,66,249). Sum of RGB (Red+Green+Blue) = 122+66+249=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #7A42F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A42F9 is #85BD06. Grayscale: #666666. Windows color (decimal): -8764679 or 16335482. OLE color: 16335482.
HSL color Cylindrical-coordinate representation of color #7A42F9: hue angle of 258.36º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A42F9 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 66 | 249 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.02 |
| HSL | 258.36º | 0.94% | 0.62% | - |
| HSV(B) | 258.36º | 0.73% | 0.98% | - |
| XYZ | 27.07 | 14.87 | 91.07 | - |
| YUV | 103.61 | 210.05 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 249 | 0.51 | 0.73 | 0 | 0.02 | 258.36 | 0.94 | 0.62 |
| Hex | 7A | 42 | F9 | 33 | 49 | 0 | 2 | 102 | 5E | 3E |
| Octal | 172 | 102 | 371 | 63 | 111 | 0 | 2 | 402 | 136 | 76 |
| Binary | 1111010 | 1000010 | 11111001 | 110011 | 1001001 | 0 | 10 | 100000010 | 1011110 | 111110 |
Color Harmonies of #7A42F9
Complementary color
Monochromatic Colors of #7A42F9
Black with #7A42F9
Text Example
Text Example
White with #7A42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A42F9; }
p { color: rgb(122,66,249); }
H1.HeaderClassName
{
color: #7A42F9;
}
.AnyTagClassName
{
color: #7A42F9;
}
</style>
background-color css
<style>
a { background-color: #7A42F9; }
a { background-color: rgb(122,66,249); }
div.DivClassName
{
background-color: #7A42F9;
}
.BgClassName
{
background-color: #7A42F9;
}
</style>
border-color css
<style>
span { border-color: #7A42F9; }
span { border-color: rgb(122,66,249); }
td.TdClassName
{
border-color: #7A42F9;
}
.TagClassName
{
border-color: #7A42F9;
}
</style>