Shades of Blue Violet #752CFC
Tints of Blue Violet #752CFC
RGB
CMYK
RGB Variations
Color information
#752CFC (or 0x752CFC) is known color: Blue Violet. HEX triplet: 75, 2C and FC. RGB value is (117,44,252). Sum of RGB (Red+Green+Blue) = 117+44+252=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #752CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752CFC is #8AD303. Grayscale: #585858. Windows color (decimal): -9097988 or 16526453. OLE color: 16526453.
HSL color Cylindrical-coordinate representation of color #752CFC: hue angle of 261.06º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #752CFC is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 44 | 252 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.01 |
| HSL | 261.06º | 0.97% | 0.58% | - |
| HSV(B) | 261.06º | 0.83% | 0.99% | - |
| XYZ | 25.81 | 12.61 | 93.17 | - |
| YUV | 89.54 | 219.68 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 252 | 0.54 | 0.83 | 0 | 0.01 | 261.06 | 0.97 | 0.58 |
| Hex | 75 | 2C | FC | 36 | 53 | 0 | 1 | 105 | 61 | 3A |
| Octal | 165 | 54 | 374 | 66 | 123 | 0 | 1 | 405 | 141 | 72 |
| Binary | 1110101 | 101100 | 11111100 | 110110 | 1010011 | 0 | 1 | 100000101 | 1100001 | 111010 |
Color Harmonies of #752CFC
Complementary color
Monochromatic Colors of #752CFC
Black with #752CFC
Text Example
Text Example
White with #752CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CFC; }
p { color: rgb(117,44,252); }
H1.HeaderClassName
{
color: #752CFC;
}
.AnyTagClassName
{
color: #752CFC;
}
</style>
background-color css
<style>
a { background-color: #752CFC; }
a { background-color: rgb(117,44,252); }
div.DivClassName
{
background-color: #752CFC;
}
.BgClassName
{
background-color: #752CFC;
}
</style>
border-color css
<style>
span { border-color: #752CFC; }
span { border-color: rgb(117,44,252); }
td.TdClassName
{
border-color: #752CFC;
}
.TagClassName
{
border-color: #752CFC;
}
</style>