Shades of Blue Violet #752DE5
Tints of Blue Violet #752DE5
RGB
CMYK
RGB Variations
Color information
#752DE5 (or 0x752DE5) is known color: Blue Violet. HEX triplet: 75, 2D and E5. RGB value is (117,45,229). Sum of RGB (Red+Green+Blue) = 117+45+229=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #752DE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DE5 is #8AD21A. Grayscale: #565656. Windows color (decimal): -9097755 or 15019381. OLE color: 15019381.
HSL color Cylindrical-coordinate representation of color #752DE5: hue angle of 263.48º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752DE5 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 45 | 229 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.10 |
| HSL | 263.48º | 0.78% | 0.54% | - |
| HSV(B) | 263.48º | 0.8% | 0.9% | - |
| XYZ | 22.42 | 11.32 | 75.13 | - |
| YUV | 87.5 | 207.85 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 229 | 0.49 | 0.80 | 0 | 0.10 | 263.48 | 0.78 | 0.54 |
| Hex | 75 | 2D | E5 | 31 | 50 | 0 | A | 107 | 4E | 36 |
| Octal | 165 | 55 | 345 | 61 | 120 | 0 | 12 | 407 | 116 | 66 |
| Binary | 1110101 | 101101 | 11100101 | 110001 | 1010000 | 0 | 1010 | 100000111 | 1001110 | 110110 |
Color Harmonies of #752DE5
Complementary color
Monochromatic Colors of #752DE5
Black with #752DE5
Text Example
Text Example
White with #752DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DE5; }
p { color: rgb(117,45,229); }
H1.HeaderClassName
{
color: #752DE5;
}
.AnyTagClassName
{
color: #752DE5;
}
</style>
background-color css
<style>
a { background-color: #752DE5; }
a { background-color: rgb(117,45,229); }
div.DivClassName
{
background-color: #752DE5;
}
.BgClassName
{
background-color: #752DE5;
}
</style>
border-color css
<style>
span { border-color: #752DE5; }
span { border-color: rgb(117,45,229); }
td.TdClassName
{
border-color: #752DE5;
}
.TagClassName
{
border-color: #752DE5;
}
</style>