Shades of Electric Purple #C619F9
Tints of Electric Purple #C619F9
RGB
CMYK
RGB Variations
Color information
#C619F9 (or 0xC619F9) is known color: Electric Purple. HEX triplet: C6, 19 and F9. RGB value is (198,25,249). Sum of RGB (Red+Green+Blue) = 198+25+249=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #C619F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C619F9 is #39E606. Grayscale: #656565. Windows color (decimal): -3794439 or 16325062. OLE color: 16325062.
HSL color Cylindrical-coordinate representation of color #C619F9: hue angle of 286.34º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C619F9 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 25 | 249 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.02 |
| HSL | 286.34º | 0.95% | 0.54% | - |
| HSV(B) | 286.34º | 0.9% | 0.98% | - |
| XYZ | 40.74 | 19.54 | 91.25 | - |
| YUV | 102.26 | 210.81 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 249 | 0.20 | 0.90 | 0 | 0.02 | 286.34 | 0.95 | 0.54 |
| Hex | C6 | 19 | F9 | 14 | 5A | 0 | 2 | 11E | 5F | 36 |
| Octal | 306 | 31 | 371 | 24 | 132 | 0 | 2 | 436 | 137 | 66 |
| Binary | 11000110 | 11001 | 11111001 | 10100 | 1011010 | 0 | 10 | 100011110 | 1011111 | 110110 |
Color Harmonies of #C619F9
Complementary color
Monochromatic Colors of #C619F9
Black with #C619F9
Text Example
Text Example
White with #C619F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619F9; }
p { color: rgb(198,25,249); }
H1.HeaderClassName
{
color: #C619F9;
}
.AnyTagClassName
{
color: #C619F9;
}
</style>
background-color css
<style>
a { background-color: #C619F9; }
a { background-color: rgb(198,25,249); }
div.DivClassName
{
background-color: #C619F9;
}
.BgClassName
{
background-color: #C619F9;
}
</style>
border-color css
<style>
span { border-color: #C619F9; }
span { border-color: rgb(198,25,249); }
td.TdClassName
{
border-color: #C619F9;
}
.TagClassName
{
border-color: #C619F9;
}
</style>