Shades of Blue Violet #7527EC
Tints of Blue Violet #7527EC
RGB
CMYK
RGB Variations
Color information
#7527EC (or 0x7527EC) is known color: Blue Violet. HEX triplet: 75, 27 and EC. RGB value is (117,39,236). Sum of RGB (Red+Green+Blue) = 117+39+236=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #7527EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7527EC is #8AD813. Grayscale: #545454. Windows color (decimal): -9099284 or 15476597. OLE color: 15476597.
HSL color Cylindrical-coordinate representation of color #7527EC: hue angle of 263.76º 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 #7527EC is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 39 | 236 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.07 |
| HSL | 263.76º | 0.84% | 0.54% | - |
| HSV(B) | 263.76º | 0.83% | 0.93% | - |
| XYZ | 23.2 | 11.29 | 80.31 | - |
| YUV | 84.78 | 213.34 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 236 | 0.50 | 0.83 | 0 | 0.07 | 263.76 | 0.84 | 0.54 |
| Hex | 75 | 27 | EC | 32 | 53 | 0 | 7 | 108 | 54 | 36 |
| Octal | 165 | 47 | 354 | 62 | 123 | 0 | 7 | 410 | 124 | 66 |
| Binary | 1110101 | 100111 | 11101100 | 110010 | 1010011 | 0 | 111 | 100001000 | 1010100 | 110110 |
Color Harmonies of #7527EC
Complementary color
Monochromatic Colors of #7527EC
Black with #7527EC
Text Example
Text Example
White with #7527EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7527EC; }
p { color: rgb(117,39,236); }
H1.HeaderClassName
{
color: #7527EC;
}
.AnyTagClassName
{
color: #7527EC;
}
</style>
background-color css
<style>
a { background-color: #7527EC; }
a { background-color: rgb(117,39,236); }
div.DivClassName
{
background-color: #7527EC;
}
.BgClassName
{
background-color: #7527EC;
}
</style>
border-color css
<style>
span { border-color: #7527EC; }
span { border-color: rgb(117,39,236); }
td.TdClassName
{
border-color: #7527EC;
}
.TagClassName
{
border-color: #7527EC;
}
</style>