Shades of Electric Purple #C61EF2
Tints of Electric Purple #C61EF2
RGB
CMYK
RGB Variations
Color information
#C61EF2 (or 0xC61EF2) is known color: Electric Purple. HEX triplet: C6, 1E and F2. RGB value is (198,30,242). Sum of RGB (Red+Green+Blue) = 198+30+242=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #C61EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61EF2 is #39E10D. Grayscale: #676767. Windows color (decimal): -3793166 or 15867590. OLE color: 15867590.
HSL color Cylindrical-coordinate representation of color #C61EF2: hue angle of 287.55º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61EF2 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 30 | 242 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.05 |
| HSL | 287.55º | 0.89% | 0.53% | - |
| HSV(B) | 287.55º | 0.88% | 0.95% | - |
| XYZ | 39.78 | 19.35 | 85.64 | - |
| YUV | 104.4 | 205.66 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 242 | 0.18 | 0.88 | 0 | 0.05 | 287.55 | 0.89 | 0.53 |
| Hex | C6 | 1E | F2 | 12 | 58 | 0 | 5 | 120 | 59 | 35 |
| Octal | 306 | 36 | 362 | 22 | 130 | 0 | 5 | 440 | 131 | 65 |
| Binary | 11000110 | 11110 | 11110010 | 10010 | 1011000 | 0 | 101 | 100100000 | 1011001 | 110101 |
Color Harmonies of #C61EF2
Complementary color
Monochromatic Colors of #C61EF2
Black with #C61EF2
Text Example
Text Example
White with #C61EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EF2; }
p { color: rgb(198,30,242); }
H1.HeaderClassName
{
color: #C61EF2;
}
.AnyTagClassName
{
color: #C61EF2;
}
</style>
background-color css
<style>
a { background-color: #C61EF2; }
a { background-color: rgb(198,30,242); }
div.DivClassName
{
background-color: #C61EF2;
}
.BgClassName
{
background-color: #C61EF2;
}
</style>
border-color css
<style>
span { border-color: #C61EF2; }
span { border-color: rgb(198,30,242); }
td.TdClassName
{
border-color: #C61EF2;
}
.TagClassName
{
border-color: #C61EF2;
}
</style>