Shades of Blue Violet #7526EF
Tints of Blue Violet #7526EF
RGB
CMYK
RGB Variations
Color information
#7526EF (or 0x7526EF) is known color: Blue Violet. HEX triplet: 75, 26 and EF. RGB value is (117,38,239). Sum of RGB (Red+Green+Blue) = 117+38+239=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #7526EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7526EF is #8AD910. Grayscale: #535353. Windows color (decimal): -9099537 or 15672949. OLE color: 15672949.
HSL color Cylindrical-coordinate representation of color #7526EF: hue angle of 263.58º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7526EF is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 38 | 239 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.06 |
| HSL | 263.58º | 0.86% | 0.54% | - |
| HSV(B) | 263.58º | 0.84% | 0.94% | - |
| XYZ | 23.61 | 11.4 | 82.62 | - |
| YUV | 84.54 | 215.17 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 239 | 0.51 | 0.84 | 0 | 0.06 | 263.58 | 0.86 | 0.54 |
| Hex | 75 | 26 | EF | 33 | 54 | 0 | 6 | 108 | 56 | 36 |
| Octal | 165 | 46 | 357 | 63 | 124 | 0 | 6 | 410 | 126 | 66 |
| Binary | 1110101 | 100110 | 11101111 | 110011 | 1010100 | 0 | 110 | 100001000 | 1010110 | 110110 |
Color Harmonies of #7526EF
Complementary color
Monochromatic Colors of #7526EF
Black with #7526EF
Text Example
Text Example
White with #7526EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7526EF; }
p { color: rgb(117,38,239); }
H1.HeaderClassName
{
color: #7526EF;
}
.AnyTagClassName
{
color: #7526EF;
}
</style>
background-color css
<style>
a { background-color: #7526EF; }
a { background-color: rgb(117,38,239); }
div.DivClassName
{
background-color: #7526EF;
}
.BgClassName
{
background-color: #7526EF;
}
</style>
border-color css
<style>
span { border-color: #7526EF; }
span { border-color: rgb(117,38,239); }
td.TdClassName
{
border-color: #7526EF;
}
.TagClassName
{
border-color: #7526EF;
}
</style>