Shades of Blue Violet #7C2FF5
Tints of Blue Violet #7C2FF5
RGB
CMYK
RGB Variations
Color information
#7C2FF5 (or 0x7C2FF5) is known color: Blue Violet. HEX triplet: 7C, 2F and F5. RGB value is (124,47,245). Sum of RGB (Red+Green+Blue) = 124+47+245=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 245 (96.09% from 255 or 58.89% from 416); Max value from RGB is 245 - color contains mainly: blue. Hex color #7C2FF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C2FF5 is #83D00A. Grayscale: #5B5B5B. Windows color (decimal): -8638475 or 16068476. OLE color: 16068476.
HSL color Cylindrical-coordinate representation of color #7C2FF5: hue angle of 263.33º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C2FF5 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 47 | 245 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.04 |
| HSL | 263.33º | 0.91% | 0.57% | - |
| HSV(B) | 263.33º | 0.81% | 0.96% | - |
| XYZ | 25.81 | 12.91 | 87.52 | - |
| YUV | 92.6 | 214.01 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 47 | 245 | 0.49 | 0.81 | 0 | 0.04 | 263.33 | 0.91 | 0.57 |
| Hex | 7C | 2F | F5 | 31 | 51 | 0 | 4 | 107 | 5B | 39 |
| Octal | 174 | 57 | 365 | 61 | 121 | 0 | 4 | 407 | 133 | 71 |
| Binary | 1111100 | 101111 | 11110101 | 110001 | 1010001 | 0 | 100 | 100000111 | 1011011 | 111001 |
Color Harmonies of #7C2FF5
Complementary color
Monochromatic Colors of #7C2FF5
Black with #7C2FF5
Text Example
Text Example
White with #7C2FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2FF5; }
p { color: rgb(124,47,245); }
H1.HeaderClassName
{
color: #7C2FF5;
}
.AnyTagClassName
{
color: #7C2FF5;
}
</style>
background-color css
<style>
a { background-color: #7C2FF5; }
a { background-color: rgb(124,47,245); }
div.DivClassName
{
background-color: #7C2FF5;
}
.BgClassName
{
background-color: #7C2FF5;
}
</style>
border-color css
<style>
span { border-color: #7C2FF5; }
span { border-color: rgb(124,47,245); }
td.TdClassName
{
border-color: #7C2FF5;
}
.TagClassName
{
border-color: #7C2FF5;
}
</style>