Shades of Blue Violet #752EED
Tints of Blue Violet #752EED
RGB
CMYK
RGB Variations
Color information
#752EED (or 0x752EED) is known color: Blue Violet. HEX triplet: 75, 2E and ED. RGB value is (117,46,237). Sum of RGB (Red+Green+Blue) = 117+46+237=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #752EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752EED is #8AD112. Grayscale: #585858. Windows color (decimal): -9097491 or 15543925. OLE color: 15543925.
HSL color Cylindrical-coordinate representation of color #752EED: hue angle of 262.3º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752EED is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 46 | 237 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.07 |
| HSL | 262.3º | 0.84% | 0.55% | - |
| HSV(B) | 262.3º | 0.81% | 0.93% | - |
| XYZ | 23.6 | 11.85 | 81.16 | - |
| YUV | 89 | 211.52 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 237 | 0.51 | 0.81 | 0 | 0.07 | 262.3 | 0.84 | 0.55 |
| Hex | 75 | 2E | ED | 33 | 51 | 0 | 7 | 106 | 54 | 37 |
| Octal | 165 | 56 | 355 | 63 | 121 | 0 | 7 | 406 | 124 | 67 |
| Binary | 1110101 | 101110 | 11101101 | 110011 | 1010001 | 0 | 111 | 100000110 | 1010100 | 110111 |
Color Harmonies of #752EED
Complementary color
Monochromatic Colors of #752EED
Black with #752EED
Text Example
Text Example
White with #752EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EED; }
p { color: rgb(117,46,237); }
H1.HeaderClassName
{
color: #752EED;
}
.AnyTagClassName
{
color: #752EED;
}
</style>
background-color css
<style>
a { background-color: #752EED; }
a { background-color: rgb(117,46,237); }
div.DivClassName
{
background-color: #752EED;
}
.BgClassName
{
background-color: #752EED;
}
</style>
border-color css
<style>
span { border-color: #752EED; }
span { border-color: rgb(117,46,237); }
td.TdClassName
{
border-color: #752EED;
}
.TagClassName
{
border-color: #752EED;
}
</style>