Shades of Electric Purple #C61EFB
Tints of Electric Purple #C61EFB
RGB
CMYK
RGB Variations
Color information
#C61EFB (or 0xC61EFB) is known color: Electric Purple. HEX triplet: C6, 1E and FB. RGB value is (198,30,251). Sum of RGB (Red+Green+Blue) = 198+30+251=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #C61EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61EFB is #39E104. Grayscale: #686868. Windows color (decimal): -3793157 or 16457414. OLE color: 16457414.
HSL color Cylindrical-coordinate representation of color #C61EFB: hue angle of 285.61º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61EFB is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 30 | 251 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.02 |
| HSL | 285.61º | 0.97% | 0.55% | - |
| HSV(B) | 285.61º | 0.88% | 0.98% | - |
| XYZ | 41.17 | 19.9 | 92.94 | - |
| YUV | 105.43 | 210.16 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 251 | 0.21 | 0.88 | 0 | 0.02 | 285.61 | 0.97 | 0.55 |
| Hex | C6 | 1E | FB | 15 | 58 | 0 | 2 | 11E | 61 | 37 |
| Octal | 306 | 36 | 373 | 25 | 130 | 0 | 2 | 436 | 141 | 67 |
| Binary | 11000110 | 11110 | 11111011 | 10101 | 1011000 | 0 | 10 | 100011110 | 1100001 | 110111 |
Color Harmonies of #C61EFB
Complementary color
Monochromatic Colors of #C61EFB
Black with #C61EFB
Text Example
Text Example
White with #C61EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EFB; }
p { color: rgb(198,30,251); }
H1.HeaderClassName
{
color: #C61EFB;
}
.AnyTagClassName
{
color: #C61EFB;
}
</style>
background-color css
<style>
a { background-color: #C61EFB; }
a { background-color: rgb(198,30,251); }
div.DivClassName
{
background-color: #C61EFB;
}
.BgClassName
{
background-color: #C61EFB;
}
</style>
border-color css
<style>
span { border-color: #C61EFB; }
span { border-color: rgb(198,30,251); }
td.TdClassName
{
border-color: #C61EFB;
}
.TagClassName
{
border-color: #C61EFB;
}
</style>