Shades of Blue Violet #752BE2
Tints of Blue Violet #752BE2
RGB
CMYK
RGB Variations
Color information
#752BE2 (or 0x752BE2) is known color: Blue Violet. HEX triplet: 75, 2B and E2. RGB value is (117,43,226). Sum of RGB (Red+Green+Blue) = 117+43+226=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 226 (88.67% from 255 or 58.55% from 386); Max value from RGB is 226 - color contains mainly: blue. Hex color #752BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BE2 is #8AD41D. Grayscale: #555555. Windows color (decimal): -9098270 or 14822261. OLE color: 14822261.
HSL color Cylindrical-coordinate representation of color #752BE2: hue angle of 264.26º 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 #752BE2 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 43 | 226 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.11 |
| HSL | 264.26º | 0.76% | 0.53% | - |
| HSV(B) | 264.26º | 0.81% | 0.89% | - |
| XYZ | 21.93 | 11 | 72.92 | - |
| YUV | 85.99 | 207.02 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 226 | 0.48 | 0.81 | 0 | 0.11 | 264.26 | 0.76 | 0.53 |
| Hex | 75 | 2B | E2 | 30 | 51 | 0 | B | 108 | 4C | 35 |
| Octal | 165 | 53 | 342 | 60 | 121 | 0 | 13 | 410 | 114 | 65 |
| Binary | 1110101 | 101011 | 11100010 | 110000 | 1010001 | 0 | 1011 | 100001000 | 1001100 | 110101 |
Color Harmonies of #752BE2
Complementary color
Monochromatic Colors of #752BE2
Black with #752BE2
Text Example
Text Example
White with #752BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BE2; }
p { color: rgb(117,43,226); }
H1.HeaderClassName
{
color: #752BE2;
}
.AnyTagClassName
{
color: #752BE2;
}
</style>
background-color css
<style>
a { background-color: #752BE2; }
a { background-color: rgb(117,43,226); }
div.DivClassName
{
background-color: #752BE2;
}
.BgClassName
{
background-color: #752BE2;
}
</style>
border-color css
<style>
span { border-color: #752BE2; }
span { border-color: rgb(117,43,226); }
td.TdClassName
{
border-color: #752BE2;
}
.TagClassName
{
border-color: #752BE2;
}
</style>