Shades of Electric Purple #C629EC
Tints of Electric Purple #C629EC
RGB
CMYK
RGB Variations
Color information
#C629EC (or 0xC629EC) is known color: Electric Purple. HEX triplet: C6, 29 and EC. RGB value is (198,41,236). Sum of RGB (Red+Green+Blue) = 198+41+236=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #C629EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C629EC is #39D613. Grayscale: #6D6D6D. Windows color (decimal): -3790356 or 15477190. OLE color: 15477190.
HSL color Cylindrical-coordinate representation of color #C629EC: hue angle of 288.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C629EC is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 41 | 236 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.07 |
| HSL | 288.31º | 0.84% | 0.54% | - |
| HSV(B) | 288.31º | 0.83% | 0.93% | - |
| XYZ | 39.22 | 19.65 | 81.08 | - |
| YUV | 110.17 | 199.01 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 236 | 0.16 | 0.83 | 0 | 0.07 | 288.31 | 0.84 | 0.54 |
| Hex | C6 | 29 | EC | 10 | 53 | 0 | 7 | 120 | 54 | 36 |
| Octal | 306 | 51 | 354 | 20 | 123 | 0 | 7 | 440 | 124 | 66 |
| Binary | 11000110 | 101001 | 11101100 | 10000 | 1010011 | 0 | 111 | 100100000 | 1010100 | 110110 |
Color Harmonies of #C629EC
Complementary color
Monochromatic Colors of #C629EC
Black with #C629EC
Text Example
Text Example
White with #C629EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629EC; }
p { color: rgb(198,41,236); }
H1.HeaderClassName
{
color: #C629EC;
}
.AnyTagClassName
{
color: #C629EC;
}
</style>
background-color css
<style>
a { background-color: #C629EC; }
a { background-color: rgb(198,41,236); }
div.DivClassName
{
background-color: #C629EC;
}
.BgClassName
{
background-color: #C629EC;
}
</style>
border-color css
<style>
span { border-color: #C629EC; }
span { border-color: rgb(198,41,236); }
td.TdClassName
{
border-color: #C629EC;
}
.TagClassName
{
border-color: #C629EC;
}
</style>