Shades of Blue Violet #7632F9
Tints of Blue Violet #7632F9
RGB
CMYK
RGB Variations
Color information
#7632F9 (or 0x7632F9) is known color: Blue Violet. HEX triplet: 76, 32 and F9. RGB value is (118,50,249). Sum of RGB (Red+Green+Blue) = 118+50+249=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 249 (97.66% from 255 or 59.71% from 417); Max value from RGB is 249 - color contains mainly: blue. Hex color #7632F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7632F9 is #89CD06. Grayscale: #5C5C5C. Windows color (decimal): -9030919 or 16331382. OLE color: 16331382.
HSL color Cylindrical-coordinate representation of color #7632F9: hue angle of 260.5º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7632F9 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 50 | 249 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.02 |
| HSL | 260.5º | 0.94% | 0.59% | - |
| HSV(B) | 260.5º | 0.8% | 0.98% | - |
| XYZ | 25.71 | 12.97 | 90.77 | - |
| YUV | 93.02 | 216.03 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 249 | 0.53 | 0.80 | 0 | 0.02 | 260.5 | 0.94 | 0.59 |
| Hex | 76 | 32 | F9 | 35 | 50 | 0 | 2 | 105 | 5E | 3B |
| Octal | 166 | 62 | 371 | 65 | 120 | 0 | 2 | 405 | 136 | 73 |
| Binary | 1110110 | 110010 | 11111001 | 110101 | 1010000 | 0 | 10 | 100000101 | 1011110 | 111011 |
Color Harmonies of #7632F9
Complementary color
Monochromatic Colors of #7632F9
Black with #7632F9
Text Example
Text Example
White with #7632F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632F9; }
p { color: rgb(118,50,249); }
H1.HeaderClassName
{
color: #7632F9;
}
.AnyTagClassName
{
color: #7632F9;
}
</style>
background-color css
<style>
a { background-color: #7632F9; }
a { background-color: rgb(118,50,249); }
div.DivClassName
{
background-color: #7632F9;
}
.BgClassName
{
background-color: #7632F9;
}
</style>
border-color css
<style>
span { border-color: #7632F9; }
span { border-color: rgb(118,50,249); }
td.TdClassName
{
border-color: #7632F9;
}
.TagClassName
{
border-color: #7632F9;
}
</style>