Shades of Blue Violet #7C15EE
Tints of Blue Violet #7C15EE
RGB
CMYK
RGB Variations
Color information
#7C15EE (or 0x7C15EE) is known color: Blue Violet. HEX triplet: 7C, 15 and EE. RGB value is (124,21,238). Sum of RGB (Red+Green+Blue) = 124+21+238=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C15EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C15EE is #83EA11. Grayscale: #4B4B4B. Windows color (decimal): -8645138 or 15603068. OLE color: 15603068.
HSL color Cylindrical-coordinate representation of color #7C15EE: hue angle of 268.48º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C15EE is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 21 | 238 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.07 |
| HSL | 268.48º | 0.86% | 0.51% | - |
| HSV(B) | 268.48º | 0.91% | 0.93% | - |
| XYZ | 24.01 | 10.99 | 81.75 | - |
| YUV | 76.54 | 219.12 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 238 | 0.48 | 0.91 | 0 | 0.07 | 268.48 | 0.86 | 0.51 |
| Hex | 7C | 15 | EE | 30 | 5B | 0 | 7 | 10C | 56 | 33 |
| Octal | 174 | 25 | 356 | 60 | 133 | 0 | 7 | 414 | 126 | 63 |
| Binary | 1111100 | 10101 | 11101110 | 110000 | 1011011 | 0 | 111 | 100001100 | 1010110 | 110011 |
Color Harmonies of #7C15EE
Complementary color
Monochromatic Colors of #7C15EE
Black with #7C15EE
Text Example
Text Example
White with #7C15EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C15EE; }
p { color: rgb(124,21,238); }
H1.HeaderClassName
{
color: #7C15EE;
}
.AnyTagClassName
{
color: #7C15EE;
}
</style>
background-color css
<style>
a { background-color: #7C15EE; }
a { background-color: rgb(124,21,238); }
div.DivClassName
{
background-color: #7C15EE;
}
.BgClassName
{
background-color: #7C15EE;
}
</style>
border-color css
<style>
span { border-color: #7C15EE; }
span { border-color: rgb(124,21,238); }
td.TdClassName
{
border-color: #7C15EE;
}
.TagClassName
{
border-color: #7C15EE;
}
</style>