Shades of Blue Violet #7C37DE
Tints of Blue Violet #7C37DE
RGB
CMYK
RGB Variations
Color information
#7C37DE (or 0x7C37DE) is known color: Blue Violet. HEX triplet: 7C, 37 and DE. RGB value is (124,55,222). Sum of RGB (Red+Green+Blue) = 124+55+222=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C37DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C37DE is #83C821. Grayscale: #5E5E5E. Windows color (decimal): -8636450 or 14563196. OLE color: 14563196.
HSL color Cylindrical-coordinate representation of color #7C37DE: hue angle of 264.79º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C37DE is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 55 | 222 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.13 |
| HSL | 264.79º | 0.72% | 0.54% | - |
| HSV(B) | 264.79º | 0.75% | 0.87% | - |
| XYZ | 22.86 | 12.29 | 70.27 | - |
| YUV | 94.67 | 199.86 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 222 | 0.44 | 0.75 | 0 | 0.13 | 264.79 | 0.72 | 0.54 |
| Hex | 7C | 37 | DE | 2C | 4B | 0 | D | 109 | 48 | 36 |
| Octal | 174 | 67 | 336 | 54 | 113 | 0 | 15 | 411 | 110 | 66 |
| Binary | 1111100 | 110111 | 11011110 | 101100 | 1001011 | 0 | 1101 | 100001001 | 1001000 | 110110 |
Color Harmonies of #7C37DE
Complementary color
Monochromatic Colors of #7C37DE
Black with #7C37DE
Text Example
Text Example
White with #7C37DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C37DE; }
p { color: rgb(124,55,222); }
H1.HeaderClassName
{
color: #7C37DE;
}
.AnyTagClassName
{
color: #7C37DE;
}
</style>
background-color css
<style>
a { background-color: #7C37DE; }
a { background-color: rgb(124,55,222); }
div.DivClassName
{
background-color: #7C37DE;
}
.BgClassName
{
background-color: #7C37DE;
}
</style>
border-color css
<style>
span { border-color: #7C37DE; }
span { border-color: rgb(124,55,222); }
td.TdClassName
{
border-color: #7C37DE;
}
.TagClassName
{
border-color: #7C37DE;
}
</style>