Shades of Blue Violet #7432FE
Tints of Blue Violet #7432FE
RGB
CMYK
RGB Variations
Color information
#7432FE (or 0x7432FE) is known color: Blue Violet. HEX triplet: 74, 32 and FE. RGB value is (116,50,254). Sum of RGB (Red+Green+Blue) = 116+50+254=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #7432FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7432FE is #8BCD01. Grayscale: #5C5C5C. Windows color (decimal): -9161986 or 16659060. OLE color: 16659060.
HSL color Cylindrical-coordinate representation of color #7432FE: hue angle of 259.41º 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 #7432FE is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 50 | 254 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.00 |
| HSL | 259.41º | 0.99% | 0.6% | - |
| HSV(B) | 259.41º | 0.8% | 1% | - |
| XYZ | 26.23 | 13.15 | 94.92 | - |
| YUV | 92.99 | 218.87 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 254 | 0.54 | 0.80 | 0 | 0.00 | 259.41 | 0.99 | 0.6 |
| Hex | 74 | 32 | FE | 36 | 50 | 0 | 0 | 103 | 63 | 3C |
| Octal | 164 | 62 | 376 | 66 | 120 | 0 | 0 | 403 | 143 | 74 |
| Binary | 1110100 | 110010 | 11111110 | 110110 | 1010000 | 0 | 0 | 100000011 | 1100011 | 111100 |
Color Harmonies of #7432FE
Complementary color
Monochromatic Colors of #7432FE
Black with #7432FE
Text Example
Text Example
White with #7432FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7432FE; }
p { color: rgb(116,50,254); }
H1.HeaderClassName
{
color: #7432FE;
}
.AnyTagClassName
{
color: #7432FE;
}
</style>
background-color css
<style>
a { background-color: #7432FE; }
a { background-color: rgb(116,50,254); }
div.DivClassName
{
background-color: #7432FE;
}
.BgClassName
{
background-color: #7432FE;
}
</style>
border-color css
<style>
span { border-color: #7432FE; }
span { border-color: rgb(116,50,254); }
td.TdClassName
{
border-color: #7432FE;
}
.TagClassName
{
border-color: #7432FE;
}
</style>