Shades of Blue Violet #7A42FB
Tints of Blue Violet #7A42FB
RGB
CMYK
RGB Variations
Color information
#7A42FB (or 0x7A42FB) is known color: Blue Violet. HEX triplet: 7A, 42 and FB. RGB value is (122,66,251). Sum of RGB (Red+Green+Blue) = 122+66+251=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A42FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A42FB is #85BD04. Grayscale: #676767. Windows color (decimal): -8764677 or 16466554. OLE color: 16466554.
HSL color Cylindrical-coordinate representation of color #7A42FB: hue angle of 258.16º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A42FB is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 66 | 251 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.02 |
| HSL | 258.16º | 0.96% | 0.62% | - |
| HSV(B) | 258.16º | 0.74% | 0.98% | - |
| XYZ | 27.39 | 15 | 92.72 | - |
| YUV | 103.83 | 211.05 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 251 | 0.51 | 0.74 | 0 | 0.02 | 258.16 | 0.96 | 0.62 |
| Hex | 7A | 42 | FB | 33 | 4A | 0 | 2 | 102 | 60 | 3E |
| Octal | 172 | 102 | 373 | 63 | 112 | 0 | 2 | 402 | 140 | 76 |
| Binary | 1111010 | 1000010 | 11111011 | 110011 | 1001010 | 0 | 10 | 100000010 | 1100000 | 111110 |
Color Harmonies of #7A42FB
Complementary color
Monochromatic Colors of #7A42FB
Black with #7A42FB
Text Example
Text Example
White with #7A42FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A42FB; }
p { color: rgb(122,66,251); }
H1.HeaderClassName
{
color: #7A42FB;
}
.AnyTagClassName
{
color: #7A42FB;
}
</style>
background-color css
<style>
a { background-color: #7A42FB; }
a { background-color: rgb(122,66,251); }
div.DivClassName
{
background-color: #7A42FB;
}
.BgClassName
{
background-color: #7A42FB;
}
</style>
border-color css
<style>
span { border-color: #7A42FB; }
span { border-color: rgb(122,66,251); }
td.TdClassName
{
border-color: #7A42FB;
}
.TagClassName
{
border-color: #7A42FB;
}
</style>