Shades of Blue Violet #7C2CDE
Tints of Blue Violet #7C2CDE
RGB
CMYK
RGB Variations
Color information
#7C2CDE (or 0x7C2CDE) is known color: Blue Violet. HEX triplet: 7C, 2C and DE. RGB value is (124,44,222). Sum of RGB (Red+Green+Blue) = 124+44+222=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C2CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2CDE is #83D321. Grayscale: #575757. Windows color (decimal): -8639266 or 14560380. OLE color: 14560380.
HSL color Cylindrical-coordinate representation of color #7C2CDE: hue angle of 266.97º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C2CDE is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 44 | 222 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.13 |
| HSL | 266.97º | 0.73% | 0.52% | - |
| HSV(B) | 266.97º | 0.8% | 0.87% | - |
| XYZ | 22.4 | 11.36 | 70.12 | - |
| YUV | 88.21 | 203.5 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 222 | 0.44 | 0.80 | 0 | 0.13 | 266.97 | 0.73 | 0.52 |
| Hex | 7C | 2C | DE | 2C | 50 | 0 | D | 10B | 49 | 34 |
| Octal | 174 | 54 | 336 | 54 | 120 | 0 | 15 | 413 | 111 | 64 |
| Binary | 1111100 | 101100 | 11011110 | 101100 | 1010000 | 0 | 1101 | 100001011 | 1001001 | 110100 |
Color Harmonies of #7C2CDE
Complementary color
Monochromatic Colors of #7C2CDE
Black with #7C2CDE
Text Example
Text Example
White with #7C2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2CDE; }
p { color: rgb(124,44,222); }
H1.HeaderClassName
{
color: #7C2CDE;
}
.AnyTagClassName
{
color: #7C2CDE;
}
</style>
background-color css
<style>
a { background-color: #7C2CDE; }
a { background-color: rgb(124,44,222); }
div.DivClassName
{
background-color: #7C2CDE;
}
.BgClassName
{
background-color: #7C2CDE;
}
</style>
border-color css
<style>
span { border-color: #7C2CDE; }
span { border-color: rgb(124,44,222); }
td.TdClassName
{
border-color: #7C2CDE;
}
.TagClassName
{
border-color: #7C2CDE;
}
</style>