Shades of Blue Violet #7F29EC
Tints of Blue Violet #7F29EC
RGB
CMYK
RGB Variations
Color information
#7F29EC (or 0x7F29EC) is known color: Blue Violet. HEX triplet: 7F, 29 and EC. RGB value is (127,41,236). Sum of RGB (Red+Green+Blue) = 127+41+236=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F29EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F29EC is #80D613. Grayscale: #585858. Windows color (decimal): -8443412 or 15477119. OLE color: 15477119.
HSL color Cylindrical-coordinate representation of color #7F29EC: hue angle of 266.46º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F29EC is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 41 | 236 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.07 |
| HSL | 266.46º | 0.84% | 0.54% | - |
| HSV(B) | 266.46º | 0.83% | 0.93% | - |
| XYZ | 24.69 | 12.15 | 80.4 | - |
| YUV | 88.94 | 210.99 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 236 | 0.46 | 0.83 | 0 | 0.07 | 266.46 | 0.84 | 0.54 |
| Hex | 7F | 29 | EC | 2E | 53 | 0 | 7 | 10A | 54 | 36 |
| Octal | 177 | 51 | 354 | 56 | 123 | 0 | 7 | 412 | 124 | 66 |
| Binary | 1111111 | 101001 | 11101100 | 101110 | 1010011 | 0 | 111 | 100001010 | 1010100 | 110110 |
Color Harmonies of #7F29EC
Complementary color
Monochromatic Colors of #7F29EC
Black with #7F29EC
Text Example
Text Example
White with #7F29EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F29EC; }
p { color: rgb(127,41,236); }
H1.HeaderClassName
{
color: #7F29EC;
}
.AnyTagClassName
{
color: #7F29EC;
}
</style>
background-color css
<style>
a { background-color: #7F29EC; }
a { background-color: rgb(127,41,236); }
div.DivClassName
{
background-color: #7F29EC;
}
.BgClassName
{
background-color: #7F29EC;
}
</style>
border-color css
<style>
span { border-color: #7F29EC; }
span { border-color: rgb(127,41,236); }
td.TdClassName
{
border-color: #7F29EC;
}
.TagClassName
{
border-color: #7F29EC;
}
</style>