Shades of Electric Purple #C728EA
Tints of Electric Purple #C728EA
RGB
CMYK
RGB Variations
Color information
#C728EA (or 0xC728EA) is known color: Electric Purple. HEX triplet: C7, 28 and EA. RGB value is (199,40,234). Sum of RGB (Red+Green+Blue) = 199+40+234=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #C728EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C728EA is #38D715. Grayscale: #6D6D6D. Windows color (decimal): -3725078 or 15345863. OLE color: 15345863.
HSL color Cylindrical-coordinate representation of color #C728EA: hue angle of 289.18º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C728EA is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 40 | 234 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.08 |
| HSL | 289.18º | 0.82% | 0.54% | - |
| HSV(B) | 289.18º | 0.83% | 0.92% | - |
| XYZ | 39.16 | 19.6 | 79.56 | - |
| YUV | 109.66 | 198.18 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 234 | 0.15 | 0.83 | 0 | 0.08 | 289.18 | 0.82 | 0.54 |
| Hex | C7 | 28 | EA | F | 53 | 0 | 8 | 121 | 52 | 36 |
| Octal | 307 | 50 | 352 | 17 | 123 | 0 | 10 | 441 | 122 | 66 |
| Binary | 11000111 | 101000 | 11101010 | 1111 | 1010011 | 0 | 1000 | 100100001 | 1010010 | 110110 |
Color Harmonies of #C728EA
Complementary color
Monochromatic Colors of #C728EA
Black with #C728EA
Text Example
Text Example
White with #C728EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728EA; }
p { color: rgb(199,40,234); }
H1.HeaderClassName
{
color: #C728EA;
}
.AnyTagClassName
{
color: #C728EA;
}
</style>
background-color css
<style>
a { background-color: #C728EA; }
a { background-color: rgb(199,40,234); }
div.DivClassName
{
background-color: #C728EA;
}
.BgClassName
{
background-color: #C728EA;
}
</style>
border-color css
<style>
span { border-color: #C728EA; }
span { border-color: rgb(199,40,234); }
td.TdClassName
{
border-color: #C728EA;
}
.TagClassName
{
border-color: #C728EA;
}
</style>