Shades of Blue Violet #7529FF
Tints of Blue Violet #7529FF
RGB
CMYK
RGB Variations
Color information
#7529FF (or 0x7529FF) is known color: Blue Violet. HEX triplet: 75, 29 and FF. RGB value is (117,41,255). Sum of RGB (Red+Green+Blue) = 117+41+255=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #7529FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7529FF is #8AD600. Grayscale: #575757. Windows color (decimal): -9098753 or 16722293. OLE color: 16722293.
HSL color Cylindrical-coordinate representation of color #7529FF: hue angle of 261.31º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7529FF is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 41 | 255 | - |
| CMYK | 0.54 | 0.84 | 0 | 0 |
| HSL | 261.31º | 1% | 0.58% | - |
| HSV(B) | 261.31º | 0.84% | 1% | - |
| XYZ | 26.18 | 12.59 | 95.66 | - |
| YUV | 88.12 | 222.18 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 255 | 0.54 | 0.84 | 0 | 0 | 261.31 | 1 | 0.58 |
| Hex | 75 | 29 | FF | 36 | 54 | 0 | 0 | 105 | 64 | 3A |
| Octal | 165 | 51 | 377 | 66 | 124 | 0 | 0 | 405 | 144 | 72 |
| Binary | 1110101 | 101001 | 11111111 | 110110 | 1010100 | 0 | 0 | 100000101 | 1100100 | 111010 |
Color Harmonies of #7529FF
Complementary color
Monochromatic Colors of #7529FF
Black with #7529FF
Text Example
Text Example
White with #7529FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7529FF; }
p { color: rgb(117,41,255); }
H1.HeaderClassName
{
color: #7529FF;
}
.AnyTagClassName
{
color: #7529FF;
}
</style>
background-color css
<style>
a { background-color: #7529FF; }
a { background-color: rgb(117,41,255); }
div.DivClassName
{
background-color: #7529FF;
}
.BgClassName
{
background-color: #7529FF;
}
</style>
border-color css
<style>
span { border-color: #7529FF; }
span { border-color: rgb(117,41,255); }
td.TdClassName
{
border-color: #7529FF;
}
.TagClassName
{
border-color: #7529FF;
}
</style>