Shades of Blue Violet #7527FE
Tints of Blue Violet #7527FE
RGB
CMYK
RGB Variations
Color information
#7527FE (or 0x7527FE) is known color: Blue Violet. HEX triplet: 75, 27 and FE. RGB value is (117,39,254). Sum of RGB (Red+Green+Blue) = 117+39+254=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #7527FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7527FE is #8AD801. Grayscale: #565656. Windows color (decimal): -9099266 or 16656245. OLE color: 16656245.
HSL color Cylindrical-coordinate representation of color #7527FE: hue angle of 261.77º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7527FE is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 39 | 254 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.00 |
| HSL | 261.77º | 0.99% | 0.57% | - |
| HSV(B) | 261.77º | 0.85% | 1% | - |
| XYZ | 25.95 | 12.39 | 94.79 | - |
| YUV | 86.83 | 222.34 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 254 | 0.54 | 0.85 | 0 | 0.00 | 261.77 | 0.99 | 0.57 |
| Hex | 75 | 27 | FE | 36 | 55 | 0 | 0 | 106 | 63 | 39 |
| Octal | 165 | 47 | 376 | 66 | 125 | 0 | 0 | 406 | 143 | 71 |
| Binary | 1110101 | 100111 | 11111110 | 110110 | 1010101 | 0 | 0 | 100000110 | 1100011 | 111001 |
Color Harmonies of #7527FE
Complementary color
Monochromatic Colors of #7527FE
Black with #7527FE
Text Example
Text Example
White with #7527FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7527FE; }
p { color: rgb(117,39,254); }
H1.HeaderClassName
{
color: #7527FE;
}
.AnyTagClassName
{
color: #7527FE;
}
</style>
background-color css
<style>
a { background-color: #7527FE; }
a { background-color: rgb(117,39,254); }
div.DivClassName
{
background-color: #7527FE;
}
.BgClassName
{
background-color: #7527FE;
}
</style>
border-color css
<style>
span { border-color: #7527FE; }
span { border-color: rgb(117,39,254); }
td.TdClassName
{
border-color: #7527FE;
}
.TagClassName
{
border-color: #7527FE;
}
</style>