Shades of Blue Violet #7A42FC
Tints of Blue Violet #7A42FC
RGB
CMYK
RGB Variations
Color information
#7A42FC (or 0x7A42FC) is known color: Blue Violet. HEX triplet: 7A, 42 and FC. RGB value is (122,66,252). Sum of RGB (Red+Green+Blue) = 122+66+252=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A42FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A42FC is #85BD03. Grayscale: #676767. Windows color (decimal): -8764676 or 16532090. OLE color: 16532090.
HSL color Cylindrical-coordinate representation of color #7A42FC: hue angle of 258.06º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A42FC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 66 | 252 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.01 |
| HSL | 258.06º | 0.97% | 0.62% | - |
| HSV(B) | 258.06º | 0.74% | 0.99% | - |
| XYZ | 27.54 | 15.06 | 93.55 | - |
| YUV | 103.95 | 211.55 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 252 | 0.52 | 0.74 | 0 | 0.01 | 258.06 | 0.97 | 0.62 |
| Hex | 7A | 42 | FC | 34 | 4A | 0 | 1 | 102 | 61 | 3E |
| Octal | 172 | 102 | 374 | 64 | 112 | 0 | 1 | 402 | 141 | 76 |
| Binary | 1111010 | 1000010 | 11111100 | 110100 | 1001010 | 0 | 1 | 100000010 | 1100001 | 111110 |
Color Harmonies of #7A42FC
Complementary color
Monochromatic Colors of #7A42FC
Black with #7A42FC
Text Example
Text Example
White with #7A42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A42FC; }
p { color: rgb(122,66,252); }
H1.HeaderClassName
{
color: #7A42FC;
}
.AnyTagClassName
{
color: #7A42FC;
}
</style>
background-color css
<style>
a { background-color: #7A42FC; }
a { background-color: rgb(122,66,252); }
div.DivClassName
{
background-color: #7A42FC;
}
.BgClassName
{
background-color: #7A42FC;
}
</style>
border-color css
<style>
span { border-color: #7A42FC; }
span { border-color: rgb(122,66,252); }
td.TdClassName
{
border-color: #7A42FC;
}
.TagClassName
{
border-color: #7A42FC;
}
</style>