Shades of Blue Violet #752CF5
Tints of Blue Violet #752CF5
RGB
CMYK
RGB Variations
Color information
#752CF5 (or 0x752CF5) is known color: Blue Violet. HEX triplet: 75, 2C and F5. RGB value is (117,44,245). Sum of RGB (Red+Green+Blue) = 117+44+245=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 245 (96.09% from 255 or 60.34% from 406); Max value from RGB is 245 - color contains mainly: blue. Hex color #752CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752CF5 is #8AD30A. Grayscale: #585858. Windows color (decimal): -9097995 or 16067701. OLE color: 16067701.
HSL color Cylindrical-coordinate representation of color #752CF5: hue angle of 261.79º 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 #752CF5 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 44 | 245 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.04 |
| HSL | 261.79º | 0.91% | 0.57% | - |
| HSV(B) | 261.79º | 0.82% | 0.96% | - |
| XYZ | 24.72 | 12.18 | 87.43 | - |
| YUV | 88.74 | 216.18 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 245 | 0.52 | 0.82 | 0 | 0.04 | 261.79 | 0.91 | 0.57 |
| Hex | 75 | 2C | F5 | 34 | 52 | 0 | 4 | 106 | 5B | 39 |
| Octal | 165 | 54 | 365 | 64 | 122 | 0 | 4 | 406 | 133 | 71 |
| Binary | 1110101 | 101100 | 11110101 | 110100 | 1010010 | 0 | 100 | 100000110 | 1011011 | 111001 |
Color Harmonies of #752CF5
Complementary color
Monochromatic Colors of #752CF5
Black with #752CF5
Text Example
Text Example
White with #752CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CF5; }
p { color: rgb(117,44,245); }
H1.HeaderClassName
{
color: #752CF5;
}
.AnyTagClassName
{
color: #752CF5;
}
</style>
background-color css
<style>
a { background-color: #752CF5; }
a { background-color: rgb(117,44,245); }
div.DivClassName
{
background-color: #752CF5;
}
.BgClassName
{
background-color: #752CF5;
}
</style>
border-color css
<style>
span { border-color: #752CF5; }
span { border-color: rgb(117,44,245); }
td.TdClassName
{
border-color: #752CF5;
}
.TagClassName
{
border-color: #752CF5;
}
</style>