Shades of Blue Violet #7520EF
Tints of Blue Violet #7520EF
RGB
CMYK
RGB Variations
Color information
#7520EF (or 0x7520EF) is known color: Blue Violet. HEX triplet: 75, 20 and EF. RGB value is (117,32,239). Sum of RGB (Red+Green+Blue) = 117+32+239=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #7520EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7520EF is #8ADF10. Grayscale: #505050. Windows color (decimal): -9101073 or 15671413. OLE color: 15671413.
HSL color Cylindrical-coordinate representation of color #7520EF: hue angle of 264.64º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7520EF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 32 | 239 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.06 |
| HSL | 264.64º | 0.87% | 0.53% | - |
| HSV(B) | 264.64º | 0.87% | 0.94% | - |
| XYZ | 23.43 | 11.05 | 82.56 | - |
| YUV | 81.01 | 217.16 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 239 | 0.51 | 0.87 | 0 | 0.06 | 264.64 | 0.87 | 0.53 |
| Hex | 75 | 20 | EF | 33 | 57 | 0 | 6 | 109 | 57 | 35 |
| Octal | 165 | 40 | 357 | 63 | 127 | 0 | 6 | 411 | 127 | 65 |
| Binary | 1110101 | 100000 | 11101111 | 110011 | 1010111 | 0 | 110 | 100001001 | 1010111 | 110101 |
Color Harmonies of #7520EF
Complementary color
Monochromatic Colors of #7520EF
Black with #7520EF
Text Example
Text Example
White with #7520EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7520EF; }
p { color: rgb(117,32,239); }
H1.HeaderClassName
{
color: #7520EF;
}
.AnyTagClassName
{
color: #7520EF;
}
</style>
background-color css
<style>
a { background-color: #7520EF; }
a { background-color: rgb(117,32,239); }
div.DivClassName
{
background-color: #7520EF;
}
.BgClassName
{
background-color: #7520EF;
}
</style>
border-color css
<style>
span { border-color: #7520EF; }
span { border-color: rgb(117,32,239); }
td.TdClassName
{
border-color: #7520EF;
}
.TagClassName
{
border-color: #7520EF;
}
</style>