Shades of Blue Violet #7629EA
Tints of Blue Violet #7629EA
RGB
CMYK
RGB Variations
Color information
#7629EA (or 0x7629EA) is known color: Blue Violet. HEX triplet: 76, 29 and EA. RGB value is (118,41,234). Sum of RGB (Red+Green+Blue) = 118+41+234=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #7629EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7629EA is #89D615. Grayscale: #555555. Windows color (decimal): -9033238 or 15346038. OLE color: 15346038.
HSL color Cylindrical-coordinate representation of color #7629EA: hue angle of 263.94º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7629EA is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 41 | 234 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.08 |
| HSL | 263.94º | 0.82% | 0.54% | - |
| HSV(B) | 263.94º | 0.82% | 0.92% | - |
| XYZ | 23.12 | 11.38 | 78.82 | - |
| YUV | 86.03 | 211.51 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 234 | 0.50 | 0.82 | 0 | 0.08 | 263.94 | 0.82 | 0.54 |
| Hex | 76 | 29 | EA | 32 | 52 | 0 | 8 | 108 | 52 | 36 |
| Octal | 166 | 51 | 352 | 62 | 122 | 0 | 10 | 410 | 122 | 66 |
| Binary | 1110110 | 101001 | 11101010 | 110010 | 1010010 | 0 | 1000 | 100001000 | 1010010 | 110110 |
Color Harmonies of #7629EA
Complementary color
Monochromatic Colors of #7629EA
Black with #7629EA
Text Example
Text Example
White with #7629EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7629EA; }
p { color: rgb(118,41,234); }
H1.HeaderClassName
{
color: #7629EA;
}
.AnyTagClassName
{
color: #7629EA;
}
</style>
background-color css
<style>
a { background-color: #7629EA; }
a { background-color: rgb(118,41,234); }
div.DivClassName
{
background-color: #7629EA;
}
.BgClassName
{
background-color: #7629EA;
}
</style>
border-color css
<style>
span { border-color: #7629EA; }
span { border-color: rgb(118,41,234); }
td.TdClassName
{
border-color: #7629EA;
}
.TagClassName
{
border-color: #7629EA;
}
</style>