Shades of Blue Violet #7E3FFC
Tints of Blue Violet #7E3FFC
RGB
CMYK
RGB Variations
Color information
#7E3FFC (or 0x7E3FFC) is known color: Blue Violet. HEX triplet: 7E, 3F and FC. RGB value is (126,63,252). Sum of RGB (Red+Green+Blue) = 126+63+252=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E3FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E3FFC is #81C003. Grayscale: #666666. Windows color (decimal): -8503300 or 16531326. OLE color: 16531326.
HSL color Cylindrical-coordinate representation of color #7E3FFC: hue angle of 260º 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 #7E3FFC is Cyan = 0.5, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 63 | 252 | - |
| CMYK | 0.5 | 0.75 | 0 | 0.01 |
| HSL | 260º | 0.97% | 0.62% | - |
| HSV(B) | 260º | 0.75% | 0.99% | - |
| XYZ | 27.95 | 15.02 | 93.52 | - |
| YUV | 103.38 | 211.87 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 252 | 0.5 | 0.75 | 0 | 0.01 | 260 | 0.97 | 0.62 |
| Hex | 7E | 3F | FC | 32 | 4B | 0 | 1 | 104 | 61 | 3E |
| Octal | 176 | 77 | 374 | 62 | 113 | 0 | 1 | 404 | 141 | 76 |
| Binary | 1111110 | 111111 | 11111100 | 110010 | 1001011 | 0 | 1 | 100000100 | 1100001 | 111110 |
Color Harmonies of #7E3FFC
Complementary color
Monochromatic Colors of #7E3FFC
Black with #7E3FFC
Text Example
Text Example
White with #7E3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3FFC; }
p { color: rgb(126,63,252); }
H1.HeaderClassName
{
color: #7E3FFC;
}
.AnyTagClassName
{
color: #7E3FFC;
}
</style>
background-color css
<style>
a { background-color: #7E3FFC; }
a { background-color: rgb(126,63,252); }
div.DivClassName
{
background-color: #7E3FFC;
}
.BgClassName
{
background-color: #7E3FFC;
}
</style>
border-color css
<style>
span { border-color: #7E3FFC; }
span { border-color: rgb(126,63,252); }
td.TdClassName
{
border-color: #7E3FFC;
}
.TagClassName
{
border-color: #7E3FFC;
}
</style>