Shades of Electric Purple #C613ED
Tints of Electric Purple #C613ED
RGB
CMYK
RGB Variations
Color information
#C613ED (or 0xC613ED) is known color: Electric Purple. HEX triplet: C6, 13 and ED. RGB value is (198,19,237). Sum of RGB (Red+Green+Blue) = 198+19+237=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #C613ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C613ED is #39EC12. Grayscale: #606060. Windows color (decimal): -3795987 or 15537094. OLE color: 15537094.
HSL color Cylindrical-coordinate representation of color #C613ED: hue angle of 289.27º 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 #C613ED is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 19 | 237 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.07 |
| HSL | 289.27º | 0.86% | 0.5% | - |
| HSV(B) | 289.27º | 0.92% | 0.93% | - |
| XYZ | 38.81 | 18.59 | 81.66 | - |
| YUV | 97.37 | 206.8 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 237 | 0.16 | 0.92 | 0 | 0.07 | 289.27 | 0.86 | 0.5 |
| Hex | C6 | 13 | ED | 10 | 5C | 0 | 7 | 121 | 56 | 32 |
| Octal | 306 | 23 | 355 | 20 | 134 | 0 | 7 | 441 | 126 | 62 |
| Binary | 11000110 | 10011 | 11101101 | 10000 | 1011100 | 0 | 111 | 100100001 | 1010110 | 110010 |
Color Harmonies of #C613ED
Complementary color
Monochromatic Colors of #C613ED
Black with #C613ED
Text Example
Text Example
White with #C613ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613ED; }
p { color: rgb(198,19,237); }
H1.HeaderClassName
{
color: #C613ED;
}
.AnyTagClassName
{
color: #C613ED;
}
</style>
background-color css
<style>
a { background-color: #C613ED; }
a { background-color: rgb(198,19,237); }
div.DivClassName
{
background-color: #C613ED;
}
.BgClassName
{
background-color: #C613ED;
}
</style>
border-color css
<style>
span { border-color: #C613ED; }
span { border-color: rgb(198,19,237); }
td.TdClassName
{
border-color: #C613ED;
}
.TagClassName
{
border-color: #C613ED;
}
</style>