Shades of Electric Purple #C61EF3
Tints of Electric Purple #C61EF3
RGB
CMYK
RGB Variations
Color information
#C61EF3 (or 0xC61EF3) is known color: Electric Purple. HEX triplet: C6, 1E and F3. RGB value is (198,30,243). Sum of RGB (Red+Green+Blue) = 198+30+243=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #C61EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61EF3 is #39E10C. Grayscale: #676767. Windows color (decimal): -3793165 or 15933126. OLE color: 15933126.
HSL color Cylindrical-coordinate representation of color #C61EF3: hue angle of 287.32º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61EF3 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 30 | 243 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.05 |
| HSL | 287.32º | 0.9% | 0.54% | - |
| HSV(B) | 287.32º | 0.88% | 0.95% | - |
| XYZ | 39.93 | 19.41 | 86.44 | - |
| YUV | 104.51 | 206.16 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 243 | 0.19 | 0.88 | 0 | 0.05 | 287.32 | 0.9 | 0.54 |
| Hex | C6 | 1E | F3 | 13 | 58 | 0 | 5 | 11F | 5A | 36 |
| Octal | 306 | 36 | 363 | 23 | 130 | 0 | 5 | 437 | 132 | 66 |
| Binary | 11000110 | 11110 | 11110011 | 10011 | 1011000 | 0 | 101 | 100011111 | 1011010 | 110110 |
Color Harmonies of #C61EF3
Complementary color
Monochromatic Colors of #C61EF3
Black with #C61EF3
Text Example
Text Example
White with #C61EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EF3; }
p { color: rgb(198,30,243); }
H1.HeaderClassName
{
color: #C61EF3;
}
.AnyTagClassName
{
color: #C61EF3;
}
</style>
background-color css
<style>
a { background-color: #C61EF3; }
a { background-color: rgb(198,30,243); }
div.DivClassName
{
background-color: #C61EF3;
}
.BgClassName
{
background-color: #C61EF3;
}
</style>
border-color css
<style>
span { border-color: #C61EF3; }
span { border-color: rgb(198,30,243); }
td.TdClassName
{
border-color: #C61EF3;
}
.TagClassName
{
border-color: #C61EF3;
}
</style>