Shades of Electric Purple #C72CEF
Tints of Electric Purple #C72CEF
RGB
CMYK
RGB Variations
Color information
#C72CEF (or 0xC72CEF) is known color: Electric Purple. HEX triplet: C7, 2C and EF. RGB value is (199,44,239). Sum of RGB (Red+Green+Blue) = 199+44+239=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #C72CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72CEF is #38D310. Grayscale: #6F6F6F. Windows color (decimal): -3724049 or 15674567. OLE color: 15674567.
HSL color Cylindrical-coordinate representation of color #C72CEF: hue angle of 287.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72CEF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 44 | 239 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.06 |
| HSL | 287.69º | 0.86% | 0.55% | - |
| HSV(B) | 287.69º | 0.82% | 0.94% | - |
| XYZ | 40.03 | 20.18 | 83.45 | - |
| YUV | 112.58 | 199.35 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 44 | 239 | 0.17 | 0.82 | 0 | 0.06 | 287.69 | 0.86 | 0.55 |
| Hex | C7 | 2C | EF | 11 | 52 | 0 | 6 | 120 | 56 | 37 |
| Octal | 307 | 54 | 357 | 21 | 122 | 0 | 6 | 440 | 126 | 67 |
| Binary | 11000111 | 101100 | 11101111 | 10001 | 1010010 | 0 | 110 | 100100000 | 1010110 | 110111 |
Color Harmonies of #C72CEF
Complementary color
Monochromatic Colors of #C72CEF
Black with #C72CEF
Text Example
Text Example
White with #C72CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72CEF; }
p { color: rgb(199,44,239); }
H1.HeaderClassName
{
color: #C72CEF;
}
.AnyTagClassName
{
color: #C72CEF;
}
</style>
background-color css
<style>
a { background-color: #C72CEF; }
a { background-color: rgb(199,44,239); }
div.DivClassName
{
background-color: #C72CEF;
}
.BgClassName
{
background-color: #C72CEF;
}
</style>
border-color css
<style>
span { border-color: #C72CEF; }
span { border-color: rgb(199,44,239); }
td.TdClassName
{
border-color: #C72CEF;
}
.TagClassName
{
border-color: #C72CEF;
}
</style>