Shades of Blue Violet #7A1EFC
Tints of Blue Violet #7A1EFC
RGB
CMYK
RGB Variations
Color information
#7A1EFC (or 0x7A1EFC) is known color: Blue Violet. HEX triplet: 7A, 1E and FC. RGB value is (122,30,252). Sum of RGB (Red+Green+Blue) = 122+30+252=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A1EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1EFC is #85E103. Grayscale: #525252. Windows color (decimal): -8773892 or 16522874. OLE color: 16522874.
HSL color Cylindrical-coordinate representation of color #7A1EFC: hue angle of 264.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1EFC is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 30 | 252 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.01 |
| HSL | 264.86º | 0.97% | 0.55% | - |
| HSV(B) | 264.86º | 0.88% | 0.99% | - |
| XYZ | 26.06 | 12.09 | 93.06 | - |
| YUV | 82.82 | 223.48 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 252 | 0.52 | 0.88 | 0 | 0.01 | 264.86 | 0.97 | 0.55 |
| Hex | 7A | 1E | FC | 34 | 58 | 0 | 1 | 109 | 61 | 37 |
| Octal | 172 | 36 | 374 | 64 | 130 | 0 | 1 | 411 | 141 | 67 |
| Binary | 1111010 | 11110 | 11111100 | 110100 | 1011000 | 0 | 1 | 100001001 | 1100001 | 110111 |
Color Harmonies of #7A1EFC
Complementary color
Monochromatic Colors of #7A1EFC
Black with #7A1EFC
Text Example
Text Example
White with #7A1EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1EFC; }
p { color: rgb(122,30,252); }
H1.HeaderClassName
{
color: #7A1EFC;
}
.AnyTagClassName
{
color: #7A1EFC;
}
</style>
background-color css
<style>
a { background-color: #7A1EFC; }
a { background-color: rgb(122,30,252); }
div.DivClassName
{
background-color: #7A1EFC;
}
.BgClassName
{
background-color: #7A1EFC;
}
</style>
border-color css
<style>
span { border-color: #7A1EFC; }
span { border-color: rgb(122,30,252); }
td.TdClassName
{
border-color: #7A1EFC;
}
.TagClassName
{
border-color: #7A1EFC;
}
</style>