Shades of Blue Violet #7C1CF7
Tints of Blue Violet #7C1CF7
RGB
CMYK
RGB Variations
Color information
#7C1CF7 (or 0x7C1CF7) is known color: Blue Violet. HEX triplet: 7C, 1C and F7. RGB value is (124,28,247). Sum of RGB (Red+Green+Blue) = 124+28+247=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 247 (96.88% from 255 or 61.90% from 399); Max value from RGB is 247 - color contains mainly: blue. Hex color #7C1CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1CF7 is #83E308. Grayscale: #505050. Windows color (decimal): -8643337 or 16194684. OLE color: 16194684.
HSL color Cylindrical-coordinate representation of color #7C1CF7: hue angle of 266.3º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C1CF7 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 28 | 247 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.03 |
| HSL | 266.3º | 0.93% | 0.54% | - |
| HSV(B) | 266.3º | 0.89% | 0.97% | - |
| XYZ | 25.52 | 11.83 | 88.93 | - |
| YUV | 81.67 | 221.3 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 28 | 247 | 0.50 | 0.89 | 0 | 0.03 | 266.3 | 0.93 | 0.54 |
| Hex | 7C | 1C | F7 | 32 | 59 | 0 | 3 | 10A | 5D | 36 |
| Octal | 174 | 34 | 367 | 62 | 131 | 0 | 3 | 412 | 135 | 66 |
| Binary | 1111100 | 11100 | 11110111 | 110010 | 1011001 | 0 | 11 | 100001010 | 1011101 | 110110 |
Color Harmonies of #7C1CF7
Complementary color
Monochromatic Colors of #7C1CF7
Black with #7C1CF7
Text Example
Text Example
White with #7C1CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1CF7; }
p { color: rgb(124,28,247); }
H1.HeaderClassName
{
color: #7C1CF7;
}
.AnyTagClassName
{
color: #7C1CF7;
}
</style>
background-color css
<style>
a { background-color: #7C1CF7; }
a { background-color: rgb(124,28,247); }
div.DivClassName
{
background-color: #7C1CF7;
}
.BgClassName
{
background-color: #7C1CF7;
}
</style>
border-color css
<style>
span { border-color: #7C1CF7; }
span { border-color: rgb(124,28,247); }
td.TdClassName
{
border-color: #7C1CF7;
}
.TagClassName
{
border-color: #7C1CF7;
}
</style>