Shades of Blue Violet #7628FE
Tints of Blue Violet #7628FE
RGB
CMYK
RGB Variations
Color information
#7628FE (or 0x7628FE) is known color: Blue Violet. HEX triplet: 76, 28 and FE. RGB value is (118,40,254). Sum of RGB (Red+Green+Blue) = 118+40+254=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #7628FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7628FE is #89D701. Grayscale: #565656. Windows color (decimal): -9033474 or 16656502. OLE color: 16656502.
HSL color Cylindrical-coordinate representation of color #7628FE: hue angle of 261.87º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7628FE is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 40 | 254 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.00 |
| HSL | 261.87º | 0.99% | 0.58% | - |
| HSV(B) | 261.87º | 0.84% | 1% | - |
| XYZ | 26.12 | 12.52 | 94.81 | - |
| YUV | 87.72 | 221.84 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 254 | 0.54 | 0.84 | 0 | 0.00 | 261.87 | 0.99 | 0.58 |
| Hex | 76 | 28 | FE | 36 | 54 | 0 | 0 | 106 | 63 | 3A |
| Octal | 166 | 50 | 376 | 66 | 124 | 0 | 0 | 406 | 143 | 72 |
| Binary | 1110110 | 101000 | 11111110 | 110110 | 1010100 | 0 | 0 | 100000110 | 1100011 | 111010 |
Color Harmonies of #7628FE
Complementary color
Monochromatic Colors of #7628FE
Black with #7628FE
Text Example
Text Example
White with #7628FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7628FE; }
p { color: rgb(118,40,254); }
H1.HeaderClassName
{
color: #7628FE;
}
.AnyTagClassName
{
color: #7628FE;
}
</style>
background-color css
<style>
a { background-color: #7628FE; }
a { background-color: rgb(118,40,254); }
div.DivClassName
{
background-color: #7628FE;
}
.BgClassName
{
background-color: #7628FE;
}
</style>
border-color css
<style>
span { border-color: #7628FE; }
span { border-color: rgb(118,40,254); }
td.TdClassName
{
border-color: #7628FE;
}
.TagClassName
{
border-color: #7628FE;
}
</style>