Shades of Blue Violet #7632FF
Tints of Blue Violet #7632FF
RGB
CMYK
RGB Variations
Color information
#7632FF (or 0x7632FF) is known color: Blue Violet. HEX triplet: 76, 32 and FF. RGB value is (118,50,255). Sum of RGB (Red+Green+Blue) = 118+50+255=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #7632FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7632FF is #89CD00. Grayscale: #5C5C5C. Windows color (decimal): -9030913 or 16724598. OLE color: 16724598.
HSL color Cylindrical-coordinate representation of color #7632FF: hue angle of 259.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7632FF is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 50 | 255 | - |
| CMYK | 0.54 | 0.80 | 0 | 0 |
| HSL | 259.9º | 1% | 0.6% | - |
| HSV(B) | 259.9º | 0.8% | 1% | - |
| XYZ | 26.66 | 13.35 | 95.78 | - |
| YUV | 93.7 | 219.03 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 255 | 0.54 | 0.80 | 0 | 0 | 259.9 | 1 | 0.6 |
| Hex | 76 | 32 | FF | 36 | 50 | 0 | 0 | 104 | 64 | 3C |
| Octal | 166 | 62 | 377 | 66 | 120 | 0 | 0 | 404 | 144 | 74 |
| Binary | 1110110 | 110010 | 11111111 | 110110 | 1010000 | 0 | 0 | 100000100 | 1100100 | 111100 |
Color Harmonies of #7632FF
Complementary color
Monochromatic Colors of #7632FF
Black with #7632FF
Text Example
Text Example
White with #7632FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632FF; }
p { color: rgb(118,50,255); }
H1.HeaderClassName
{
color: #7632FF;
}
.AnyTagClassName
{
color: #7632FF;
}
</style>
background-color css
<style>
a { background-color: #7632FF; }
a { background-color: rgb(118,50,255); }
div.DivClassName
{
background-color: #7632FF;
}
.BgClassName
{
background-color: #7632FF;
}
</style>
border-color css
<style>
span { border-color: #7632FF; }
span { border-color: rgb(118,50,255); }
td.TdClassName
{
border-color: #7632FF;
}
.TagClassName
{
border-color: #7632FF;
}
</style>