Shades of Blue Violet #752CE6
Tints of Blue Violet #752CE6
RGB
CMYK
RGB Variations
Color information
#752CE6 (or 0x752CE6) is known color: Blue Violet. HEX triplet: 75, 2C and E6. RGB value is (117,44,230). Sum of RGB (Red+Green+Blue) = 117+44+230=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #752CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752CE6 is #8AD319. Grayscale: #565656. Windows color (decimal): -9098010 or 15084661. OLE color: 15084661.
HSL color Cylindrical-coordinate representation of color #752CE6: hue angle of 263.55º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752CE6 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 44 | 230 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.10 |
| HSL | 263.55º | 0.79% | 0.54% | - |
| HSV(B) | 263.55º | 0.81% | 0.9% | - |
| XYZ | 22.52 | 11.3 | 75.86 | - |
| YUV | 87.03 | 208.68 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 230 | 0.49 | 0.81 | 0 | 0.10 | 263.55 | 0.79 | 0.54 |
| Hex | 75 | 2C | E6 | 31 | 51 | 0 | A | 108 | 4F | 36 |
| Octal | 165 | 54 | 346 | 61 | 121 | 0 | 12 | 410 | 117 | 66 |
| Binary | 1110101 | 101100 | 11100110 | 110001 | 1010001 | 0 | 1010 | 100001000 | 1001111 | 110110 |
Color Harmonies of #752CE6
Complementary color
Monochromatic Colors of #752CE6
Black with #752CE6
Text Example
Text Example
White with #752CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CE6; }
p { color: rgb(117,44,230); }
H1.HeaderClassName
{
color: #752CE6;
}
.AnyTagClassName
{
color: #752CE6;
}
</style>
background-color css
<style>
a { background-color: #752CE6; }
a { background-color: rgb(117,44,230); }
div.DivClassName
{
background-color: #752CE6;
}
.BgClassName
{
background-color: #752CE6;
}
</style>
border-color css
<style>
span { border-color: #752CE6; }
span { border-color: rgb(117,44,230); }
td.TdClassName
{
border-color: #752CE6;
}
.TagClassName
{
border-color: #752CE6;
}
</style>