Shades of Electric Purple #C728EB
Tints of Electric Purple #C728EB
RGB
CMYK
RGB Variations
Color information
#C728EB (or 0xC728EB) is known color: Electric Purple. HEX triplet: C7, 28 and EB. RGB value is (199,40,235). Sum of RGB (Red+Green+Blue) = 199+40+235=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #C728EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C728EB is #38D714. Grayscale: #6D6D6D. Windows color (decimal): -3725077 or 15411399. OLE color: 15411399.
HSL color Cylindrical-coordinate representation of color #C728EB: hue angle of 288.92º degrees, saturation: 0.83, 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 #C728EB is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 40 | 235 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.08 |
| HSL | 288.92º | 0.83% | 0.54% | - |
| HSV(B) | 288.92º | 0.83% | 0.92% | - |
| XYZ | 39.31 | 19.66 | 80.32 | - |
| YUV | 109.77 | 198.68 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 235 | 0.15 | 0.83 | 0 | 0.08 | 288.92 | 0.83 | 0.54 |
| Hex | C7 | 28 | EB | F | 53 | 0 | 8 | 121 | 53 | 36 |
| Octal | 307 | 50 | 353 | 17 | 123 | 0 | 10 | 441 | 123 | 66 |
| Binary | 11000111 | 101000 | 11101011 | 1111 | 1010011 | 0 | 1000 | 100100001 | 1010011 | 110110 |
Color Harmonies of #C728EB
Complementary color
Monochromatic Colors of #C728EB
Black with #C728EB
Text Example
Text Example
White with #C728EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728EB; }
p { color: rgb(199,40,235); }
H1.HeaderClassName
{
color: #C728EB;
}
.AnyTagClassName
{
color: #C728EB;
}
</style>
background-color css
<style>
a { background-color: #C728EB; }
a { background-color: rgb(199,40,235); }
div.DivClassName
{
background-color: #C728EB;
}
.BgClassName
{
background-color: #C728EB;
}
</style>
border-color css
<style>
span { border-color: #C728EB; }
span { border-color: rgb(199,40,235); }
td.TdClassName
{
border-color: #C728EB;
}
.TagClassName
{
border-color: #C728EB;
}
</style>