Shades of Electric Purple #C713EC
Tints of Electric Purple #C713EC
RGB
CMYK
RGB Variations
Color information
#C713EC (or 0xC713EC) is known color: Electric Purple. HEX triplet: C7, 13 and EC. RGB value is (199,19,236). Sum of RGB (Red+Green+Blue) = 199+19+236=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #C713EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C713EC is #38EC13. Grayscale: #606060. Windows color (decimal): -3730452 or 15471559. OLE color: 15471559.
HSL color Cylindrical-coordinate representation of color #C713EC: hue angle of 289.77º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C713EC is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 19 | 236 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.07 |
| HSL | 289.77º | 0.85% | 0.5% | - |
| HSV(B) | 289.77º | 0.92% | 0.93% | - |
| XYZ | 38.93 | 18.66 | 80.91 | - |
| YUV | 97.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 236 | 0.16 | 0.92 | 0 | 0.07 | 289.77 | 0.85 | 0.5 |
| Hex | C7 | 13 | EC | 10 | 5C | 0 | 7 | 122 | 55 | 32 |
| Octal | 307 | 23 | 354 | 20 | 134 | 0 | 7 | 442 | 125 | 62 |
| Binary | 11000111 | 10011 | 11101100 | 10000 | 1011100 | 0 | 111 | 100100010 | 1010101 | 110010 |
Color Harmonies of #C713EC
Complementary color
Monochromatic Colors of #C713EC
Black with #C713EC
Text Example
Text Example
White with #C713EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C713EC; }
p { color: rgb(199,19,236); }
H1.HeaderClassName
{
color: #C713EC;
}
.AnyTagClassName
{
color: #C713EC;
}
</style>
background-color css
<style>
a { background-color: #C713EC; }
a { background-color: rgb(199,19,236); }
div.DivClassName
{
background-color: #C713EC;
}
.BgClassName
{
background-color: #C713EC;
}
</style>
border-color css
<style>
span { border-color: #C713EC; }
span { border-color: rgb(199,19,236); }
td.TdClassName
{
border-color: #C713EC;
}
.TagClassName
{
border-color: #C713EC;
}
</style>