Shades of Electric Purple #C719FA
Tints of Electric Purple #C719FA
RGB
CMYK
RGB Variations
Color information
#C719FA (or 0xC719FA) is known color: Electric Purple. HEX triplet: C7, 19 and FA. RGB value is (199,25,250). Sum of RGB (Red+Green+Blue) = 199+25+250=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #C719FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C719FA is #38E605. Grayscale: #656565. Windows color (decimal): -3728902 or 16390599. OLE color: 16390599.
HSL color Cylindrical-coordinate representation of color #C719FA: hue angle of 286.4º degrees, saturation: 0.96, 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 #C719FA is Cyan = 0.20, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 25 | 250 | - |
| CMYK | 0.20 | 0.9 | 0 | 0.02 |
| HSL | 286.4º | 0.96% | 0.54% | - |
| HSV(B) | 286.4º | 0.9% | 0.98% | - |
| XYZ | 41.16 | 19.74 | 92.08 | - |
| YUV | 102.68 | 211.15 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 250 | 0.20 | 0.9 | 0 | 0.02 | 286.4 | 0.96 | 0.54 |
| Hex | C7 | 19 | FA | 14 | 5A | 0 | 2 | 11E | 60 | 36 |
| Octal | 307 | 31 | 372 | 24 | 132 | 0 | 2 | 436 | 140 | 66 |
| Binary | 11000111 | 11001 | 11111010 | 10100 | 1011010 | 0 | 10 | 100011110 | 1100000 | 110110 |
Color Harmonies of #C719FA
Complementary color
Monochromatic Colors of #C719FA
Black with #C719FA
Text Example
Text Example
White with #C719FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719FA; }
p { color: rgb(199,25,250); }
H1.HeaderClassName
{
color: #C719FA;
}
.AnyTagClassName
{
color: #C719FA;
}
</style>
background-color css
<style>
a { background-color: #C719FA; }
a { background-color: rgb(199,25,250); }
div.DivClassName
{
background-color: #C719FA;
}
.BgClassName
{
background-color: #C719FA;
}
</style>
border-color css
<style>
span { border-color: #C719FA; }
span { border-color: rgb(199,25,250); }
td.TdClassName
{
border-color: #C719FA;
}
.TagClassName
{
border-color: #C719FA;
}
</style>