Shades of Electric Purple #C719EA
Tints of Electric Purple #C719EA
RGB
CMYK
RGB Variations
Color information
#C719EA (or 0xC719EA) is known color: Electric Purple. HEX triplet: C7, 19 and EA. RGB value is (199,25,234). Sum of RGB (Red+Green+Blue) = 199+25+234=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #C719EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C719EA is #38E615. Grayscale: #646464. Windows color (decimal): -3728918 or 15342023. OLE color: 15342023.
HSL color Cylindrical-coordinate representation of color #C719EA: hue angle of 289.95º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C719EA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 25 | 234 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.08 |
| HSL | 289.95º | 0.83% | 0.51% | - |
| HSV(B) | 289.95º | 0.89% | 0.92% | - |
| XYZ | 38.75 | 18.78 | 79.42 | - |
| YUV | 100.85 | 203.15 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 234 | 0.15 | 0.89 | 0 | 0.08 | 289.95 | 0.83 | 0.51 |
| Hex | C7 | 19 | EA | F | 59 | 0 | 8 | 122 | 53 | 33 |
| Octal | 307 | 31 | 352 | 17 | 131 | 0 | 10 | 442 | 123 | 63 |
| Binary | 11000111 | 11001 | 11101010 | 1111 | 1011001 | 0 | 1000 | 100100010 | 1010011 | 110011 |
Color Harmonies of #C719EA
Complementary color
Monochromatic Colors of #C719EA
Black with #C719EA
Text Example
Text Example
White with #C719EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719EA; }
p { color: rgb(199,25,234); }
H1.HeaderClassName
{
color: #C719EA;
}
.AnyTagClassName
{
color: #C719EA;
}
</style>
background-color css
<style>
a { background-color: #C719EA; }
a { background-color: rgb(199,25,234); }
div.DivClassName
{
background-color: #C719EA;
}
.BgClassName
{
background-color: #C719EA;
}
</style>
border-color css
<style>
span { border-color: #C719EA; }
span { border-color: rgb(199,25,234); }
td.TdClassName
{
border-color: #C719EA;
}
.TagClassName
{
border-color: #C719EA;
}
</style>