Shades of Electric Purple #C721EF
Tints of Electric Purple #C721EF
RGB
CMYK
RGB Variations
Color information
#C721EF (or 0xC721EF) is known color: Electric Purple. HEX triplet: C7, 21 and EF. RGB value is (199,33,239). Sum of RGB (Red+Green+Blue) = 199+33+239=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #C721EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C721EF is #38DE10. Grayscale: #696969. Windows color (decimal): -3726865 or 15671751. OLE color: 15671751.
HSL color Cylindrical-coordinate representation of color #C721EF: hue angle of 288.35º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C721EF is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 33 | 239 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.06 |
| HSL | 288.35º | 0.87% | 0.53% | - |
| HSV(B) | 288.35º | 0.86% | 0.94% | - |
| XYZ | 39.68 | 19.46 | 83.33 | - |
| YUV | 106.12 | 203 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 239 | 0.17 | 0.86 | 0 | 0.06 | 288.35 | 0.87 | 0.53 |
| Hex | C7 | 21 | EF | 11 | 56 | 0 | 6 | 120 | 57 | 35 |
| Octal | 307 | 41 | 357 | 21 | 126 | 0 | 6 | 440 | 127 | 65 |
| Binary | 11000111 | 100001 | 11101111 | 10001 | 1010110 | 0 | 110 | 100100000 | 1010111 | 110101 |
Color Harmonies of #C721EF
Complementary color
Monochromatic Colors of #C721EF
Black with #C721EF
Text Example
Text Example
White with #C721EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C721EF; }
p { color: rgb(199,33,239); }
H1.HeaderClassName
{
color: #C721EF;
}
.AnyTagClassName
{
color: #C721EF;
}
</style>
background-color css
<style>
a { background-color: #C721EF; }
a { background-color: rgb(199,33,239); }
div.DivClassName
{
background-color: #C721EF;
}
.BgClassName
{
background-color: #C721EF;
}
</style>
border-color css
<style>
span { border-color: #C721EF; }
span { border-color: rgb(199,33,239); }
td.TdClassName
{
border-color: #C721EF;
}
.TagClassName
{
border-color: #C721EF;
}
</style>