Shades of Blue Violet #7728FA
Tints of Blue Violet #7728FA
RGB
CMYK
RGB Variations
Color information
#7728FA (or 0x7728FA) is known color: Blue Violet. HEX triplet: 77, 28 and FA. RGB value is (119,40,250). Sum of RGB (Red+Green+Blue) = 119+40+250=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #7728FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7728FA is #88D705. Grayscale: #565656. Windows color (decimal): -8967942 or 16394359. OLE color: 16394359.
HSL color Cylindrical-coordinate representation of color #7728FA: hue angle of 262.57º degrees, saturation: 0.95, 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 #7728FA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 40 | 250 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.02 |
| HSL | 262.57º | 0.95% | 0.57% | - |
| HSV(B) | 262.57º | 0.84% | 0.98% | - |
| XYZ | 25.62 | 12.34 | 91.47 | - |
| YUV | 87.56 | 219.67 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 250 | 0.52 | 0.84 | 0 | 0.02 | 262.57 | 0.95 | 0.57 |
| Hex | 77 | 28 | FA | 34 | 54 | 0 | 2 | 107 | 5F | 39 |
| Octal | 167 | 50 | 372 | 64 | 124 | 0 | 2 | 407 | 137 | 71 |
| Binary | 1110111 | 101000 | 11111010 | 110100 | 1010100 | 0 | 10 | 100000111 | 1011111 | 111001 |
Color Harmonies of #7728FA
Complementary color
Monochromatic Colors of #7728FA
Black with #7728FA
Text Example
Text Example
White with #7728FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7728FA; }
p { color: rgb(119,40,250); }
H1.HeaderClassName
{
color: #7728FA;
}
.AnyTagClassName
{
color: #7728FA;
}
</style>
background-color css
<style>
a { background-color: #7728FA; }
a { background-color: rgb(119,40,250); }
div.DivClassName
{
background-color: #7728FA;
}
.BgClassName
{
background-color: #7728FA;
}
</style>
border-color css
<style>
span { border-color: #7728FA; }
span { border-color: rgb(119,40,250); }
td.TdClassName
{
border-color: #7728FA;
}
.TagClassName
{
border-color: #7728FA;
}
</style>