Shades of Blue Violet #7432EF
Tints of Blue Violet #7432EF
RGB
CMYK
RGB Variations
Color information
#7432EF (or 0x7432EF) is known color: Blue Violet. HEX triplet: 74, 32 and EF. RGB value is (116,50,239). Sum of RGB (Red+Green+Blue) = 116+50+239=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #7432EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7432EF is #8BCD10. Grayscale: #5A5A5A. Windows color (decimal): -9162001 or 15676020. OLE color: 15676020.
HSL color Cylindrical-coordinate representation of color #7432EF: hue angle of 260.95º 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 #7432EF is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 50 | 239 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.06 |
| HSL | 260.95º | 0.86% | 0.57% | - |
| HSV(B) | 260.95º | 0.79% | 0.94% | - |
| XYZ | 23.92 | 12.23 | 82.76 | - |
| YUV | 91.28 | 211.37 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 239 | 0.51 | 0.79 | 0 | 0.06 | 260.95 | 0.86 | 0.57 |
| Hex | 74 | 32 | EF | 33 | 4F | 0 | 6 | 105 | 56 | 39 |
| Octal | 164 | 62 | 357 | 63 | 117 | 0 | 6 | 405 | 126 | 71 |
| Binary | 1110100 | 110010 | 11101111 | 110011 | 1001111 | 0 | 110 | 100000101 | 1010110 | 111001 |
Color Harmonies of #7432EF
Complementary color
Monochromatic Colors of #7432EF
Black with #7432EF
Text Example
Text Example
White with #7432EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7432EF; }
p { color: rgb(116,50,239); }
H1.HeaderClassName
{
color: #7432EF;
}
.AnyTagClassName
{
color: #7432EF;
}
</style>
background-color css
<style>
a { background-color: #7432EF; }
a { background-color: rgb(116,50,239); }
div.DivClassName
{
background-color: #7432EF;
}
.BgClassName
{
background-color: #7432EF;
}
</style>
border-color css
<style>
span { border-color: #7432EF; }
span { border-color: rgb(116,50,239); }
td.TdClassName
{
border-color: #7432EF;
}
.TagClassName
{
border-color: #7432EF;
}
</style>