Shades of Blue Violet #752EFD
Tints of Blue Violet #752EFD
RGB
CMYK
RGB Variations
Color information
#752EFD (or 0x752EFD) is known color: Blue Violet. HEX triplet: 75, 2E and FD. RGB value is (117,46,253). Sum of RGB (Red+Green+Blue) = 117+46+253=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #752EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752EFD is #8AD102. Grayscale: #5A5A5A. Windows color (decimal): -9097475 or 16592501. OLE color: 16592501.
HSL color Cylindrical-coordinate representation of color #752EFD: hue angle of 260.58º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752EFD is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 46 | 253 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.01 |
| HSL | 260.58º | 0.98% | 0.59% | - |
| HSV(B) | 260.58º | 0.82% | 0.99% | - |
| XYZ | 26.04 | 12.83 | 94.03 | - |
| YUV | 90.83 | 219.52 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 253 | 0.54 | 0.82 | 0 | 0.01 | 260.58 | 0.98 | 0.59 |
| Hex | 75 | 2E | FD | 36 | 52 | 0 | 1 | 105 | 62 | 3B |
| Octal | 165 | 56 | 375 | 66 | 122 | 0 | 1 | 405 | 142 | 73 |
| Binary | 1110101 | 101110 | 11111101 | 110110 | 1010010 | 0 | 1 | 100000101 | 1100010 | 111011 |
Color Harmonies of #752EFD
Complementary color
Monochromatic Colors of #752EFD
Black with #752EFD
Text Example
Text Example
White with #752EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EFD; }
p { color: rgb(117,46,253); }
H1.HeaderClassName
{
color: #752EFD;
}
.AnyTagClassName
{
color: #752EFD;
}
</style>
background-color css
<style>
a { background-color: #752EFD; }
a { background-color: rgb(117,46,253); }
div.DivClassName
{
background-color: #752EFD;
}
.BgClassName
{
background-color: #752EFD;
}
</style>
border-color css
<style>
span { border-color: #752EFD; }
span { border-color: rgb(117,46,253); }
td.TdClassName
{
border-color: #752EFD;
}
.TagClassName
{
border-color: #752EFD;
}
</style>