Shades of Electric Purple #C619ED
Tints of Electric Purple #C619ED
RGB
CMYK
RGB Variations
Color information
#C619ED (or 0xC619ED) is known color: Electric Purple. HEX triplet: C6, 19 and ED. RGB value is (198,25,237). Sum of RGB (Red+Green+Blue) = 198+25+237=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #C619ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C619ED is #39E612. Grayscale: #646464. Windows color (decimal): -3794451 or 15538630. OLE color: 15538630.
HSL color Cylindrical-coordinate representation of color #C619ED: hue angle of 288.96º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C619ED is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 25 | 237 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.07 |
| HSL | 288.96º | 0.85% | 0.51% | - |
| HSV(B) | 288.96º | 0.89% | 0.93% | - |
| XYZ | 38.92 | 18.82 | 81.7 | - |
| YUV | 100.9 | 204.81 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 237 | 0.16 | 0.89 | 0 | 0.07 | 288.96 | 0.85 | 0.51 |
| Hex | C6 | 19 | ED | 10 | 59 | 0 | 7 | 121 | 55 | 33 |
| Octal | 306 | 31 | 355 | 20 | 131 | 0 | 7 | 441 | 125 | 63 |
| Binary | 11000110 | 11001 | 11101101 | 10000 | 1011001 | 0 | 111 | 100100001 | 1010101 | 110011 |
Color Harmonies of #C619ED
Complementary color
Monochromatic Colors of #C619ED
Black with #C619ED
Text Example
Text Example
White with #C619ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619ED; }
p { color: rgb(198,25,237); }
H1.HeaderClassName
{
color: #C619ED;
}
.AnyTagClassName
{
color: #C619ED;
}
</style>
background-color css
<style>
a { background-color: #C619ED; }
a { background-color: rgb(198,25,237); }
div.DivClassName
{
background-color: #C619ED;
}
.BgClassName
{
background-color: #C619ED;
}
</style>
border-color css
<style>
span { border-color: #C619ED; }
span { border-color: rgb(198,25,237); }
td.TdClassName
{
border-color: #C619ED;
}
.TagClassName
{
border-color: #C619ED;
}
</style>