Shades of Blue Violet #7632FC
Tints of Blue Violet #7632FC
RGB
CMYK
RGB Variations
Color information
#7632FC (or 0x7632FC) is known color: Blue Violet. HEX triplet: 76, 32 and FC. RGB value is (118,50,252). Sum of RGB (Red+Green+Blue) = 118+50+252=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #7632FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7632FC is #89CD03. Grayscale: #5C5C5C. Windows color (decimal): -9030916 or 16527990. OLE color: 16527990.
HSL color Cylindrical-coordinate representation of color #7632FC: hue angle of 260.2º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7632FC is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 50 | 252 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.01 |
| HSL | 260.2º | 0.97% | 0.59% | - |
| HSV(B) | 260.2º | 0.8% | 0.99% | - |
| XYZ | 26.18 | 13.16 | 93.26 | - |
| YUV | 93.36 | 217.53 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 252 | 0.53 | 0.80 | 0 | 0.01 | 260.2 | 0.97 | 0.59 |
| Hex | 76 | 32 | FC | 35 | 50 | 0 | 1 | 104 | 61 | 3B |
| Octal | 166 | 62 | 374 | 65 | 120 | 0 | 1 | 404 | 141 | 73 |
| Binary | 1110110 | 110010 | 11111100 | 110101 | 1010000 | 0 | 1 | 100000100 | 1100001 | 111011 |
Color Harmonies of #7632FC
Complementary color
Monochromatic Colors of #7632FC
Black with #7632FC
Text Example
Text Example
White with #7632FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632FC; }
p { color: rgb(118,50,252); }
H1.HeaderClassName
{
color: #7632FC;
}
.AnyTagClassName
{
color: #7632FC;
}
</style>
background-color css
<style>
a { background-color: #7632FC; }
a { background-color: rgb(118,50,252); }
div.DivClassName
{
background-color: #7632FC;
}
.BgClassName
{
background-color: #7632FC;
}
</style>
border-color css
<style>
span { border-color: #7632FC; }
span { border-color: rgb(118,50,252); }
td.TdClassName
{
border-color: #7632FC;
}
.TagClassName
{
border-color: #7632FC;
}
</style>