Shades of Electric Purple #C722EF
Tints of Electric Purple #C722EF
RGB
CMYK
RGB Variations
Color information
#C722EF (or 0xC722EF) is known color: Electric Purple. HEX triplet: C7, 22 and EF. RGB value is (199,34,239). Sum of RGB (Red+Green+Blue) = 199+34+239=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #C722EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C722EF is #38DD10. Grayscale: #6A6A6A. Windows color (decimal): -3726609 or 15672007. OLE color: 15672007.
HSL color Cylindrical-coordinate representation of color #C722EF: hue angle of 288.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C722EF is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 34 | 239 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.06 |
| HSL | 288.29º | 0.86% | 0.54% | - |
| HSV(B) | 288.29º | 0.86% | 0.94% | - |
| XYZ | 39.71 | 19.52 | 83.34 | - |
| YUV | 106.71 | 202.66 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 239 | 0.17 | 0.86 | 0 | 0.06 | 288.29 | 0.86 | 0.54 |
| Hex | C7 | 22 | EF | 11 | 56 | 0 | 6 | 120 | 56 | 36 |
| Octal | 307 | 42 | 357 | 21 | 126 | 0 | 6 | 440 | 126 | 66 |
| Binary | 11000111 | 100010 | 11101111 | 10001 | 1010110 | 0 | 110 | 100100000 | 1010110 | 110110 |
Color Harmonies of #C722EF
Complementary color
Monochromatic Colors of #C722EF
Black with #C722EF
Text Example
Text Example
White with #C722EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C722EF; }
p { color: rgb(199,34,239); }
H1.HeaderClassName
{
color: #C722EF;
}
.AnyTagClassName
{
color: #C722EF;
}
</style>
background-color css
<style>
a { background-color: #C722EF; }
a { background-color: rgb(199,34,239); }
div.DivClassName
{
background-color: #C722EF;
}
.BgClassName
{
background-color: #C722EF;
}
</style>
border-color css
<style>
span { border-color: #C722EF; }
span { border-color: rgb(199,34,239); }
td.TdClassName
{
border-color: #C722EF;
}
.TagClassName
{
border-color: #C722EF;
}
</style>