Shades of Blue Violet #7E32FE
Tints of Blue Violet #7E32FE
RGB
CMYK
RGB Variations
Color information
#7E32FE (or 0x7E32FE) is known color: Blue Violet. HEX triplet: 7E, 32 and FE. RGB value is (126,50,254). Sum of RGB (Red+Green+Blue) = 126+50+254=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E32FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E32FE is #81CD01. Grayscale: #5F5F5F. Windows color (decimal): -8506626 or 16659070. OLE color: 16659070.
HSL color Cylindrical-coordinate representation of color #7E32FE: hue angle of 262.35º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E32FE is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 50 | 254 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.00 |
| HSL | 262.35º | 0.99% | 0.6% | - |
| HSV(B) | 262.35º | 0.8% | 1% | - |
| XYZ | 27.63 | 13.87 | 94.99 | - |
| YUV | 95.98 | 217.18 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 254 | 0.50 | 0.80 | 0 | 0.00 | 262.35 | 0.99 | 0.6 |
| Hex | 7E | 32 | FE | 32 | 50 | 0 | 0 | 106 | 63 | 3C |
| Octal | 176 | 62 | 376 | 62 | 120 | 0 | 0 | 406 | 143 | 74 |
| Binary | 1111110 | 110010 | 11111110 | 110010 | 1010000 | 0 | 0 | 100000110 | 1100011 | 111100 |
Color Harmonies of #7E32FE
Complementary color
Monochromatic Colors of #7E32FE
Black with #7E32FE
Text Example
Text Example
White with #7E32FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E32FE; }
p { color: rgb(126,50,254); }
H1.HeaderClassName
{
color: #7E32FE;
}
.AnyTagClassName
{
color: #7E32FE;
}
</style>
background-color css
<style>
a { background-color: #7E32FE; }
a { background-color: rgb(126,50,254); }
div.DivClassName
{
background-color: #7E32FE;
}
.BgClassName
{
background-color: #7E32FE;
}
</style>
border-color css
<style>
span { border-color: #7E32FE; }
span { border-color: rgb(126,50,254); }
td.TdClassName
{
border-color: #7E32FE;
}
.TagClassName
{
border-color: #7E32FE;
}
</style>