Shades of Electric Purple #C728EE
Tints of Electric Purple #C728EE
RGB
CMYK
RGB Variations
Color information
#C728EE (or 0xC728EE) is known color: Electric Purple. HEX triplet: C7, 28 and EE. RGB value is (199,40,238). Sum of RGB (Red+Green+Blue) = 199+40+238=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #C728EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C728EE is #38D711. Grayscale: #6D6D6D. Windows color (decimal): -3725074 or 15608007. OLE color: 15608007.
HSL color Cylindrical-coordinate representation of color #C728EE: hue angle of 288.18º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C728EE is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 40 | 238 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.07 |
| HSL | 288.18º | 0.85% | 0.55% | - |
| HSV(B) | 288.18º | 0.83% | 0.93% | - |
| XYZ | 39.74 | 19.83 | 82.62 | - |
| YUV | 110.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 238 | 0.16 | 0.83 | 0 | 0.07 | 288.18 | 0.85 | 0.55 |
| Hex | C7 | 28 | EE | 10 | 53 | 0 | 7 | 120 | 55 | 37 |
| Octal | 307 | 50 | 356 | 20 | 123 | 0 | 7 | 440 | 125 | 67 |
| Binary | 11000111 | 101000 | 11101110 | 10000 | 1010011 | 0 | 111 | 100100000 | 1010101 | 110111 |
Color Harmonies of #C728EE
Complementary color
Monochromatic Colors of #C728EE
Black with #C728EE
Text Example
Text Example
White with #C728EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728EE; }
p { color: rgb(199,40,238); }
H1.HeaderClassName
{
color: #C728EE;
}
.AnyTagClassName
{
color: #C728EE;
}
</style>
background-color css
<style>
a { background-color: #C728EE; }
a { background-color: rgb(199,40,238); }
div.DivClassName
{
background-color: #C728EE;
}
.BgClassName
{
background-color: #C728EE;
}
</style>
border-color css
<style>
span { border-color: #C728EE; }
span { border-color: rgb(199,40,238); }
td.TdClassName
{
border-color: #C728EE;
}
.TagClassName
{
border-color: #C728EE;
}
</style>