Shades of Blue Violet #752EF9
Tints of Blue Violet #752EF9
RGB
CMYK
RGB Variations
Color information
#752EF9 (or 0x752EF9) is known color: Blue Violet. HEX triplet: 75, 2E and F9. RGB value is (117,46,249). Sum of RGB (Red+Green+Blue) = 117+46+249=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #752EF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752EF9 is #8AD106. Grayscale: #595959. Windows color (decimal): -9097479 or 16330357. OLE color: 16330357.
HSL color Cylindrical-coordinate representation of color #752EF9: hue angle of 260.99º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752EF9 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 46 | 249 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.02 |
| HSL | 260.99º | 0.94% | 0.58% | - |
| HSV(B) | 260.99º | 0.82% | 0.98% | - |
| XYZ | 25.41 | 12.58 | 90.71 | - |
| YUV | 90.37 | 217.52 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 249 | 0.53 | 0.82 | 0 | 0.02 | 260.99 | 0.94 | 0.58 |
| Hex | 75 | 2E | F9 | 35 | 52 | 0 | 2 | 105 | 5E | 3A |
| Octal | 165 | 56 | 371 | 65 | 122 | 0 | 2 | 405 | 136 | 72 |
| Binary | 1110101 | 101110 | 11111001 | 110101 | 1010010 | 0 | 10 | 100000101 | 1011110 | 111010 |
Color Harmonies of #752EF9
Complementary color
Monochromatic Colors of #752EF9
Black with #752EF9
Text Example
Text Example
White with #752EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EF9; }
p { color: rgb(117,46,249); }
H1.HeaderClassName
{
color: #752EF9;
}
.AnyTagClassName
{
color: #752EF9;
}
</style>
background-color css
<style>
a { background-color: #752EF9; }
a { background-color: rgb(117,46,249); }
div.DivClassName
{
background-color: #752EF9;
}
.BgClassName
{
background-color: #752EF9;
}
</style>
border-color css
<style>
span { border-color: #752EF9; }
span { border-color: rgb(117,46,249); }
td.TdClassName
{
border-color: #752EF9;
}
.TagClassName
{
border-color: #752EF9;
}
</style>