Shades of Blue Violet #7432FD
Tints of Blue Violet #7432FD
RGB
CMYK
RGB Variations
Color information
#7432FD (or 0x7432FD) is known color: Blue Violet. HEX triplet: 74, 32 and FD. RGB value is (116,50,253). Sum of RGB (Red+Green+Blue) = 116+50+253=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #7432FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7432FD is #8BCD02. Grayscale: #5C5C5C. Windows color (decimal): -9161987 or 16593524. OLE color: 16593524.
HSL color Cylindrical-coordinate representation of color #7432FD: hue angle of 259.51º degrees, saturation: 0.98, 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 #7432FD is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 50 | 253 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.01 |
| HSL | 259.51º | 0.98% | 0.59% | - |
| HSV(B) | 259.51º | 0.8% | 0.99% | - |
| XYZ | 26.07 | 13.09 | 94.08 | - |
| YUV | 92.88 | 218.37 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 253 | 0.54 | 0.80 | 0 | 0.01 | 259.51 | 0.98 | 0.59 |
| Hex | 74 | 32 | FD | 36 | 50 | 0 | 1 | 104 | 62 | 3B |
| Octal | 164 | 62 | 375 | 66 | 120 | 0 | 1 | 404 | 142 | 73 |
| Binary | 1110100 | 110010 | 11111101 | 110110 | 1010000 | 0 | 1 | 100000100 | 1100010 | 111011 |
Color Harmonies of #7432FD
Complementary color
Monochromatic Colors of #7432FD
Black with #7432FD
Text Example
Text Example
White with #7432FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7432FD; }
p { color: rgb(116,50,253); }
H1.HeaderClassName
{
color: #7432FD;
}
.AnyTagClassName
{
color: #7432FD;
}
</style>
background-color css
<style>
a { background-color: #7432FD; }
a { background-color: rgb(116,50,253); }
div.DivClassName
{
background-color: #7432FD;
}
.BgClassName
{
background-color: #7432FD;
}
</style>
border-color css
<style>
span { border-color: #7432FD; }
span { border-color: rgb(116,50,253); }
td.TdClassName
{
border-color: #7432FD;
}
.TagClassName
{
border-color: #7432FD;
}
</style>