Shades of Blue Violet #7232F9
Tints of Blue Violet #7232F9
RGB
CMYK
RGB Variations
Color information
#7232F9 (or 0x7232F9) is known color: Blue Violet. HEX triplet: 72, 32 and F9. RGB value is (114,50,249). Sum of RGB (Red+Green+Blue) = 114+50+249=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 249 (97.66% from 255 or 60.29% from 413); Max value from RGB is 249 - color contains mainly: blue. Hex color #7232F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7232F9 is #8DCD06. Grayscale: #5B5B5B. Windows color (decimal): -9293063 or 16331378. OLE color: 16331378.
HSL color Cylindrical-coordinate representation of color #7232F9: hue angle of 259.3º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7232F9 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 50 | 249 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.02 |
| HSL | 259.3º | 0.94% | 0.59% | - |
| HSV(B) | 259.3º | 0.8% | 0.98% | - |
| XYZ | 25.18 | 12.7 | 90.75 | - |
| YUV | 91.82 | 216.7 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 249 | 0.54 | 0.80 | 0 | 0.02 | 259.3 | 0.94 | 0.59 |
| Hex | 72 | 32 | F9 | 36 | 50 | 0 | 2 | 103 | 5E | 3B |
| Octal | 162 | 62 | 371 | 66 | 120 | 0 | 2 | 403 | 136 | 73 |
| Binary | 1110010 | 110010 | 11111001 | 110110 | 1010000 | 0 | 10 | 100000011 | 1011110 | 111011 |
Color Harmonies of #7232F9
Complementary color
Monochromatic Colors of #7232F9
Black with #7232F9
Text Example
Text Example
White with #7232F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7232F9; }
p { color: rgb(114,50,249); }
H1.HeaderClassName
{
color: #7232F9;
}
.AnyTagClassName
{
color: #7232F9;
}
</style>
background-color css
<style>
a { background-color: #7232F9; }
a { background-color: rgb(114,50,249); }
div.DivClassName
{
background-color: #7232F9;
}
.BgClassName
{
background-color: #7232F9;
}
</style>
border-color css
<style>
span { border-color: #7232F9; }
span { border-color: rgb(114,50,249); }
td.TdClassName
{
border-color: #7232F9;
}
.TagClassName
{
border-color: #7232F9;
}
</style>