Shades of Blue Violet #7732FE
Tints of Blue Violet #7732FE
RGB
CMYK
RGB Variations
Color information
#7732FE (or 0x7732FE) is known color: Blue Violet. HEX triplet: 77, 32 and FE. RGB value is (119,50,254). Sum of RGB (Red+Green+Blue) = 119+50+254=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #7732FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7732FE is #88CD01. Grayscale: #5D5D5D. Windows color (decimal): -8965378 or 16659063. OLE color: 16659063.
HSL color Cylindrical-coordinate representation of color #7732FE: hue angle of 260.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7732FE is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 50 | 254 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.00 |
| HSL | 260.29º | 0.99% | 0.6% | - |
| HSV(B) | 260.29º | 0.8% | 1% | - |
| XYZ | 26.64 | 13.36 | 94.94 | - |
| YUV | 93.89 | 218.36 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 254 | 0.53 | 0.80 | 0 | 0.00 | 260.29 | 0.99 | 0.6 |
| Hex | 77 | 32 | FE | 35 | 50 | 0 | 0 | 104 | 63 | 3C |
| Octal | 167 | 62 | 376 | 65 | 120 | 0 | 0 | 404 | 143 | 74 |
| Binary | 1110111 | 110010 | 11111110 | 110101 | 1010000 | 0 | 0 | 100000100 | 1100011 | 111100 |
Color Harmonies of #7732FE
Complementary color
Monochromatic Colors of #7732FE
Black with #7732FE
Text Example
Text Example
White with #7732FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7732FE; }
p { color: rgb(119,50,254); }
H1.HeaderClassName
{
color: #7732FE;
}
.AnyTagClassName
{
color: #7732FE;
}
</style>
background-color css
<style>
a { background-color: #7732FE; }
a { background-color: rgb(119,50,254); }
div.DivClassName
{
background-color: #7732FE;
}
.BgClassName
{
background-color: #7732FE;
}
</style>
border-color css
<style>
span { border-color: #7732FE; }
span { border-color: rgb(119,50,254); }
td.TdClassName
{
border-color: #7732FE;
}
.TagClassName
{
border-color: #7732FE;
}
</style>