Shades of Blue Violet #7629FB
Tints of Blue Violet #7629FB
RGB
CMYK
RGB Variations
Color information
#7629FB (or 0x7629FB) is known color: Blue Violet. HEX triplet: 76, 29 and FB. RGB value is (118,41,251). Sum of RGB (Red+Green+Blue) = 118+41+251=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #7629FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7629FB is #89D604. Grayscale: #575757. Windows color (decimal): -9033221 or 16460150. OLE color: 16460150.
HSL color Cylindrical-coordinate representation of color #7629FB: hue angle of 262º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7629FB is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 41 | 251 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.02 |
| HSL | 262º | 0.96% | 0.57% | - |
| HSV(B) | 262º | 0.84% | 0.98% | - |
| XYZ | 25.68 | 12.4 | 92.31 | - |
| YUV | 87.96 | 220.01 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 251 | 0.53 | 0.84 | 0 | 0.02 | 262 | 0.96 | 0.57 |
| Hex | 76 | 29 | FB | 35 | 54 | 0 | 2 | 106 | 60 | 39 |
| Octal | 166 | 51 | 373 | 65 | 124 | 0 | 2 | 406 | 140 | 71 |
| Binary | 1110110 | 101001 | 11111011 | 110101 | 1010100 | 0 | 10 | 100000110 | 1100000 | 111001 |
Color Harmonies of #7629FB
Complementary color
Monochromatic Colors of #7629FB
Black with #7629FB
Text Example
Text Example
White with #7629FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7629FB; }
p { color: rgb(118,41,251); }
H1.HeaderClassName
{
color: #7629FB;
}
.AnyTagClassName
{
color: #7629FB;
}
</style>
background-color css
<style>
a { background-color: #7629FB; }
a { background-color: rgb(118,41,251); }
div.DivClassName
{
background-color: #7629FB;
}
.BgClassName
{
background-color: #7629FB;
}
</style>
border-color css
<style>
span { border-color: #7629FB; }
span { border-color: rgb(118,41,251); }
td.TdClassName
{
border-color: #7629FB;
}
.TagClassName
{
border-color: #7629FB;
}
</style>