Shades of Blue Violet #7429FE
Tints of Blue Violet #7429FE
RGB
CMYK
RGB Variations
Color information
#7429FE (or 0x7429FE) is known color: Blue Violet. HEX triplet: 74, 29 and FE. RGB value is (116,41,254). Sum of RGB (Red+Green+Blue) = 116+41+254=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #7429FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7429FE is #8BD601. Grayscale: #565656. Windows color (decimal): -9164290 or 16656756. OLE color: 16656756.
HSL color Cylindrical-coordinate representation of color #7429FE: hue angle of 261.13º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7429FE is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 41 | 254 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.00 |
| HSL | 261.13º | 0.99% | 0.58% | - |
| HSV(B) | 261.13º | 0.84% | 1% | - |
| XYZ | 25.88 | 12.45 | 94.81 | - |
| YUV | 87.71 | 221.85 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 254 | 0.54 | 0.84 | 0 | 0.00 | 261.13 | 0.99 | 0.58 |
| Hex | 74 | 29 | FE | 36 | 54 | 0 | 0 | 105 | 63 | 3A |
| Octal | 164 | 51 | 376 | 66 | 124 | 0 | 0 | 405 | 143 | 72 |
| Binary | 1110100 | 101001 | 11111110 | 110110 | 1010100 | 0 | 0 | 100000101 | 1100011 | 111010 |
Color Harmonies of #7429FE
Complementary color
Monochromatic Colors of #7429FE
Black with #7429FE
Text Example
Text Example
White with #7429FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7429FE; }
p { color: rgb(116,41,254); }
H1.HeaderClassName
{
color: #7429FE;
}
.AnyTagClassName
{
color: #7429FE;
}
</style>
background-color css
<style>
a { background-color: #7429FE; }
a { background-color: rgb(116,41,254); }
div.DivClassName
{
background-color: #7429FE;
}
.BgClassName
{
background-color: #7429FE;
}
</style>
border-color css
<style>
span { border-color: #7429FE; }
span { border-color: rgb(116,41,254); }
td.TdClassName
{
border-color: #7429FE;
}
.TagClassName
{
border-color: #7429FE;
}
</style>