Shades of Blue Violet #752DF9
Tints of Blue Violet #752DF9
RGB
CMYK
RGB Variations
Color information
#752DF9 (or 0x752DF9) is known color: Blue Violet. HEX triplet: 75, 2D and F9. RGB value is (117,45,249). Sum of RGB (Red+Green+Blue) = 117+45+249=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #752DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752DF9 is #8AD206. Grayscale: #595959. Windows color (decimal): -9097735 or 16330101. OLE color: 16330101.
HSL color Cylindrical-coordinate representation of color #752DF9: hue angle of 261.18º 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 #752DF9 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 45 | 249 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.02 |
| HSL | 261.18º | 0.94% | 0.58% | - |
| HSV(B) | 261.18º | 0.82% | 0.98% | - |
| XYZ | 25.37 | 12.5 | 90.7 | - |
| YUV | 89.78 | 217.85 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 249 | 0.53 | 0.82 | 0 | 0.02 | 261.18 | 0.94 | 0.58 |
| Hex | 75 | 2D | F9 | 35 | 52 | 0 | 2 | 105 | 5E | 3A |
| Octal | 165 | 55 | 371 | 65 | 122 | 0 | 2 | 405 | 136 | 72 |
| Binary | 1110101 | 101101 | 11111001 | 110101 | 1010010 | 0 | 10 | 100000101 | 1011110 | 111010 |
Color Harmonies of #752DF9
Complementary color
Monochromatic Colors of #752DF9
Black with #752DF9
Text Example
Text Example
White with #752DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DF9; }
p { color: rgb(117,45,249); }
H1.HeaderClassName
{
color: #752DF9;
}
.AnyTagClassName
{
color: #752DF9;
}
</style>
background-color css
<style>
a { background-color: #752DF9; }
a { background-color: rgb(117,45,249); }
div.DivClassName
{
background-color: #752DF9;
}
.BgClassName
{
background-color: #752DF9;
}
</style>
border-color css
<style>
span { border-color: #752DF9; }
span { border-color: rgb(117,45,249); }
td.TdClassName
{
border-color: #752DF9;
}
.TagClassName
{
border-color: #752DF9;
}
</style>