Shades of Blue Violet #7529FE
Tints of Blue Violet #7529FE
RGB
CMYK
RGB Variations
Color information
#7529FE (or 0x7529FE) is known color: Blue Violet. HEX triplet: 75, 29 and FE. RGB value is (117,41,254). Sum of RGB (Red+Green+Blue) = 117+41+254=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #7529FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7529FE is #8AD601. Grayscale: #575757. Windows color (decimal): -9098754 or 16656757. OLE color: 16656757.
HSL color Cylindrical-coordinate representation of color #7529FE: hue angle of 261.41º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7529FE is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 41 | 254 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.00 |
| HSL | 261.41º | 0.99% | 0.58% | - |
| HSV(B) | 261.41º | 0.84% | 1% | - |
| XYZ | 26.02 | 12.52 | 94.81 | - |
| YUV | 88.01 | 221.68 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 254 | 0.54 | 0.84 | 0 | 0.00 | 261.41 | 0.99 | 0.58 |
| Hex | 75 | 29 | FE | 36 | 54 | 0 | 0 | 105 | 63 | 3A |
| Octal | 165 | 51 | 376 | 66 | 124 | 0 | 0 | 405 | 143 | 72 |
| Binary | 1110101 | 101001 | 11111110 | 110110 | 1010100 | 0 | 0 | 100000101 | 1100011 | 111010 |
Color Harmonies of #7529FE
Complementary color
Monochromatic Colors of #7529FE
Black with #7529FE
Text Example
Text Example
White with #7529FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7529FE; }
p { color: rgb(117,41,254); }
H1.HeaderClassName
{
color: #7529FE;
}
.AnyTagClassName
{
color: #7529FE;
}
</style>
background-color css
<style>
a { background-color: #7529FE; }
a { background-color: rgb(117,41,254); }
div.DivClassName
{
background-color: #7529FE;
}
.BgClassName
{
background-color: #7529FE;
}
</style>
border-color css
<style>
span { border-color: #7529FE; }
span { border-color: rgb(117,41,254); }
td.TdClassName
{
border-color: #7529FE;
}
.TagClassName
{
border-color: #7529FE;
}
</style>