Shades of Blue Violet #7528E9
Tints of Blue Violet #7528E9
RGB
CMYK
RGB Variations
Color information
#7528E9 (or 0x7528E9) is known color: Blue Violet. HEX triplet: 75, 28 and E9. RGB value is (117,40,233). Sum of RGB (Red+Green+Blue) = 117+40+233=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 233 (91.41% from 255 or 59.74% from 390); Max value from RGB is 233 - color contains mainly: blue. Hex color #7528E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7528E9 is #8AD716. Grayscale: #545454. Windows color (decimal): -9099031 or 15280245. OLE color: 15280245.
HSL color Cylindrical-coordinate representation of color #7528E9: hue angle of 263.94º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7528E9 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 40 | 233 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.09 |
| HSL | 263.94º | 0.81% | 0.54% | - |
| HSV(B) | 263.94º | 0.83% | 0.91% | - |
| XYZ | 22.8 | 11.18 | 78.05 | - |
| YUV | 85.03 | 211.51 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 233 | 0.50 | 0.83 | 0 | 0.09 | 263.94 | 0.81 | 0.54 |
| Hex | 75 | 28 | E9 | 32 | 53 | 0 | 9 | 108 | 51 | 36 |
| Octal | 165 | 50 | 351 | 62 | 123 | 0 | 11 | 410 | 121 | 66 |
| Binary | 1110101 | 101000 | 11101001 | 110010 | 1010011 | 0 | 1001 | 100001000 | 1010001 | 110110 |
Color Harmonies of #7528E9
Complementary color
Monochromatic Colors of #7528E9
Black with #7528E9
Text Example
Text Example
White with #7528E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7528E9; }
p { color: rgb(117,40,233); }
H1.HeaderClassName
{
color: #7528E9;
}
.AnyTagClassName
{
color: #7528E9;
}
</style>
background-color css
<style>
a { background-color: #7528E9; }
a { background-color: rgb(117,40,233); }
div.DivClassName
{
background-color: #7528E9;
}
.BgClassName
{
background-color: #7528E9;
}
</style>
border-color css
<style>
span { border-color: #7528E9; }
span { border-color: rgb(117,40,233); }
td.TdClassName
{
border-color: #7528E9;
}
.TagClassName
{
border-color: #7528E9;
}
</style>