Shades of Electric Purple #C713ED
Tints of Electric Purple #C713ED
RGB
CMYK
RGB Variations
Color information
#C713ED (or 0xC713ED) is known color: Electric Purple. HEX triplet: C7, 13 and ED. RGB value is (199,19,237). Sum of RGB (Red+Green+Blue) = 199+19+237=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #C713ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C713ED is #38EC12. Grayscale: #606060. Windows color (decimal): -3730451 or 15537095. OLE color: 15537095.
HSL color Cylindrical-coordinate representation of color #C713ED: hue angle of 289.54º degrees, saturation: 0.86, 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 #C713ED is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 19 | 237 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.07 |
| HSL | 289.54º | 0.86% | 0.5% | - |
| HSV(B) | 289.54º | 0.92% | 0.93% | - |
| XYZ | 39.07 | 18.72 | 81.68 | - |
| YUV | 97.67 | 206.63 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 237 | 0.16 | 0.92 | 0 | 0.07 | 289.54 | 0.86 | 0.5 |
| Hex | C7 | 13 | ED | 10 | 5C | 0 | 7 | 122 | 56 | 32 |
| Octal | 307 | 23 | 355 | 20 | 134 | 0 | 7 | 442 | 126 | 62 |
| Binary | 11000111 | 10011 | 11101101 | 10000 | 1011100 | 0 | 111 | 100100010 | 1010110 | 110010 |
Color Harmonies of #C713ED
Complementary color
Monochromatic Colors of #C713ED
Black with #C713ED
Text Example
Text Example
White with #C713ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C713ED; }
p { color: rgb(199,19,237); }
H1.HeaderClassName
{
color: #C713ED;
}
.AnyTagClassName
{
color: #C713ED;
}
</style>
background-color css
<style>
a { background-color: #C713ED; }
a { background-color: rgb(199,19,237); }
div.DivClassName
{
background-color: #C713ED;
}
.BgClassName
{
background-color: #C713ED;
}
</style>
border-color css
<style>
span { border-color: #C713ED; }
span { border-color: rgb(199,19,237); }
td.TdClassName
{
border-color: #C713ED;
}
.TagClassName
{
border-color: #C713ED;
}
</style>