Shades of Blue Violet #752EFC
Tints of Blue Violet #752EFC
RGB
CMYK
RGB Variations
Color information
#752EFC (or 0x752EFC) is known color: Blue Violet. HEX triplet: 75, 2E and FC. RGB value is (117,46,252). Sum of RGB (Red+Green+Blue) = 117+46+252=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #752EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752EFC is #8AD103. Grayscale: #595959. Windows color (decimal): -9097476 or 16526965. OLE color: 16526965.
HSL color Cylindrical-coordinate representation of color #752EFC: hue angle of 260.68º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752EFC is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 46 | 252 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.01 |
| HSL | 260.68º | 0.97% | 0.58% | - |
| HSV(B) | 260.68º | 0.82% | 0.99% | - |
| XYZ | 25.88 | 12.76 | 93.19 | - |
| YUV | 90.71 | 219.02 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 252 | 0.54 | 0.82 | 0 | 0.01 | 260.68 | 0.97 | 0.58 |
| Hex | 75 | 2E | FC | 36 | 52 | 0 | 1 | 105 | 61 | 3A |
| Octal | 165 | 56 | 374 | 66 | 122 | 0 | 1 | 405 | 141 | 72 |
| Binary | 1110101 | 101110 | 11111100 | 110110 | 1010010 | 0 | 1 | 100000101 | 1100001 | 111010 |
Color Harmonies of #752EFC
Complementary color
Monochromatic Colors of #752EFC
Black with #752EFC
Text Example
Text Example
White with #752EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EFC; }
p { color: rgb(117,46,252); }
H1.HeaderClassName
{
color: #752EFC;
}
.AnyTagClassName
{
color: #752EFC;
}
</style>
background-color css
<style>
a { background-color: #752EFC; }
a { background-color: rgb(117,46,252); }
div.DivClassName
{
background-color: #752EFC;
}
.BgClassName
{
background-color: #752EFC;
}
</style>
border-color css
<style>
span { border-color: #752EFC; }
span { border-color: rgb(117,46,252); }
td.TdClassName
{
border-color: #752EFC;
}
.TagClassName
{
border-color: #752EFC;
}
</style>