Shades of Electric Purple #C724EC
Tints of Electric Purple #C724EC
RGB
CMYK
RGB Variations
Color information
#C724EC (or 0xC724EC) is known color: Electric Purple. HEX triplet: C7, 24 and EC. RGB value is (199,36,236). Sum of RGB (Red+Green+Blue) = 199+36+236=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #C724EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C724EC is #38DB13. Grayscale: #6A6A6A. Windows color (decimal): -3726100 or 15475911. OLE color: 15475911.
HSL color Cylindrical-coordinate representation of color #C724EC: hue angle of 288.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C724EC is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 36 | 236 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.07 |
| HSL | 288.9º | 0.84% | 0.53% | - |
| HSV(B) | 288.9º | 0.85% | 0.93% | - |
| XYZ | 39.32 | 19.46 | 81.04 | - |
| YUV | 107.54 | 200.5 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 236 | 0.16 | 0.85 | 0 | 0.07 | 288.9 | 0.84 | 0.53 |
| Hex | C7 | 24 | EC | 10 | 55 | 0 | 7 | 121 | 54 | 35 |
| Octal | 307 | 44 | 354 | 20 | 125 | 0 | 7 | 441 | 124 | 65 |
| Binary | 11000111 | 100100 | 11101100 | 10000 | 1010101 | 0 | 111 | 100100001 | 1010100 | 110101 |
Color Harmonies of #C724EC
Complementary color
Monochromatic Colors of #C724EC
Black with #C724EC
Text Example
Text Example
White with #C724EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724EC; }
p { color: rgb(199,36,236); }
H1.HeaderClassName
{
color: #C724EC;
}
.AnyTagClassName
{
color: #C724EC;
}
</style>
background-color css
<style>
a { background-color: #C724EC; }
a { background-color: rgb(199,36,236); }
div.DivClassName
{
background-color: #C724EC;
}
.BgClassName
{
background-color: #C724EC;
}
</style>
border-color css
<style>
span { border-color: #C724EC; }
span { border-color: rgb(199,36,236); }
td.TdClassName
{
border-color: #C724EC;
}
.TagClassName
{
border-color: #C724EC;
}
</style>