Shades of Blue Violet #7C15F1
Tints of Blue Violet #7C15F1
RGB
CMYK
RGB Variations
Color information
#7C15F1 (or 0x7C15F1) is known color: Blue Violet. HEX triplet: 7C, 15 and F1. RGB value is (124,21,241). Sum of RGB (Red+Green+Blue) = 124+21+241=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C15F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C15F1 is #83EA0E. Grayscale: #4C4C4C. Windows color (decimal): -8645135 or 15799676. OLE color: 15799676.
HSL color Cylindrical-coordinate representation of color #7C15F1: hue angle of 268.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C15F1 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 21 | 241 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.05 |
| HSL | 268.09º | 0.89% | 0.51% | - |
| HSV(B) | 268.09º | 0.91% | 0.95% | - |
| XYZ | 24.46 | 11.17 | 84.09 | - |
| YUV | 76.88 | 220.62 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 241 | 0.49 | 0.91 | 0 | 0.05 | 268.09 | 0.89 | 0.51 |
| Hex | 7C | 15 | F1 | 31 | 5B | 0 | 5 | 10C | 59 | 33 |
| Octal | 174 | 25 | 361 | 61 | 133 | 0 | 5 | 414 | 131 | 63 |
| Binary | 1111100 | 10101 | 11110001 | 110001 | 1011011 | 0 | 101 | 100001100 | 1011001 | 110011 |
Color Harmonies of #7C15F1
Complementary color
Monochromatic Colors of #7C15F1
Black with #7C15F1
Text Example
Text Example
White with #7C15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C15F1; }
p { color: rgb(124,21,241); }
H1.HeaderClassName
{
color: #7C15F1;
}
.AnyTagClassName
{
color: #7C15F1;
}
</style>
background-color css
<style>
a { background-color: #7C15F1; }
a { background-color: rgb(124,21,241); }
div.DivClassName
{
background-color: #7C15F1;
}
.BgClassName
{
background-color: #7C15F1;
}
</style>
border-color css
<style>
span { border-color: #7C15F1; }
span { border-color: rgb(124,21,241); }
td.TdClassName
{
border-color: #7C15F1;
}
.TagClassName
{
border-color: #7C15F1;
}
</style>