Shades of Blue Violet #752CF8
Tints of Blue Violet #752CF8
RGB
CMYK
RGB Variations
Color information
#752CF8 (or 0x752CF8) is known color: Blue Violet. HEX triplet: 75, 2C and F8. RGB value is (117,44,248). Sum of RGB (Red+Green+Blue) = 117+44+248=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #752CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752CF8 is #8AD307. Grayscale: #585858. Windows color (decimal): -9097992 or 16264309. OLE color: 16264309.
HSL color Cylindrical-coordinate representation of color #752CF8: hue angle of 261.47º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752CF8 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 44 | 248 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.03 |
| HSL | 261.47º | 0.94% | 0.57% | - |
| HSV(B) | 261.47º | 0.82% | 0.97% | - |
| XYZ | 25.18 | 12.36 | 89.87 | - |
| YUV | 89.08 | 217.68 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 248 | 0.53 | 0.82 | 0 | 0.03 | 261.47 | 0.94 | 0.57 |
| Hex | 75 | 2C | F8 | 35 | 52 | 0 | 3 | 105 | 5E | 39 |
| Octal | 165 | 54 | 370 | 65 | 122 | 0 | 3 | 405 | 136 | 71 |
| Binary | 1110101 | 101100 | 11111000 | 110101 | 1010010 | 0 | 11 | 100000101 | 1011110 | 111001 |
Color Harmonies of #752CF8
Complementary color
Monochromatic Colors of #752CF8
Black with #752CF8
Text Example
Text Example
White with #752CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CF8; }
p { color: rgb(117,44,248); }
H1.HeaderClassName
{
color: #752CF8;
}
.AnyTagClassName
{
color: #752CF8;
}
</style>
background-color css
<style>
a { background-color: #752CF8; }
a { background-color: rgb(117,44,248); }
div.DivClassName
{
background-color: #752CF8;
}
.BgClassName
{
background-color: #752CF8;
}
</style>
border-color css
<style>
span { border-color: #752CF8; }
span { border-color: rgb(117,44,248); }
td.TdClassName
{
border-color: #752CF8;
}
.TagClassName
{
border-color: #752CF8;
}
</style>