Shades of Blue Violet #7332FE
Tints of Blue Violet #7332FE
RGB
CMYK
RGB Variations
Color information
#7332FE (or 0x7332FE) is known color: Blue Violet. HEX triplet: 73, 32 and FE. RGB value is (115,50,254). Sum of RGB (Red+Green+Blue) = 115+50+254=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #7332FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7332FE is #8CCD01. Grayscale: #5B5B5B. Windows color (decimal): -9227522 or 16659059. OLE color: 16659059.
HSL color Cylindrical-coordinate representation of color #7332FE: hue angle of 259.12º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7332FE is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 50 | 254 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.00 |
| HSL | 259.12º | 0.99% | 0.6% | - |
| HSV(B) | 259.12º | 0.8% | 1% | - |
| XYZ | 26.1 | 13.08 | 94.92 | - |
| YUV | 92.69 | 219.03 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 254 | 0.55 | 0.80 | 0 | 0.00 | 259.12 | 0.99 | 0.6 |
| Hex | 73 | 32 | FE | 37 | 50 | 0 | 0 | 103 | 63 | 3C |
| Octal | 163 | 62 | 376 | 67 | 120 | 0 | 0 | 403 | 143 | 74 |
| Binary | 1110011 | 110010 | 11111110 | 110111 | 1010000 | 0 | 0 | 100000011 | 1100011 | 111100 |
Color Harmonies of #7332FE
Complementary color
Monochromatic Colors of #7332FE
Black with #7332FE
Text Example
Text Example
White with #7332FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7332FE; }
p { color: rgb(115,50,254); }
H1.HeaderClassName
{
color: #7332FE;
}
.AnyTagClassName
{
color: #7332FE;
}
</style>
background-color css
<style>
a { background-color: #7332FE; }
a { background-color: rgb(115,50,254); }
div.DivClassName
{
background-color: #7332FE;
}
.BgClassName
{
background-color: #7332FE;
}
</style>
border-color css
<style>
span { border-color: #7332FE; }
span { border-color: rgb(115,50,254); }
td.TdClassName
{
border-color: #7332FE;
}
.TagClassName
{
border-color: #7332FE;
}
</style>