Shades of Blue Violet #7032EF
Tints of Blue Violet #7032EF
RGB
CMYK
RGB Variations
Color information
#7032EF (or 0x7032EF) is known color: Blue Violet. HEX triplet: 70, 32 and EF. RGB value is (112,50,239). Sum of RGB (Red+Green+Blue) = 112+50+239=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #7032EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7032EF is #8FCD10. Grayscale: #595959. Windows color (decimal): -9424145 or 15676016. OLE color: 15676016.
HSL color Cylindrical-coordinate representation of color #7032EF: hue angle of 259.68º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7032EF is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 50 | 239 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.06 |
| HSL | 259.68º | 0.86% | 0.57% | - |
| HSV(B) | 259.68º | 0.79% | 0.94% | - |
| XYZ | 23.4 | 11.96 | 82.74 | - |
| YUV | 90.08 | 212.04 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 239 | 0.53 | 0.79 | 0 | 0.06 | 259.68 | 0.86 | 0.57 |
| Hex | 70 | 32 | EF | 35 | 4F | 0 | 6 | 104 | 56 | 39 |
| Octal | 160 | 62 | 357 | 65 | 117 | 0 | 6 | 404 | 126 | 71 |
| Binary | 1110000 | 110010 | 11101111 | 110101 | 1001111 | 0 | 110 | 100000100 | 1010110 | 111001 |
Color Harmonies of #7032EF
Complementary color
Monochromatic Colors of #7032EF
Black with #7032EF
Text Example
Text Example
White with #7032EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7032EF; }
p { color: rgb(112,50,239); }
H1.HeaderClassName
{
color: #7032EF;
}
.AnyTagClassName
{
color: #7032EF;
}
</style>
background-color css
<style>
a { background-color: #7032EF; }
a { background-color: rgb(112,50,239); }
div.DivClassName
{
background-color: #7032EF;
}
.BgClassName
{
background-color: #7032EF;
}
</style>
border-color css
<style>
span { border-color: #7032EF; }
span { border-color: rgb(112,50,239); }
td.TdClassName
{
border-color: #7032EF;
}
.TagClassName
{
border-color: #7032EF;
}
</style>