Shades of Electric Purple #C61FEF
Tints of Electric Purple #C61FEF
RGB
CMYK
RGB Variations
Color information
#C61FEF (or 0xC61FEF) is known color: Electric Purple. HEX triplet: C6, 1F and EF. RGB value is (198,31,239). Sum of RGB (Red+Green+Blue) = 198+31+239=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #C61FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61FEF is #39E010. Grayscale: #676767. Windows color (decimal): -3792913 or 15671238. OLE color: 15671238.
HSL color Cylindrical-coordinate representation of color #C61FEF: hue angle of 288.17º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61FEF is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 31 | 239 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.06 |
| HSL | 288.17º | 0.87% | 0.53% | - |
| HSV(B) | 288.17º | 0.87% | 0.94% | - |
| XYZ | 39.36 | 19.22 | 83.3 | - |
| YUV | 104.65 | 203.83 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 239 | 0.17 | 0.87 | 0 | 0.06 | 288.17 | 0.87 | 0.53 |
| Hex | C6 | 1F | EF | 11 | 57 | 0 | 6 | 120 | 57 | 35 |
| Octal | 306 | 37 | 357 | 21 | 127 | 0 | 6 | 440 | 127 | 65 |
| Binary | 11000110 | 11111 | 11101111 | 10001 | 1010111 | 0 | 110 | 100100000 | 1010111 | 110101 |
Color Harmonies of #C61FEF
Complementary color
Monochromatic Colors of #C61FEF
Black with #C61FEF
Text Example
Text Example
White with #C61FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61FEF; }
p { color: rgb(198,31,239); }
H1.HeaderClassName
{
color: #C61FEF;
}
.AnyTagClassName
{
color: #C61FEF;
}
</style>
background-color css
<style>
a { background-color: #C61FEF; }
a { background-color: rgb(198,31,239); }
div.DivClassName
{
background-color: #C61FEF;
}
.BgClassName
{
background-color: #C61FEF;
}
</style>
border-color css
<style>
span { border-color: #C61FEF; }
span { border-color: rgb(198,31,239); }
td.TdClassName
{
border-color: #C61FEF;
}
.TagClassName
{
border-color: #C61FEF;
}
</style>