Shades of Blue Violet #7632FB
Tints of Blue Violet #7632FB
RGB
CMYK
RGB Variations
Color information
#7632FB (or 0x7632FB) is known color: Blue Violet. HEX triplet: 76, 32 and FB. RGB value is (118,50,251). Sum of RGB (Red+Green+Blue) = 118+50+251=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #7632FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7632FB is #89CD04. Grayscale: #5C5C5C. Windows color (decimal): -9030917 or 16462454. OLE color: 16462454.
HSL color Cylindrical-coordinate representation of color #7632FB: hue angle of 260.3º degrees, saturation: 0.96, 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 #7632FB is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 50 | 251 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.02 |
| HSL | 260.3º | 0.96% | 0.59% | - |
| HSV(B) | 260.3º | 0.8% | 0.98% | - |
| XYZ | 26.02 | 13.1 | 92.42 | - |
| YUV | 93.25 | 217.03 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 251 | 0.53 | 0.80 | 0 | 0.02 | 260.3 | 0.96 | 0.59 |
| Hex | 76 | 32 | FB | 35 | 50 | 0 | 2 | 104 | 60 | 3B |
| Octal | 166 | 62 | 373 | 65 | 120 | 0 | 2 | 404 | 140 | 73 |
| Binary | 1110110 | 110010 | 11111011 | 110101 | 1010000 | 0 | 10 | 100000100 | 1100000 | 111011 |
Color Harmonies of #7632FB
Complementary color
Monochromatic Colors of #7632FB
Black with #7632FB
Text Example
Text Example
White with #7632FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632FB; }
p { color: rgb(118,50,251); }
H1.HeaderClassName
{
color: #7632FB;
}
.AnyTagClassName
{
color: #7632FB;
}
</style>
background-color css
<style>
a { background-color: #7632FB; }
a { background-color: rgb(118,50,251); }
div.DivClassName
{
background-color: #7632FB;
}
.BgClassName
{
background-color: #7632FB;
}
</style>
border-color css
<style>
span { border-color: #7632FB; }
span { border-color: rgb(118,50,251); }
td.TdClassName
{
border-color: #7632FB;
}
.TagClassName
{
border-color: #7632FB;
}
</style>