Shades of Blue Violet #7429F1
Tints of Blue Violet #7429F1
RGB
CMYK
RGB Variations
Color information
#7429F1 (or 0x7429F1) is known color: Blue Violet. HEX triplet: 74, 29 and F1. RGB value is (116,41,241). Sum of RGB (Red+Green+Blue) = 116+41+241=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #7429F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7429F1 is #8BD60E. Grayscale: #555555. Windows color (decimal): -9164303 or 15804788. OLE color: 15804788.
HSL color Cylindrical-coordinate representation of color #7429F1: hue angle of 262.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7429F1 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 41 | 241 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.05 |
| HSL | 262.5º | 0.88% | 0.55% | - |
| HSV(B) | 262.5º | 0.83% | 0.95% | - |
| XYZ | 23.87 | 11.65 | 84.21 | - |
| YUV | 86.23 | 215.35 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 241 | 0.52 | 0.83 | 0 | 0.05 | 262.5 | 0.88 | 0.55 |
| Hex | 74 | 29 | F1 | 34 | 53 | 0 | 5 | 106 | 58 | 37 |
| Octal | 164 | 51 | 361 | 64 | 123 | 0 | 5 | 406 | 130 | 67 |
| Binary | 1110100 | 101001 | 11110001 | 110100 | 1010011 | 0 | 101 | 100000110 | 1011000 | 110111 |
Color Harmonies of #7429F1
Complementary color
Monochromatic Colors of #7429F1
Black with #7429F1
Text Example
Text Example
White with #7429F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7429F1; }
p { color: rgb(116,41,241); }
H1.HeaderClassName
{
color: #7429F1;
}
.AnyTagClassName
{
color: #7429F1;
}
</style>
background-color css
<style>
a { background-color: #7429F1; }
a { background-color: rgb(116,41,241); }
div.DivClassName
{
background-color: #7429F1;
}
.BgClassName
{
background-color: #7429F1;
}
</style>
border-color css
<style>
span { border-color: #7429F1; }
span { border-color: rgb(116,41,241); }
td.TdClassName
{
border-color: #7429F1;
}
.TagClassName
{
border-color: #7429F1;
}
</style>