Shades of Blue Violet #7E32CF
Tints of Blue Violet #7E32CF
RGB
CMYK
RGB Variations
Color information
#7E32CF (or 0x7E32CF) is known color: Blue Violet. HEX triplet: 7E, 32 and CF. RGB value is (126,50,207). Sum of RGB (Red+Green+Blue) = 126+50+207=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E32CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E32CF is #81CD30. Grayscale: #5A5A5A. Windows color (decimal): -8506673 or 13578878. OLE color: 13578878.
HSL color Cylindrical-coordinate representation of color #7E32CF: hue angle of 269.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E32CF is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 50 | 207 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.19 |
| HSL | 269.04º | 0.62% | 0.5% | - |
| HSV(B) | 269.04º | 0.76% | 0.81% | - |
| XYZ | 21.01 | 11.22 | 60.09 | - |
| YUV | 90.62 | 193.68 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 207 | 0.39 | 0.76 | 0 | 0.19 | 269.04 | 0.62 | 0.5 |
| Hex | 7E | 32 | CF | 27 | 4C | 0 | 13 | 10D | 3E | 32 |
| Octal | 176 | 62 | 317 | 47 | 114 | 0 | 23 | 415 | 76 | 62 |
| Binary | 1111110 | 110010 | 11001111 | 100111 | 1001100 | 0 | 10011 | 100001101 | 111110 | 110010 |
Color Harmonies of #7E32CF
Complementary color
Monochromatic Colors of #7E32CF
Black with #7E32CF
Text Example
Text Example
White with #7E32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E32CF; }
p { color: rgb(126,50,207); }
H1.HeaderClassName
{
color: #7E32CF;
}
.AnyTagClassName
{
color: #7E32CF;
}
</style>
background-color css
<style>
a { background-color: #7E32CF; }
a { background-color: rgb(126,50,207); }
div.DivClassName
{
background-color: #7E32CF;
}
.BgClassName
{
background-color: #7E32CF;
}
</style>
border-color css
<style>
span { border-color: #7E32CF; }
span { border-color: rgb(126,50,207); }
td.TdClassName
{
border-color: #7E32CF;
}
.TagClassName
{
border-color: #7E32CF;
}
</style>