Shades of Blue Violet #7540FA
Tints of Blue Violet #7540FA
RGB
CMYK
RGB Variations
Color information
#7540FA (or 0x7540FA) is known color: Blue Violet. HEX triplet: 75, 40 and FA. RGB value is (117,64,250). Sum of RGB (Red+Green+Blue) = 117+64+250=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #7540FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7540FA is #8ABF05. Grayscale: #646464. Windows color (decimal): -9092870 or 16400501. OLE color: 16400501.
HSL color Cylindrical-coordinate representation of color #7540FA: hue angle of 257.1º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7540FA is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 64 | 250 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.02 |
| HSL | 257.1º | 0.95% | 0.62% | - |
| HSV(B) | 257.1º | 0.74% | 0.98% | - |
| XYZ | 26.42 | 14.35 | 91.82 | - |
| YUV | 101.05 | 212.06 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 250 | 0.53 | 0.74 | 0 | 0.02 | 257.1 | 0.95 | 0.62 |
| Hex | 75 | 40 | FA | 35 | 4A | 0 | 2 | 101 | 5F | 3E |
| Octal | 165 | 100 | 372 | 65 | 112 | 0 | 2 | 401 | 137 | 76 |
| Binary | 1110101 | 1000000 | 11111010 | 110101 | 1001010 | 0 | 10 | 100000001 | 1011111 | 111110 |
Color Harmonies of #7540FA
Complementary color
Monochromatic Colors of #7540FA
Black with #7540FA
Text Example
Text Example
White with #7540FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540FA; }
p { color: rgb(117,64,250); }
H1.HeaderClassName
{
color: #7540FA;
}
.AnyTagClassName
{
color: #7540FA;
}
</style>
background-color css
<style>
a { background-color: #7540FA; }
a { background-color: rgb(117,64,250); }
div.DivClassName
{
background-color: #7540FA;
}
.BgClassName
{
background-color: #7540FA;
}
</style>
border-color css
<style>
span { border-color: #7540FA; }
span { border-color: rgb(117,64,250); }
td.TdClassName
{
border-color: #7540FA;
}
.TagClassName
{
border-color: #7540FA;
}
</style>