Shades of Electric Purple #C728FE
Tints of Electric Purple #C728FE
RGB
CMYK
RGB Variations
Color information
#C728FE (or 0xC728FE) is known color: Electric Purple. HEX triplet: C7, 28 and FE. RGB value is (199,40,254). Sum of RGB (Red+Green+Blue) = 199+40+254=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #C728FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C728FE is #38D701. Grayscale: #6F6F6F. Windows color (decimal): -3725058 or 16656583. OLE color: 16656583.
HSL color Cylindrical-coordinate representation of color #C728FE: hue angle of 284.58º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C728FE is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 40 | 254 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.00 |
| HSL | 284.58º | 0.99% | 0.58% | - |
| HSV(B) | 284.58º | 0.84% | 1% | - |
| XYZ | 42.2 | 20.82 | 95.56 | - |
| YUV | 111.94 | 208.18 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 254 | 0.22 | 0.84 | 0 | 0.00 | 284.58 | 0.99 | 0.58 |
| Hex | C7 | 28 | FE | 16 | 54 | 0 | 0 | 11D | 63 | 3A |
| Octal | 307 | 50 | 376 | 26 | 124 | 0 | 0 | 435 | 143 | 72 |
| Binary | 11000111 | 101000 | 11111110 | 10110 | 1010100 | 0 | 0 | 100011101 | 1100011 | 111010 |
Color Harmonies of #C728FE
Complementary color
Monochromatic Colors of #C728FE
Black with #C728FE
Text Example
Text Example
White with #C728FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728FE; }
p { color: rgb(199,40,254); }
H1.HeaderClassName
{
color: #C728FE;
}
.AnyTagClassName
{
color: #C728FE;
}
</style>
background-color css
<style>
a { background-color: #C728FE; }
a { background-color: rgb(199,40,254); }
div.DivClassName
{
background-color: #C728FE;
}
.BgClassName
{
background-color: #C728FE;
}
</style>
border-color css
<style>
span { border-color: #C728FE; }
span { border-color: rgb(199,40,254); }
td.TdClassName
{
border-color: #C728FE;
}
.TagClassName
{
border-color: #C728FE;
}
</style>