Shades of Electric Purple #C619E5
Tints of Electric Purple #C619E5
RGB
CMYK
RGB Variations
Color information
#C619E5 (or 0xC619E5) is known color: Electric Purple. HEX triplet: C6, 19 and E5. RGB value is (198,25,229). Sum of RGB (Red+Green+Blue) = 198+25+229=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #C619E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619E5 is #39E61A. Grayscale: #636363. Windows color (decimal): -3794459 or 15014342. OLE color: 15014342.
HSL color Cylindrical-coordinate representation of color #C619E5: hue angle of 290.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C619E5 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 25 | 229 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.10 |
| HSL | 290.88º | 0.8% | 0.5% | - |
| HSV(B) | 290.88º | 0.89% | 0.9% | - |
| XYZ | 37.78 | 18.36 | 75.68 | - |
| YUV | 99.98 | 200.81 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 229 | 0.14 | 0.89 | 0 | 0.10 | 290.88 | 0.8 | 0.5 |
| Hex | C6 | 19 | E5 | E | 59 | 0 | A | 123 | 50 | 32 |
| Octal | 306 | 31 | 345 | 16 | 131 | 0 | 12 | 443 | 120 | 62 |
| Binary | 11000110 | 11001 | 11100101 | 1110 | 1011001 | 0 | 1010 | 100100011 | 1010000 | 110010 |
Color Harmonies of #C619E5
Complementary color
Monochromatic Colors of #C619E5
Black with #C619E5
Text Example
Text Example
White with #C619E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619E5; }
p { color: rgb(198,25,229); }
H1.HeaderClassName
{
color: #C619E5;
}
.AnyTagClassName
{
color: #C619E5;
}
</style>
background-color css
<style>
a { background-color: #C619E5; }
a { background-color: rgb(198,25,229); }
div.DivClassName
{
background-color: #C619E5;
}
.BgClassName
{
background-color: #C619E5;
}
</style>
border-color css
<style>
span { border-color: #C619E5; }
span { border-color: rgb(198,25,229); }
td.TdClassName
{
border-color: #C619E5;
}
.TagClassName
{
border-color: #C619E5;
}
</style>