Shades of Electric Purple #C61DF7
Tints of Electric Purple #C61DF7
RGB
CMYK
RGB Variations
Color information
#C61DF7 (or 0xC61DF7) is known color: Electric Purple. HEX triplet: C6, 1D and F7. RGB value is (198,29,247). Sum of RGB (Red+Green+Blue) = 198+29+247=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #C61DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61DF7 is #39E208. Grayscale: #676767. Windows color (decimal): -3793417 or 16195014. OLE color: 16195014.
HSL color Cylindrical-coordinate representation of color #C61DF7: hue angle of 286.51º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61DF7 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 29 | 247 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.03 |
| HSL | 286.51º | 0.93% | 0.54% | - |
| HSV(B) | 286.51º | 0.88% | 0.97% | - |
| XYZ | 40.52 | 19.6 | 89.64 | - |
| YUV | 104.38 | 208.49 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 247 | 0.20 | 0.88 | 0 | 0.03 | 286.51 | 0.93 | 0.54 |
| Hex | C6 | 1D | F7 | 14 | 58 | 0 | 3 | 11F | 5D | 36 |
| Octal | 306 | 35 | 367 | 24 | 130 | 0 | 3 | 437 | 135 | 66 |
| Binary | 11000110 | 11101 | 11110111 | 10100 | 1011000 | 0 | 11 | 100011111 | 1011101 | 110110 |
Color Harmonies of #C61DF7
Complementary color
Monochromatic Colors of #C61DF7
Black with #C61DF7
Text Example
Text Example
White with #C61DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61DF7; }
p { color: rgb(198,29,247); }
H1.HeaderClassName
{
color: #C61DF7;
}
.AnyTagClassName
{
color: #C61DF7;
}
</style>
background-color css
<style>
a { background-color: #C61DF7; }
a { background-color: rgb(198,29,247); }
div.DivClassName
{
background-color: #C61DF7;
}
.BgClassName
{
background-color: #C61DF7;
}
</style>
border-color css
<style>
span { border-color: #C61DF7; }
span { border-color: rgb(198,29,247); }
td.TdClassName
{
border-color: #C61DF7;
}
.TagClassName
{
border-color: #C61DF7;
}
</style>