Shades of Electric Purple #C619F5
Tints of Electric Purple #C619F5
RGB
CMYK
RGB Variations
Color information
#C619F5 (or 0xC619F5) is known color: Electric Purple. HEX triplet: C6, 19 and F5. RGB value is (198,25,245). Sum of RGB (Red+Green+Blue) = 198+25+245=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 245 (96.09% from 255 or 52.35% from 468); Max value from RGB is 245 - color contains mainly: blue. Hex color #C619F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C619F5 is #39E60A. Grayscale: #656565. Windows color (decimal): -3794443 or 16062918. OLE color: 16062918.
HSL color Cylindrical-coordinate representation of color #C619F5: hue angle of 287.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C619F5 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 25 | 245 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.04 |
| HSL | 287.18º | 0.92% | 0.53% | - |
| HSV(B) | 287.18º | 0.9% | 0.96% | - |
| XYZ | 40.12 | 19.29 | 88 | - |
| YUV | 101.81 | 208.81 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 245 | 0.19 | 0.90 | 0 | 0.04 | 287.18 | 0.92 | 0.53 |
| Hex | C6 | 19 | F5 | 13 | 5A | 0 | 4 | 11F | 5C | 35 |
| Octal | 306 | 31 | 365 | 23 | 132 | 0 | 4 | 437 | 134 | 65 |
| Binary | 11000110 | 11001 | 11110101 | 10011 | 1011010 | 0 | 100 | 100011111 | 1011100 | 110101 |
Color Harmonies of #C619F5
Complementary color
Monochromatic Colors of #C619F5
Black with #C619F5
Text Example
Text Example
White with #C619F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619F5; }
p { color: rgb(198,25,245); }
H1.HeaderClassName
{
color: #C619F5;
}
.AnyTagClassName
{
color: #C619F5;
}
</style>
background-color css
<style>
a { background-color: #C619F5; }
a { background-color: rgb(198,25,245); }
div.DivClassName
{
background-color: #C619F5;
}
.BgClassName
{
background-color: #C619F5;
}
</style>
border-color css
<style>
span { border-color: #C619F5; }
span { border-color: rgb(198,25,245); }
td.TdClassName
{
border-color: #C619F5;
}
.TagClassName
{
border-color: #C619F5;
}
</style>