Shades of Blue Violet #7332FC
Tints of Blue Violet #7332FC
RGB
CMYK
RGB Variations
Color information
#7332FC (or 0x7332FC) is known color: Blue Violet. HEX triplet: 73, 32 and FC. RGB value is (115,50,252). Sum of RGB (Red+Green+Blue) = 115+50+252=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #7332FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7332FC is #8CCD03. Grayscale: #5B5B5B. Windows color (decimal): -9227524 or 16527987. OLE color: 16527987.
HSL color Cylindrical-coordinate representation of color #7332FC: hue angle of 259.31º 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 #7332FC is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 50 | 252 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.01 |
| HSL | 259.31º | 0.97% | 0.59% | - |
| HSV(B) | 259.31º | 0.8% | 0.99% | - |
| XYZ | 25.78 | 12.95 | 93.24 | - |
| YUV | 92.46 | 218.03 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 252 | 0.54 | 0.80 | 0 | 0.01 | 259.31 | 0.97 | 0.59 |
| Hex | 73 | 32 | FC | 36 | 50 | 0 | 1 | 103 | 61 | 3B |
| Octal | 163 | 62 | 374 | 66 | 120 | 0 | 1 | 403 | 141 | 73 |
| Binary | 1110011 | 110010 | 11111100 | 110110 | 1010000 | 0 | 1 | 100000011 | 1100001 | 111011 |
Color Harmonies of #7332FC
Complementary color
Monochromatic Colors of #7332FC
Black with #7332FC
Text Example
Text Example
White with #7332FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7332FC; }
p { color: rgb(115,50,252); }
H1.HeaderClassName
{
color: #7332FC;
}
.AnyTagClassName
{
color: #7332FC;
}
</style>
background-color css
<style>
a { background-color: #7332FC; }
a { background-color: rgb(115,50,252); }
div.DivClassName
{
background-color: #7332FC;
}
.BgClassName
{
background-color: #7332FC;
}
</style>
border-color css
<style>
span { border-color: #7332FC; }
span { border-color: rgb(115,50,252); }
td.TdClassName
{
border-color: #7332FC;
}
.TagClassName
{
border-color: #7332FC;
}
</style>