Shades of Electric Purple #C619E7
Tints of Electric Purple #C619E7
RGB
CMYK
RGB Variations
Color information
#C619E7 (or 0xC619E7) is known color: Electric Purple. HEX triplet: C6, 19 and E7. RGB value is (198,25,231). Sum of RGB (Red+Green+Blue) = 198+25+231=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #C619E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C619E7 is #39E618. Grayscale: #636363. Windows color (decimal): -3794457 or 15145414. OLE color: 15145414.
HSL color Cylindrical-coordinate representation of color #C619E7: hue angle of 290.39º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C619E7 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 25 | 231 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.09 |
| HSL | 290.39º | 0.81% | 0.5% | - |
| HSV(B) | 290.39º | 0.89% | 0.91% | - |
| XYZ | 38.06 | 18.47 | 77.16 | - |
| YUV | 100.21 | 201.81 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 231 | 0.14 | 0.89 | 0 | 0.09 | 290.39 | 0.81 | 0.5 |
| Hex | C6 | 19 | E7 | E | 59 | 0 | 9 | 122 | 51 | 32 |
| Octal | 306 | 31 | 347 | 16 | 131 | 0 | 11 | 442 | 121 | 62 |
| Binary | 11000110 | 11001 | 11100111 | 1110 | 1011001 | 0 | 1001 | 100100010 | 1010001 | 110010 |
Color Harmonies of #C619E7
Complementary color
Monochromatic Colors of #C619E7
Black with #C619E7
Text Example
Text Example
White with #C619E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619E7; }
p { color: rgb(198,25,231); }
H1.HeaderClassName
{
color: #C619E7;
}
.AnyTagClassName
{
color: #C619E7;
}
</style>
background-color css
<style>
a { background-color: #C619E7; }
a { background-color: rgb(198,25,231); }
div.DivClassName
{
background-color: #C619E7;
}
.BgClassName
{
background-color: #C619E7;
}
</style>
border-color css
<style>
span { border-color: #C619E7; }
span { border-color: rgb(198,25,231); }
td.TdClassName
{
border-color: #C619E7;
}
.TagClassName
{
border-color: #C619E7;
}
</style>