Shades of Blue Violet #7540FC
Tints of Blue Violet #7540FC
RGB
CMYK
RGB Variations
Color information
#7540FC (or 0x7540FC) is known color: Blue Violet. HEX triplet: 75, 40 and FC. RGB value is (117,64,252). Sum of RGB (Red+Green+Blue) = 117+64+252=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #7540FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7540FC is #8ABF03. Grayscale: #646464. Windows color (decimal): -9092868 or 16531573. OLE color: 16531573.
HSL color Cylindrical-coordinate representation of color #7540FC: hue angle of 256.91º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7540FC is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 64 | 252 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.01 |
| HSL | 256.91º | 0.97% | 0.62% | - |
| HSV(B) | 256.91º | 0.75% | 0.99% | - |
| XYZ | 26.74 | 14.48 | 93.48 | - |
| YUV | 101.28 | 213.06 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 252 | 0.54 | 0.75 | 0 | 0.01 | 256.91 | 0.97 | 0.62 |
| Hex | 75 | 40 | FC | 36 | 4B | 0 | 1 | 101 | 61 | 3E |
| Octal | 165 | 100 | 374 | 66 | 113 | 0 | 1 | 401 | 141 | 76 |
| Binary | 1110101 | 1000000 | 11111100 | 110110 | 1001011 | 0 | 1 | 100000001 | 1100001 | 111110 |
Color Harmonies of #7540FC
Complementary color
Monochromatic Colors of #7540FC
Black with #7540FC
Text Example
Text Example
White with #7540FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540FC; }
p { color: rgb(117,64,252); }
H1.HeaderClassName
{
color: #7540FC;
}
.AnyTagClassName
{
color: #7540FC;
}
</style>
background-color css
<style>
a { background-color: #7540FC; }
a { background-color: rgb(117,64,252); }
div.DivClassName
{
background-color: #7540FC;
}
.BgClassName
{
background-color: #7540FC;
}
</style>
border-color css
<style>
span { border-color: #7540FC; }
span { border-color: rgb(117,64,252); }
td.TdClassName
{
border-color: #7540FC;
}
.TagClassName
{
border-color: #7540FC;
}
</style>