Shades of Electric Purple #C619FF
Tints of Electric Purple #C619FF
RGB
CMYK
RGB Variations
Color information
#C619FF (or 0xC619FF) is known color: Electric Purple. HEX triplet: C6, 19 and FF. RGB value is (198,25,255). Sum of RGB (Red+Green+Blue) = 198+25+255=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #C619FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C619FF is #39E600. Grayscale: #666666. Windows color (decimal): -3794433 or 16718278. OLE color: 16718278.
HSL color Cylindrical-coordinate representation of color #C619FF: hue angle of 285.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C619FF is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 25 | 255 | - |
| CMYK | 0.22 | 0.90 | 0 | 0 |
| HSL | 285.13º | 1% | 0.55% | - |
| HSV(B) | 285.13º | 0.9% | 1% | - |
| XYZ | 41.69 | 19.92 | 96.26 | - |
| YUV | 102.95 | 213.81 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 255 | 0.22 | 0.90 | 0 | 0 | 285.13 | 1 | 0.55 |
| Hex | C6 | 19 | FF | 16 | 5A | 0 | 0 | 11D | 64 | 37 |
| Octal | 306 | 31 | 377 | 26 | 132 | 0 | 0 | 435 | 144 | 67 |
| Binary | 11000110 | 11001 | 11111111 | 10110 | 1011010 | 0 | 0 | 100011101 | 1100100 | 110111 |
Color Harmonies of #C619FF
Complementary color
Monochromatic Colors of #C619FF
Black with #C619FF
Text Example
Text Example
White with #C619FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619FF; }
p { color: rgb(198,25,255); }
H1.HeaderClassName
{
color: #C619FF;
}
.AnyTagClassName
{
color: #C619FF;
}
</style>
background-color css
<style>
a { background-color: #C619FF; }
a { background-color: rgb(198,25,255); }
div.DivClassName
{
background-color: #C619FF;
}
.BgClassName
{
background-color: #C619FF;
}
</style>
border-color css
<style>
span { border-color: #C619FF; }
span { border-color: rgb(198,25,255); }
td.TdClassName
{
border-color: #C619FF;
}
.TagClassName
{
border-color: #C619FF;
}
</style>