Shades of Electric Purple #C613EE
Tints of Electric Purple #C613EE
RGB
CMYK
RGB Variations
Color information
#C613EE (or 0xC613EE) is known color: Electric Purple. HEX triplet: C6, 13 and EE. RGB value is (198,19,238). Sum of RGB (Red+Green+Blue) = 198+19+238=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #C613EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C613EE is #39EC11. Grayscale: #606060. Windows color (decimal): -3795986 or 15602630. OLE color: 15602630.
HSL color Cylindrical-coordinate representation of color #C613EE: hue angle of 289.04º degrees, saturation: 0.87, 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 #C613EE is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 19 | 238 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.07 |
| HSL | 289.04º | 0.87% | 0.5% | - |
| HSV(B) | 289.04º | 0.92% | 0.93% | - |
| XYZ | 38.95 | 18.64 | 82.43 | - |
| YUV | 97.49 | 207.3 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 238 | 0.17 | 0.92 | 0 | 0.07 | 289.04 | 0.87 | 0.5 |
| Hex | C6 | 13 | EE | 11 | 5C | 0 | 7 | 121 | 57 | 32 |
| Octal | 306 | 23 | 356 | 21 | 134 | 0 | 7 | 441 | 127 | 62 |
| Binary | 11000110 | 10011 | 11101110 | 10001 | 1011100 | 0 | 111 | 100100001 | 1010111 | 110010 |
Color Harmonies of #C613EE
Complementary color
Monochromatic Colors of #C613EE
Black with #C613EE
Text Example
Text Example
White with #C613EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613EE; }
p { color: rgb(198,19,238); }
H1.HeaderClassName
{
color: #C613EE;
}
.AnyTagClassName
{
color: #C613EE;
}
</style>
background-color css
<style>
a { background-color: #C613EE; }
a { background-color: rgb(198,19,238); }
div.DivClassName
{
background-color: #C613EE;
}
.BgClassName
{
background-color: #C613EE;
}
</style>
border-color css
<style>
span { border-color: #C613EE; }
span { border-color: rgb(198,19,238); }
td.TdClassName
{
border-color: #C613EE;
}
.TagClassName
{
border-color: #C613EE;
}
</style>