Shades of Blue Violet #7728FB
Tints of Blue Violet #7728FB
RGB
CMYK
RGB Variations
Color information
#7728FB (or 0x7728FB) is known color: Blue Violet. HEX triplet: 77, 28 and FB. RGB value is (119,40,251). Sum of RGB (Red+Green+Blue) = 119+40+251=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 40 (16.02% from 255 or 9.76% 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 #7728FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7728FB is #88D704. Grayscale: #565656. Windows color (decimal): -8967941 or 16459895. OLE color: 16459895.
HSL color Cylindrical-coordinate representation of color #7728FB: hue angle of 262.46º 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 #7728FB is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 40 | 251 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.02 |
| HSL | 262.46º | 0.96% | 0.57% | - |
| HSV(B) | 262.46º | 0.84% | 0.98% | - |
| XYZ | 25.78 | 12.4 | 92.3 | - |
| YUV | 87.68 | 220.17 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 251 | 0.53 | 0.84 | 0 | 0.02 | 262.46 | 0.96 | 0.57 |
| Hex | 77 | 28 | FB | 35 | 54 | 0 | 2 | 106 | 60 | 39 |
| Octal | 167 | 50 | 373 | 65 | 124 | 0 | 2 | 406 | 140 | 71 |
| Binary | 1110111 | 101000 | 11111011 | 110101 | 1010100 | 0 | 10 | 100000110 | 1100000 | 111001 |
Color Harmonies of #7728FB
Complementary color
Monochromatic Colors of #7728FB
Black with #7728FB
Text Example
Text Example
White with #7728FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7728FB; }
p { color: rgb(119,40,251); }
H1.HeaderClassName
{
color: #7728FB;
}
.AnyTagClassName
{
color: #7728FB;
}
</style>
background-color css
<style>
a { background-color: #7728FB; }
a { background-color: rgb(119,40,251); }
div.DivClassName
{
background-color: #7728FB;
}
.BgClassName
{
background-color: #7728FB;
}
</style>
border-color css
<style>
span { border-color: #7728FB; }
span { border-color: rgb(119,40,251); }
td.TdClassName
{
border-color: #7728FB;
}
.TagClassName
{
border-color: #7728FB;
}
</style>