Shades of Electric Purple #C722EC
Tints of Electric Purple #C722EC
RGB
CMYK
RGB Variations
Color information
#C722EC (or 0xC722EC) is known color: Electric Purple. HEX triplet: C7, 22 and EC. RGB value is (199,34,236). Sum of RGB (Red+Green+Blue) = 199+34+236=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 34 (13.67% from 255 or 7.25% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #C722EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C722EC is #38DD13. Grayscale: #696969. Windows color (decimal): -3726612 or 15475399. OLE color: 15475399.
HSL color Cylindrical-coordinate representation of color #C722EC: hue angle of 289.01º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C722EC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 34 | 236 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.07 |
| HSL | 289.01º | 0.84% | 0.53% | - |
| HSV(B) | 289.01º | 0.86% | 0.93% | - |
| XYZ | 39.27 | 19.34 | 81.02 | - |
| YUV | 106.36 | 201.16 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 236 | 0.16 | 0.86 | 0 | 0.07 | 289.01 | 0.84 | 0.53 |
| Hex | C7 | 22 | EC | 10 | 56 | 0 | 7 | 121 | 54 | 35 |
| Octal | 307 | 42 | 354 | 20 | 126 | 0 | 7 | 441 | 124 | 65 |
| Binary | 11000111 | 100010 | 11101100 | 10000 | 1010110 | 0 | 111 | 100100001 | 1010100 | 110101 |
Color Harmonies of #C722EC
Complementary color
Monochromatic Colors of #C722EC
Black with #C722EC
Text Example
Text Example
White with #C722EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C722EC; }
p { color: rgb(199,34,236); }
H1.HeaderClassName
{
color: #C722EC;
}
.AnyTagClassName
{
color: #C722EC;
}
</style>
background-color css
<style>
a { background-color: #C722EC; }
a { background-color: rgb(199,34,236); }
div.DivClassName
{
background-color: #C722EC;
}
.BgClassName
{
background-color: #C722EC;
}
</style>
border-color css
<style>
span { border-color: #C722EC; }
span { border-color: rgb(199,34,236); }
td.TdClassName
{
border-color: #C722EC;
}
.TagClassName
{
border-color: #C722EC;
}
</style>