Shades of Blue Violet #7528EC
Tints of Blue Violet #7528EC
RGB
CMYK
RGB Variations
Color information
#7528EC (or 0x7528EC) is known color: Blue Violet. HEX triplet: 75, 28 and EC. RGB value is (117,40,236). Sum of RGB (Red+Green+Blue) = 117+40+236=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #7528EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7528EC is #8AD713. Grayscale: #545454. Windows color (decimal): -9099028 or 15476853. OLE color: 15476853.
HSL color Cylindrical-coordinate representation of color #7528EC: hue angle of 263.57º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7528EC is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 40 | 236 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.07 |
| HSL | 263.57º | 0.84% | 0.54% | - |
| HSV(B) | 263.57º | 0.83% | 0.93% | - |
| XYZ | 23.24 | 11.36 | 80.32 | - |
| YUV | 85.37 | 213.01 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 236 | 0.50 | 0.83 | 0 | 0.07 | 263.57 | 0.84 | 0.54 |
| Hex | 75 | 28 | EC | 32 | 53 | 0 | 7 | 108 | 54 | 36 |
| Octal | 165 | 50 | 354 | 62 | 123 | 0 | 7 | 410 | 124 | 66 |
| Binary | 1110101 | 101000 | 11101100 | 110010 | 1010011 | 0 | 111 | 100001000 | 1010100 | 110110 |
Color Harmonies of #7528EC
Complementary color
Monochromatic Colors of #7528EC
Black with #7528EC
Text Example
Text Example
White with #7528EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7528EC; }
p { color: rgb(117,40,236); }
H1.HeaderClassName
{
color: #7528EC;
}
.AnyTagClassName
{
color: #7528EC;
}
</style>
background-color css
<style>
a { background-color: #7528EC; }
a { background-color: rgb(117,40,236); }
div.DivClassName
{
background-color: #7528EC;
}
.BgClassName
{
background-color: #7528EC;
}
</style>
border-color css
<style>
span { border-color: #7528EC; }
span { border-color: rgb(117,40,236); }
td.TdClassName
{
border-color: #7528EC;
}
.TagClassName
{
border-color: #7528EC;
}
</style>