Shades of Blue Violet #7628FB
Tints of Blue Violet #7628FB
RGB
CMYK
RGB Variations
Color information
#7628FB (or 0x7628FB) is known color: Blue Violet. HEX triplet: 76, 28 and FB. RGB value is (118,40,251). Sum of RGB (Red+Green+Blue) = 118+40+251=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #7628FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7628FB is #89D704. Grayscale: #565656. Windows color (decimal): -9033477 or 16459894. OLE color: 16459894.
HSL color Cylindrical-coordinate representation of color #7628FB: hue angle of 262.18º 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 #7628FB is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 40 | 251 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.02 |
| HSL | 262.18º | 0.96% | 0.57% | - |
| HSV(B) | 262.18º | 0.84% | 0.98% | - |
| XYZ | 25.64 | 12.33 | 92.3 | - |
| YUV | 87.38 | 220.34 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 251 | 0.53 | 0.84 | 0 | 0.02 | 262.18 | 0.96 | 0.57 |
| Hex | 76 | 28 | FB | 35 | 54 | 0 | 2 | 106 | 60 | 39 |
| Octal | 166 | 50 | 373 | 65 | 124 | 0 | 2 | 406 | 140 | 71 |
| Binary | 1110110 | 101000 | 11111011 | 110101 | 1010100 | 0 | 10 | 100000110 | 1100000 | 111001 |
Color Harmonies of #7628FB
Complementary color
Monochromatic Colors of #7628FB
Black with #7628FB
Text Example
Text Example
White with #7628FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7628FB; }
p { color: rgb(118,40,251); }
H1.HeaderClassName
{
color: #7628FB;
}
.AnyTagClassName
{
color: #7628FB;
}
</style>
background-color css
<style>
a { background-color: #7628FB; }
a { background-color: rgb(118,40,251); }
div.DivClassName
{
background-color: #7628FB;
}
.BgClassName
{
background-color: #7628FB;
}
</style>
border-color css
<style>
span { border-color: #7628FB; }
span { border-color: rgb(118,40,251); }
td.TdClassName
{
border-color: #7628FB;
}
.TagClassName
{
border-color: #7628FB;
}
</style>