Shades of Blue Violet #7C3FFC
Tints of Blue Violet #7C3FFC
RGB
CMYK
RGB Variations
Color information
#7C3FFC (or 0x7C3FFC) is known color: Blue Violet. HEX triplet: 7C, 3F and FC. RGB value is (124,63,252). Sum of RGB (Red+Green+Blue) = 124+63+252=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C3FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C3FFC is #83C003. Grayscale: #666666. Windows color (decimal): -8634372 or 16531324. OLE color: 16531324.
HSL color Cylindrical-coordinate representation of color #7C3FFC: hue angle of 259.37º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C3FFC is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 63 | 252 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.01 |
| HSL | 259.37º | 0.97% | 0.62% | - |
| HSV(B) | 259.37º | 0.75% | 0.99% | - |
| XYZ | 27.66 | 14.87 | 93.51 | - |
| YUV | 102.79 | 212.21 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 63 | 252 | 0.51 | 0.75 | 0 | 0.01 | 259.37 | 0.97 | 0.62 |
| Hex | 7C | 3F | FC | 33 | 4B | 0 | 1 | 103 | 61 | 3E |
| Octal | 174 | 77 | 374 | 63 | 113 | 0 | 1 | 403 | 141 | 76 |
| Binary | 1111100 | 111111 | 11111100 | 110011 | 1001011 | 0 | 1 | 100000011 | 1100001 | 111110 |
Color Harmonies of #7C3FFC
Complementary color
Monochromatic Colors of #7C3FFC
Black with #7C3FFC
Text Example
Text Example
White with #7C3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3FFC; }
p { color: rgb(124,63,252); }
H1.HeaderClassName
{
color: #7C3FFC;
}
.AnyTagClassName
{
color: #7C3FFC;
}
</style>
background-color css
<style>
a { background-color: #7C3FFC; }
a { background-color: rgb(124,63,252); }
div.DivClassName
{
background-color: #7C3FFC;
}
.BgClassName
{
background-color: #7C3FFC;
}
</style>
border-color css
<style>
span { border-color: #7C3FFC; }
span { border-color: rgb(124,63,252); }
td.TdClassName
{
border-color: #7C3FFC;
}
.TagClassName
{
border-color: #7C3FFC;
}
</style>