Shades of Blue Violet #7732FA
Tints of Blue Violet #7732FA
RGB
CMYK
RGB Variations
Color information
#7732FA (or 0x7732FA) is known color: Blue Violet. HEX triplet: 77, 32 and FA. RGB value is (119,50,250). Sum of RGB (Red+Green+Blue) = 119+50+250=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #7732FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7732FA is #88CD05. Grayscale: #5C5C5C. Windows color (decimal): -8965382 or 16396919. OLE color: 16396919.
HSL color Cylindrical-coordinate representation of color #7732FA: hue angle of 260.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7732FA is Cyan = 0.52, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 50 | 250 | - |
| CMYK | 0.52 | 0.8 | 0 | 0.02 |
| HSL | 260.7º | 0.95% | 0.59% | - |
| HSV(B) | 260.7º | 0.8% | 0.98% | - |
| XYZ | 26 | 13.11 | 91.6 | - |
| YUV | 93.43 | 216.36 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 250 | 0.52 | 0.8 | 0 | 0.02 | 260.7 | 0.95 | 0.59 |
| Hex | 77 | 32 | FA | 34 | 50 | 0 | 2 | 105 | 5F | 3B |
| Octal | 167 | 62 | 372 | 64 | 120 | 0 | 2 | 405 | 137 | 73 |
| Binary | 1110111 | 110010 | 11111010 | 110100 | 1010000 | 0 | 10 | 100000101 | 1011111 | 111011 |
Color Harmonies of #7732FA
Complementary color
Monochromatic Colors of #7732FA
Black with #7732FA
Text Example
Text Example
White with #7732FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7732FA; }
p { color: rgb(119,50,250); }
H1.HeaderClassName
{
color: #7732FA;
}
.AnyTagClassName
{
color: #7732FA;
}
</style>
background-color css
<style>
a { background-color: #7732FA; }
a { background-color: rgb(119,50,250); }
div.DivClassName
{
background-color: #7732FA;
}
.BgClassName
{
background-color: #7732FA;
}
</style>
border-color css
<style>
span { border-color: #7732FA; }
span { border-color: rgb(119,50,250); }
td.TdClassName
{
border-color: #7732FA;
}
.TagClassName
{
border-color: #7732FA;
}
</style>