Shades of Electric Purple #C720EF
Tints of Electric Purple #C720EF
RGB
CMYK
RGB Variations
Color information
#C720EF (or 0xC720EF) is known color: Electric Purple. HEX triplet: C7, 20 and EF. RGB value is (199,32,239). Sum of RGB (Red+Green+Blue) = 199+32+239=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #C720EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C720EF is #38DF10. Grayscale: #686868. Windows color (decimal): -3727121 or 15671495. OLE color: 15671495.
HSL color Cylindrical-coordinate representation of color #C720EF: hue angle of 288.41º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C720EF is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 32 | 239 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.06 |
| HSL | 288.41º | 0.87% | 0.53% | - |
| HSV(B) | 288.41º | 0.87% | 0.94% | - |
| XYZ | 39.65 | 19.41 | 83.32 | - |
| YUV | 105.53 | 203.33 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 239 | 0.17 | 0.87 | 0 | 0.06 | 288.41 | 0.87 | 0.53 |
| Hex | C7 | 20 | EF | 11 | 57 | 0 | 6 | 120 | 57 | 35 |
| Octal | 307 | 40 | 357 | 21 | 127 | 0 | 6 | 440 | 127 | 65 |
| Binary | 11000111 | 100000 | 11101111 | 10001 | 1010111 | 0 | 110 | 100100000 | 1010111 | 110101 |
Color Harmonies of #C720EF
Complementary color
Monochromatic Colors of #C720EF
Black with #C720EF
Text Example
Text Example
White with #C720EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720EF; }
p { color: rgb(199,32,239); }
H1.HeaderClassName
{
color: #C720EF;
}
.AnyTagClassName
{
color: #C720EF;
}
</style>
background-color css
<style>
a { background-color: #C720EF; }
a { background-color: rgb(199,32,239); }
div.DivClassName
{
background-color: #C720EF;
}
.BgClassName
{
background-color: #C720EF;
}
</style>
border-color css
<style>
span { border-color: #C720EF; }
span { border-color: rgb(199,32,239); }
td.TdClassName
{
border-color: #C720EF;
}
.TagClassName
{
border-color: #C720EF;
}
</style>