Shades of Electric Purple #C619EB
Tints of Electric Purple #C619EB
RGB
CMYK
RGB Variations
Color information
#C619EB (or 0xC619EB) is known color: Electric Purple. HEX triplet: C6, 19 and EB. RGB value is (198,25,235). Sum of RGB (Red+Green+Blue) = 198+25+235=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #C619EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C619EB is #39E614. Grayscale: #646464. Windows color (decimal): -3794453 or 15407558. OLE color: 15407558.
HSL color Cylindrical-coordinate representation of color #C619EB: hue angle of 289.43º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C619EB is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 25 | 235 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.08 |
| HSL | 289.43º | 0.84% | 0.51% | - |
| HSV(B) | 289.43º | 0.89% | 0.92% | - |
| XYZ | 38.63 | 18.7 | 80.17 | - |
| YUV | 100.67 | 203.81 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 235 | 0.16 | 0.89 | 0 | 0.08 | 289.43 | 0.84 | 0.51 |
| Hex | C6 | 19 | EB | 10 | 59 | 0 | 8 | 121 | 54 | 33 |
| Octal | 306 | 31 | 353 | 20 | 131 | 0 | 10 | 441 | 124 | 63 |
| Binary | 11000110 | 11001 | 11101011 | 10000 | 1011001 | 0 | 1000 | 100100001 | 1010100 | 110011 |
Color Harmonies of #C619EB
Complementary color
Monochromatic Colors of #C619EB
Black with #C619EB
Text Example
Text Example
White with #C619EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619EB; }
p { color: rgb(198,25,235); }
H1.HeaderClassName
{
color: #C619EB;
}
.AnyTagClassName
{
color: #C619EB;
}
</style>
background-color css
<style>
a { background-color: #C619EB; }
a { background-color: rgb(198,25,235); }
div.DivClassName
{
background-color: #C619EB;
}
.BgClassName
{
background-color: #C619EB;
}
</style>
border-color css
<style>
span { border-color: #C619EB; }
span { border-color: rgb(198,25,235); }
td.TdClassName
{
border-color: #C619EB;
}
.TagClassName
{
border-color: #C619EB;
}
</style>