Shades of Electric Purple #C619EF
Tints of Electric Purple #C619EF
RGB
CMYK
RGB Variations
Color information
#C619EF (or 0xC619EF) is known color: Electric Purple. HEX triplet: C6, 19 and EF. RGB value is (198,25,239). Sum of RGB (Red+Green+Blue) = 198+25+239=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #C619EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C619EF is #39E610. Grayscale: #646464. Windows color (decimal): -3794449 or 15669702. OLE color: 15669702.
HSL color Cylindrical-coordinate representation of color #C619EF: hue angle of 288.5º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C619EF is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 25 | 239 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.06 |
| HSL | 288.5º | 0.87% | 0.52% | - |
| HSV(B) | 288.5º | 0.9% | 0.94% | - |
| XYZ | 39.22 | 18.93 | 83.25 | - |
| YUV | 101.12 | 205.81 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 239 | 0.17 | 0.90 | 0 | 0.06 | 288.5 | 0.87 | 0.52 |
| Hex | C6 | 19 | EF | 11 | 5A | 0 | 6 | 121 | 57 | 34 |
| Octal | 306 | 31 | 357 | 21 | 132 | 0 | 6 | 441 | 127 | 64 |
| Binary | 11000110 | 11001 | 11101111 | 10001 | 1011010 | 0 | 110 | 100100001 | 1010111 | 110100 |
Color Harmonies of #C619EF
Complementary color
Monochromatic Colors of #C619EF
Black with #C619EF
Text Example
Text Example
White with #C619EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619EF; }
p { color: rgb(198,25,239); }
H1.HeaderClassName
{
color: #C619EF;
}
.AnyTagClassName
{
color: #C619EF;
}
</style>
background-color css
<style>
a { background-color: #C619EF; }
a { background-color: rgb(198,25,239); }
div.DivClassName
{
background-color: #C619EF;
}
.BgClassName
{
background-color: #C619EF;
}
</style>
border-color css
<style>
span { border-color: #C619EF; }
span { border-color: rgb(198,25,239); }
td.TdClassName
{
border-color: #C619EF;
}
.TagClassName
{
border-color: #C619EF;
}
</style>