Shades of Electric Purple #C61EEE
Tints of Electric Purple #C61EEE
RGB
CMYK
RGB Variations
Color information
#C61EEE (or 0xC61EEE) is known color: Electric Purple. HEX triplet: C6, 1E and EE. RGB value is (198,30,238). Sum of RGB (Red+Green+Blue) = 198+30+238=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #C61EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61EEE is #39E111. Grayscale: #676767. Windows color (decimal): -3793170 or 15605446. OLE color: 15605446.
HSL color Cylindrical-coordinate representation of color #C61EEE: hue angle of 288.46º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61EEE is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 30 | 238 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.07 |
| HSL | 288.46º | 0.86% | 0.53% | - |
| HSV(B) | 288.46º | 0.87% | 0.93% | - |
| XYZ | 39.19 | 19.11 | 82.51 | - |
| YUV | 103.94 | 203.66 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 238 | 0.17 | 0.87 | 0 | 0.07 | 288.46 | 0.86 | 0.53 |
| Hex | C6 | 1E | EE | 11 | 57 | 0 | 7 | 120 | 56 | 35 |
| Octal | 306 | 36 | 356 | 21 | 127 | 0 | 7 | 440 | 126 | 65 |
| Binary | 11000110 | 11110 | 11101110 | 10001 | 1010111 | 0 | 111 | 100100000 | 1010110 | 110101 |
Color Harmonies of #C61EEE
Complementary color
Monochromatic Colors of #C61EEE
Black with #C61EEE
Text Example
Text Example
White with #C61EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EEE; }
p { color: rgb(198,30,238); }
H1.HeaderClassName
{
color: #C61EEE;
}
.AnyTagClassName
{
color: #C61EEE;
}
</style>
background-color css
<style>
a { background-color: #C61EEE; }
a { background-color: rgb(198,30,238); }
div.DivClassName
{
background-color: #C61EEE;
}
.BgClassName
{
background-color: #C61EEE;
}
</style>
border-color css
<style>
span { border-color: #C61EEE; }
span { border-color: rgb(198,30,238); }
td.TdClassName
{
border-color: #C61EEE;
}
.TagClassName
{
border-color: #C61EEE;
}
</style>