Shades of Blue Violet #7632FA
Tints of Blue Violet #7632FA
RGB
CMYK
RGB Variations
Color information
#7632FA (or 0x7632FA) is known color: Blue Violet. HEX triplet: 76, 32 and FA. RGB value is (118,50,250). Sum of RGB (Red+Green+Blue) = 118+50+250=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #7632FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7632FA is #89CD05. Grayscale: #5C5C5C. Windows color (decimal): -9030918 or 16396918. OLE color: 16396918.
HSL color Cylindrical-coordinate representation of color #7632FA: hue angle of 260.4º 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 #7632FA is Cyan = 0.53, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 50 | 250 | - |
| CMYK | 0.53 | 0.8 | 0 | 0.02 |
| HSL | 260.4º | 0.95% | 0.59% | - |
| HSV(B) | 260.4º | 0.8% | 0.98% | - |
| XYZ | 25.87 | 13.03 | 91.6 | - |
| YUV | 93.13 | 216.53 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 250 | 0.53 | 0.8 | 0 | 0.02 | 260.4 | 0.95 | 0.59 |
| Hex | 76 | 32 | FA | 35 | 50 | 0 | 2 | 104 | 5F | 3B |
| Octal | 166 | 62 | 372 | 65 | 120 | 0 | 2 | 404 | 137 | 73 |
| Binary | 1110110 | 110010 | 11111010 | 110101 | 1010000 | 0 | 10 | 100000100 | 1011111 | 111011 |
Color Harmonies of #7632FA
Complementary color
Monochromatic Colors of #7632FA
Black with #7632FA
Text Example
Text Example
White with #7632FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632FA; }
p { color: rgb(118,50,250); }
H1.HeaderClassName
{
color: #7632FA;
}
.AnyTagClassName
{
color: #7632FA;
}
</style>
background-color css
<style>
a { background-color: #7632FA; }
a { background-color: rgb(118,50,250); }
div.DivClassName
{
background-color: #7632FA;
}
.BgClassName
{
background-color: #7632FA;
}
</style>
border-color css
<style>
span { border-color: #7632FA; }
span { border-color: rgb(118,50,250); }
td.TdClassName
{
border-color: #7632FA;
}
.TagClassName
{
border-color: #7632FA;
}
</style>