Shades of Blue Violet #7540F1
Tints of Blue Violet #7540F1
RGB
CMYK
RGB Variations
Color information
#7540F1 (or 0x7540F1) is known color: Blue Violet. HEX triplet: 75, 40 and F1. RGB value is (117,64,241). Sum of RGB (Red+Green+Blue) = 117+64+241=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #7540F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7540F1 is #8ABF0E. Grayscale: #636363. Windows color (decimal): -9092879 or 15810677. OLE color: 15810677.
HSL color Cylindrical-coordinate representation of color #7540F1: hue angle of 257.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7540F1 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 64 | 241 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.05 |
| HSL | 257.97º | 0.86% | 0.6% | - |
| HSV(B) | 257.97º | 0.73% | 0.95% | - |
| XYZ | 25.05 | 13.8 | 84.56 | - |
| YUV | 100.03 | 207.56 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 241 | 0.51 | 0.73 | 0 | 0.05 | 257.97 | 0.86 | 0.6 |
| Hex | 75 | 40 | F1 | 33 | 49 | 0 | 5 | 102 | 56 | 3C |
| Octal | 165 | 100 | 361 | 63 | 111 | 0 | 5 | 402 | 126 | 74 |
| Binary | 1110101 | 1000000 | 11110001 | 110011 | 1001001 | 0 | 101 | 100000010 | 1010110 | 111100 |
Color Harmonies of #7540F1
Complementary color
Monochromatic Colors of #7540F1
Black with #7540F1
Text Example
Text Example
White with #7540F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540F1; }
p { color: rgb(117,64,241); }
H1.HeaderClassName
{
color: #7540F1;
}
.AnyTagClassName
{
color: #7540F1;
}
</style>
background-color css
<style>
a { background-color: #7540F1; }
a { background-color: rgb(117,64,241); }
div.DivClassName
{
background-color: #7540F1;
}
.BgClassName
{
background-color: #7540F1;
}
</style>
border-color css
<style>
span { border-color: #7540F1; }
span { border-color: rgb(117,64,241); }
td.TdClassName
{
border-color: #7540F1;
}
.TagClassName
{
border-color: #7540F1;
}
</style>