Shades of Blue Violet #752DF5
Tints of Blue Violet #752DF5
RGB
CMYK
RGB Variations
Color information
#752DF5 (or 0x752DF5) is known color: Blue Violet. HEX triplet: 75, 2D and F5. RGB value is (117,45,245). Sum of RGB (Red+Green+Blue) = 117+45+245=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 245 (96.09% from 255 or 60.20% from 407); Max value from RGB is 245 - color contains mainly: blue. Hex color #752DF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752DF5 is #8AD20A. Grayscale: #585858. Windows color (decimal): -9097739 or 16067957. OLE color: 16067957.
HSL color Cylindrical-coordinate representation of color #752DF5: hue angle of 261.6º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752DF5 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 45 | 245 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.04 |
| HSL | 261.6º | 0.91% | 0.57% | - |
| HSV(B) | 261.6º | 0.82% | 0.96% | - |
| XYZ | 24.76 | 12.25 | 87.45 | - |
| YUV | 89.33 | 215.85 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 245 | 0.52 | 0.82 | 0 | 0.04 | 261.6 | 0.91 | 0.57 |
| Hex | 75 | 2D | F5 | 34 | 52 | 0 | 4 | 106 | 5B | 39 |
| Octal | 165 | 55 | 365 | 64 | 122 | 0 | 4 | 406 | 133 | 71 |
| Binary | 1110101 | 101101 | 11110101 | 110100 | 1010010 | 0 | 100 | 100000110 | 1011011 | 111001 |
Color Harmonies of #752DF5
Complementary color
Monochromatic Colors of #752DF5
Black with #752DF5
Text Example
Text Example
White with #752DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DF5; }
p { color: rgb(117,45,245); }
H1.HeaderClassName
{
color: #752DF5;
}
.AnyTagClassName
{
color: #752DF5;
}
</style>
background-color css
<style>
a { background-color: #752DF5; }
a { background-color: rgb(117,45,245); }
div.DivClassName
{
background-color: #752DF5;
}
.BgClassName
{
background-color: #752DF5;
}
</style>
border-color css
<style>
span { border-color: #752DF5; }
span { border-color: rgb(117,45,245); }
td.TdClassName
{
border-color: #752DF5;
}
.TagClassName
{
border-color: #752DF5;
}
</style>