Shades of Blue Violet #7527FF
Tints of Blue Violet #7527FF
RGB
CMYK
RGB Variations
Color information
#7527FF (or 0x7527FF) is known color: Blue Violet. HEX triplet: 75, 27 and FF. RGB value is (117,39,255). Sum of RGB (Red+Green+Blue) = 117+39+255=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #7527FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7527FF is #8AD800. Grayscale: #565656. Windows color (decimal): -9099265 or 16721781. OLE color: 16721781.
HSL color Cylindrical-coordinate representation of color #7527FF: hue angle of 261.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7527FF is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 39 | 255 | - |
| CMYK | 0.54 | 0.85 | 0 | 0 |
| HSL | 261.67º | 1% | 0.58% | - |
| HSV(B) | 261.67º | 0.85% | 1% | - |
| XYZ | 26.11 | 12.45 | 95.64 | - |
| YUV | 86.95 | 222.84 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 255 | 0.54 | 0.85 | 0 | 0 | 261.67 | 1 | 0.58 |
| Hex | 75 | 27 | FF | 36 | 55 | 0 | 0 | 106 | 64 | 3A |
| Octal | 165 | 47 | 377 | 66 | 125 | 0 | 0 | 406 | 144 | 72 |
| Binary | 1110101 | 100111 | 11111111 | 110110 | 1010101 | 0 | 0 | 100000110 | 1100100 | 111010 |
Color Harmonies of #7527FF
Complementary color
Monochromatic Colors of #7527FF
Black with #7527FF
Text Example
Text Example
White with #7527FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7527FF; }
p { color: rgb(117,39,255); }
H1.HeaderClassName
{
color: #7527FF;
}
.AnyTagClassName
{
color: #7527FF;
}
</style>
background-color css
<style>
a { background-color: #7527FF; }
a { background-color: rgb(117,39,255); }
div.DivClassName
{
background-color: #7527FF;
}
.BgClassName
{
background-color: #7527FF;
}
</style>
border-color css
<style>
span { border-color: #7527FF; }
span { border-color: rgb(117,39,255); }
td.TdClassName
{
border-color: #7527FF;
}
.TagClassName
{
border-color: #7527FF;
}
</style>