Shades of Blue Violet #752CE2
Tints of Blue Violet #752CE2
RGB
CMYK
RGB Variations
Color information
#752CE2 (or 0x752CE2) is known color: Blue Violet. HEX triplet: 75, 2C and E2. RGB value is (117,44,226). Sum of RGB (Red+Green+Blue) = 117+44+226=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 226 (88.67% from 255 or 58.40% from 387); Max value from RGB is 226 - color contains mainly: blue. Hex color #752CE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CE2 is #8AD31D. Grayscale: #555555. Windows color (decimal): -9098014 or 14822517. OLE color: 14822517.
HSL color Cylindrical-coordinate representation of color #752CE2: hue angle of 264.07º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752CE2 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 44 | 226 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.11 |
| HSL | 264.07º | 0.76% | 0.53% | - |
| HSV(B) | 264.07º | 0.81% | 0.89% | - |
| XYZ | 21.96 | 11.07 | 72.93 | - |
| YUV | 86.58 | 206.68 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 226 | 0.48 | 0.81 | 0 | 0.11 | 264.07 | 0.76 | 0.53 |
| Hex | 75 | 2C | E2 | 30 | 51 | 0 | B | 108 | 4C | 35 |
| Octal | 165 | 54 | 342 | 60 | 121 | 0 | 13 | 410 | 114 | 65 |
| Binary | 1110101 | 101100 | 11100010 | 110000 | 1010001 | 0 | 1011 | 100001000 | 1001100 | 110101 |
Color Harmonies of #752CE2
Complementary color
Monochromatic Colors of #752CE2
Black with #752CE2
Text Example
Text Example
White with #752CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CE2; }
p { color: rgb(117,44,226); }
H1.HeaderClassName
{
color: #752CE2;
}
.AnyTagClassName
{
color: #752CE2;
}
</style>
background-color css
<style>
a { background-color: #752CE2; }
a { background-color: rgb(117,44,226); }
div.DivClassName
{
background-color: #752CE2;
}
.BgClassName
{
background-color: #752CE2;
}
</style>
border-color css
<style>
span { border-color: #752CE2; }
span { border-color: rgb(117,44,226); }
td.TdClassName
{
border-color: #752CE2;
}
.TagClassName
{
border-color: #752CE2;
}
</style>