Shades of Blue Violet #752CFF
Tints of Blue Violet #752CFF
RGB
CMYK
RGB Variations
Color information
#752CFF (or 0x752CFF) is known color: Blue Violet. HEX triplet: 75, 2C and FF. RGB value is (117,44,255). Sum of RGB (Red+Green+Blue) = 117+44+255=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #752CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752CFF is #8AD300. Grayscale: #595959. Windows color (decimal): -9097985 or 16723061. OLE color: 16723061.
HSL color Cylindrical-coordinate representation of color #752CFF: hue angle of 260.76º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #752CFF is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 44 | 255 | - |
| CMYK | 0.54 | 0.83 | 0 | 0 |
| HSL | 260.76º | 1% | 0.59% | - |
| HSV(B) | 260.76º | 0.83% | 1% | - |
| XYZ | 26.29 | 12.8 | 95.69 | - |
| YUV | 89.88 | 221.18 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 255 | 0.54 | 0.83 | 0 | 0 | 260.76 | 1 | 0.59 |
| Hex | 75 | 2C | FF | 36 | 53 | 0 | 0 | 105 | 64 | 3B |
| Octal | 165 | 54 | 377 | 66 | 123 | 0 | 0 | 405 | 144 | 73 |
| Binary | 1110101 | 101100 | 11111111 | 110110 | 1010011 | 0 | 0 | 100000101 | 1100100 | 111011 |
Color Harmonies of #752CFF
Complementary color
Monochromatic Colors of #752CFF
Black with #752CFF
Text Example
Text Example
White with #752CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CFF; }
p { color: rgb(117,44,255); }
H1.HeaderClassName
{
color: #752CFF;
}
.AnyTagClassName
{
color: #752CFF;
}
</style>
background-color css
<style>
a { background-color: #752CFF; }
a { background-color: rgb(117,44,255); }
div.DivClassName
{
background-color: #752CFF;
}
.BgClassName
{
background-color: #752CFF;
}
</style>
border-color css
<style>
span { border-color: #752CFF; }
span { border-color: rgb(117,44,255); }
td.TdClassName
{
border-color: #752CFF;
}
.TagClassName
{
border-color: #752CFF;
}
</style>