Shades of Electric Purple #C728EC
Tints of Electric Purple #C728EC
RGB
CMYK
RGB Variations
Color information
#C728EC (or 0xC728EC) is known color: Electric Purple. HEX triplet: C7, 28 and EC. RGB value is (199,40,236). Sum of RGB (Red+Green+Blue) = 199+40+236=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #C728EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C728EC is #38D713. Grayscale: #6D6D6D. Windows color (decimal): -3725076 or 15476935. OLE color: 15476935.
HSL color Cylindrical-coordinate representation of color #C728EC: hue angle of 288.67º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C728EC is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 40 | 236 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.07 |
| HSL | 288.67º | 0.84% | 0.54% | - |
| HSV(B) | 288.67º | 0.83% | 0.93% | - |
| XYZ | 39.45 | 19.72 | 81.08 | - |
| YUV | 109.89 | 199.18 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 236 | 0.16 | 0.83 | 0 | 0.07 | 288.67 | 0.84 | 0.54 |
| Hex | C7 | 28 | EC | 10 | 53 | 0 | 7 | 121 | 54 | 36 |
| Octal | 307 | 50 | 354 | 20 | 123 | 0 | 7 | 441 | 124 | 66 |
| Binary | 11000111 | 101000 | 11101100 | 10000 | 1010011 | 0 | 111 | 100100001 | 1010100 | 110110 |
Color Harmonies of #C728EC
Complementary color
Monochromatic Colors of #C728EC
Black with #C728EC
Text Example
Text Example
White with #C728EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728EC; }
p { color: rgb(199,40,236); }
H1.HeaderClassName
{
color: #C728EC;
}
.AnyTagClassName
{
color: #C728EC;
}
</style>
background-color css
<style>
a { background-color: #C728EC; }
a { background-color: rgb(199,40,236); }
div.DivClassName
{
background-color: #C728EC;
}
.BgClassName
{
background-color: #C728EC;
}
</style>
border-color css
<style>
span { border-color: #C728EC; }
span { border-color: rgb(199,40,236); }
td.TdClassName
{
border-color: #C728EC;
}
.TagClassName
{
border-color: #C728EC;
}
</style>