Shades of Electric Purple #C61CEF
Tints of Electric Purple #C61CEF
RGB
CMYK
RGB Variations
Color information
#C61CEF (or 0xC61CEF) is known color: Electric Purple. HEX triplet: C6, 1C and EF. RGB value is (198,28,239). Sum of RGB (Red+Green+Blue) = 198+28+239=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #C61CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CEF is #39E310. Grayscale: #666666. Windows color (decimal): -3793681 or 15670470. OLE color: 15670470.
HSL color Cylindrical-coordinate representation of color #C61CEF: hue angle of 288.34º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61CEF is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 28 | 239 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.06 |
| HSL | 288.34º | 0.87% | 0.52% | - |
| HSV(B) | 288.34º | 0.88% | 0.94% | - |
| XYZ | 39.28 | 19.07 | 83.27 | - |
| YUV | 102.88 | 204.82 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 239 | 0.17 | 0.88 | 0 | 0.06 | 288.34 | 0.87 | 0.52 |
| Hex | C6 | 1C | EF | 11 | 58 | 0 | 6 | 120 | 57 | 34 |
| Octal | 306 | 34 | 357 | 21 | 130 | 0 | 6 | 440 | 127 | 64 |
| Binary | 11000110 | 11100 | 11101111 | 10001 | 1011000 | 0 | 110 | 100100000 | 1010111 | 110100 |
Color Harmonies of #C61CEF
Complementary color
Monochromatic Colors of #C61CEF
Black with #C61CEF
Text Example
Text Example
White with #C61CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CEF; }
p { color: rgb(198,28,239); }
H1.HeaderClassName
{
color: #C61CEF;
}
.AnyTagClassName
{
color: #C61CEF;
}
</style>
background-color css
<style>
a { background-color: #C61CEF; }
a { background-color: rgb(198,28,239); }
div.DivClassName
{
background-color: #C61CEF;
}
.BgClassName
{
background-color: #C61CEF;
}
</style>
border-color css
<style>
span { border-color: #C61CEF; }
span { border-color: rgb(198,28,239); }
td.TdClassName
{
border-color: #C61CEF;
}
.TagClassName
{
border-color: #C61CEF;
}
</style>