Shades of Electric Purple #C724EF
Tints of Electric Purple #C724EF
RGB
CMYK
RGB Variations
Color information
#C724EF (or 0xC724EF) is known color: Electric Purple. HEX triplet: C7, 24 and EF. RGB value is (199,36,239). Sum of RGB (Red+Green+Blue) = 199+36+239=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #C724EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C724EF is #38DB10. Grayscale: #6B6B6B. Windows color (decimal): -3726097 or 15672519. OLE color: 15672519.
HSL color Cylindrical-coordinate representation of color #C724EF: hue angle of 288.18º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C724EF is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 36 | 239 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.06 |
| HSL | 288.18º | 0.86% | 0.54% | - |
| HSV(B) | 288.18º | 0.85% | 0.94% | - |
| XYZ | 39.76 | 19.64 | 83.36 | - |
| YUV | 107.88 | 202 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 239 | 0.17 | 0.85 | 0 | 0.06 | 288.18 | 0.86 | 0.54 |
| Hex | C7 | 24 | EF | 11 | 55 | 0 | 6 | 120 | 56 | 36 |
| Octal | 307 | 44 | 357 | 21 | 125 | 0 | 6 | 440 | 126 | 66 |
| Binary | 11000111 | 100100 | 11101111 | 10001 | 1010101 | 0 | 110 | 100100000 | 1010110 | 110110 |
Color Harmonies of #C724EF
Complementary color
Monochromatic Colors of #C724EF
Black with #C724EF
Text Example
Text Example
White with #C724EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724EF; }
p { color: rgb(199,36,239); }
H1.HeaderClassName
{
color: #C724EF;
}
.AnyTagClassName
{
color: #C724EF;
}
</style>
background-color css
<style>
a { background-color: #C724EF; }
a { background-color: rgb(199,36,239); }
div.DivClassName
{
background-color: #C724EF;
}
.BgClassName
{
background-color: #C724EF;
}
</style>
border-color css
<style>
span { border-color: #C724EF; }
span { border-color: rgb(199,36,239); }
td.TdClassName
{
border-color: #C724EF;
}
.TagClassName
{
border-color: #C724EF;
}
</style>