Shades of Blue Violet #752EE0
Tints of Blue Violet #752EE0
RGB
CMYK
RGB Variations
Color information
#752EE0 (or 0x752EE0) is known color: Blue Violet. HEX triplet: 75, 2E and E0. RGB value is (117,46,224). Sum of RGB (Red+Green+Blue) = 117+46+224=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #752EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752EE0 is #8AD11F. Grayscale: #565656. Windows color (decimal): -9097504 or 14691957. OLE color: 14691957.
HSL color Cylindrical-coordinate representation of color #752EE0: hue angle of 263.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752EE0 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 46 | 224 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.12 |
| HSL | 263.93º | 0.74% | 0.53% | - |
| HSV(B) | 263.93º | 0.79% | 0.88% | - |
| XYZ | 21.77 | 11.12 | 71.52 | - |
| YUV | 87.52 | 205.02 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 224 | 0.48 | 0.79 | 0 | 0.12 | 263.93 | 0.74 | 0.53 |
| Hex | 75 | 2E | E0 | 30 | 4F | 0 | C | 108 | 4A | 35 |
| Octal | 165 | 56 | 340 | 60 | 117 | 0 | 14 | 410 | 112 | 65 |
| Binary | 1110101 | 101110 | 11100000 | 110000 | 1001111 | 0 | 1100 | 100001000 | 1001010 | 110101 |
Color Harmonies of #752EE0
Complementary color
Monochromatic Colors of #752EE0
Black with #752EE0
Text Example
Text Example
White with #752EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EE0; }
p { color: rgb(117,46,224); }
H1.HeaderClassName
{
color: #752EE0;
}
.AnyTagClassName
{
color: #752EE0;
}
</style>
background-color css
<style>
a { background-color: #752EE0; }
a { background-color: rgb(117,46,224); }
div.DivClassName
{
background-color: #752EE0;
}
.BgClassName
{
background-color: #752EE0;
}
</style>
border-color css
<style>
span { border-color: #752EE0; }
span { border-color: rgb(117,46,224); }
td.TdClassName
{
border-color: #752EE0;
}
.TagClassName
{
border-color: #752EE0;
}
</style>