Shades of Blue Violet #7A43F6
Tints of Blue Violet #7A43F6
RGB
CMYK
RGB Variations
Color information
#7A43F6 (or 0x7A43F6) is known color: Blue Violet. HEX triplet: 7A, 43 and F6. RGB value is (122,67,246). Sum of RGB (Red+Green+Blue) = 122+67+246=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #7A43F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A43F6 is #85BC09. Grayscale: #676767. Windows color (decimal): -8764426 or 16139130. OLE color: 16139130.
HSL color Cylindrical-coordinate representation of color #7A43F6: hue angle of 258.44º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A43F6 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 67 | 246 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.04 |
| HSL | 258.44º | 0.91% | 0.61% | - |
| HSV(B) | 258.44º | 0.73% | 0.96% | - |
| XYZ | 26.67 | 14.81 | 88.64 | - |
| YUV | 103.85 | 208.22 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 246 | 0.50 | 0.73 | 0 | 0.04 | 258.44 | 0.91 | 0.61 |
| Hex | 7A | 43 | F6 | 32 | 49 | 0 | 4 | 102 | 5B | 3D |
| Octal | 172 | 103 | 366 | 62 | 111 | 0 | 4 | 402 | 133 | 75 |
| Binary | 1111010 | 1000011 | 11110110 | 110010 | 1001001 | 0 | 100 | 100000010 | 1011011 | 111101 |
Color Harmonies of #7A43F6
Complementary color
Monochromatic Colors of #7A43F6
Black with #7A43F6
Text Example
Text Example
White with #7A43F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A43F6; }
p { color: rgb(122,67,246); }
H1.HeaderClassName
{
color: #7A43F6;
}
.AnyTagClassName
{
color: #7A43F6;
}
</style>
background-color css
<style>
a { background-color: #7A43F6; }
a { background-color: rgb(122,67,246); }
div.DivClassName
{
background-color: #7A43F6;
}
.BgClassName
{
background-color: #7A43F6;
}
</style>
border-color css
<style>
span { border-color: #7A43F6; }
span { border-color: rgb(122,67,246); }
td.TdClassName
{
border-color: #7A43F6;
}
.TagClassName
{
border-color: #7A43F6;
}
</style>