Shades of Electric Purple #C70AEF
Tints of Electric Purple #C70AEF
RGB
CMYK
RGB Variations
Color information
#C70AEF (or 0xC70AEF) is known color: Electric Purple. HEX triplet: C7, 0A and EF. RGB value is (199,10,239). Sum of RGB (Red+Green+Blue) = 199+10+239=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #C70AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70AEF is #38F510. Grayscale: #5B5B5B. Windows color (decimal): -3732753 or 15665863. OLE color: 15665863.
HSL color Cylindrical-coordinate representation of color #C70AEF: hue angle of 289.52º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70AEF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 10 | 239 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.06 |
| HSL | 289.52º | 0.92% | 0.49% | - |
| HSV(B) | 289.52º | 0.96% | 0.94% | - |
| XYZ | 39.24 | 18.59 | 83.18 | - |
| YUV | 92.62 | 210.62 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 239 | 0.17 | 0.96 | 0 | 0.06 | 289.52 | 0.92 | 0.49 |
| Hex | C7 | A | EF | 11 | 60 | 0 | 6 | 122 | 5C | 31 |
| Octal | 307 | 12 | 357 | 21 | 140 | 0 | 6 | 442 | 134 | 61 |
| Binary | 11000111 | 1010 | 11101111 | 10001 | 1100000 | 0 | 110 | 100100010 | 1011100 | 110001 |
Color Harmonies of #C70AEF
Complementary color
Monochromatic Colors of #C70AEF
Black with #C70AEF
Text Example
Text Example
White with #C70AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AEF; }
p { color: rgb(199,10,239); }
H1.HeaderClassName
{
color: #C70AEF;
}
.AnyTagClassName
{
color: #C70AEF;
}
</style>
background-color css
<style>
a { background-color: #C70AEF; }
a { background-color: rgb(199,10,239); }
div.DivClassName
{
background-color: #C70AEF;
}
.BgClassName
{
background-color: #C70AEF;
}
</style>
border-color css
<style>
span { border-color: #C70AEF; }
span { border-color: rgb(199,10,239); }
td.TdClassName
{
border-color: #C70AEF;
}
.TagClassName
{
border-color: #C70AEF;
}
</style>