Shades of Electric Purple #C70AFF
Tints of Electric Purple #C70AFF
RGB
CMYK
RGB Variations
Color information
#C70AFF (or 0xC70AFF) is known color: Electric Purple. HEX triplet: C7, 0A and FF. RGB value is (199,10,255). Sum of RGB (Red+Green+Blue) = 199+10+255=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #C70AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70AFF is #38F500. Grayscale: #5D5D5D. Windows color (decimal): -3732737 or 16714439. OLE color: 16714439.
HSL color Cylindrical-coordinate representation of color #C70AFF: hue angle of 286.29º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70AFF is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 10 | 255 | - |
| CMYK | 0.22 | 0.96 | 0 | 0 |
| HSL | 286.29º | 1% | 0.52% | - |
| HSV(B) | 286.29º | 0.96% | 1% | - |
| XYZ | 41.71 | 19.58 | 96.19 | - |
| YUV | 94.44 | 218.62 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 255 | 0.22 | 0.96 | 0 | 0 | 286.29 | 1 | 0.52 |
| Hex | C7 | A | FF | 16 | 60 | 0 | 0 | 11E | 64 | 34 |
| Octal | 307 | 12 | 377 | 26 | 140 | 0 | 0 | 436 | 144 | 64 |
| Binary | 11000111 | 1010 | 11111111 | 10110 | 1100000 | 0 | 0 | 100011110 | 1100100 | 110100 |
Color Harmonies of #C70AFF
Complementary color
Monochromatic Colors of #C70AFF
Black with #C70AFF
Text Example
Text Example
White with #C70AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AFF; }
p { color: rgb(199,10,255); }
H1.HeaderClassName
{
color: #C70AFF;
}
.AnyTagClassName
{
color: #C70AFF;
}
</style>
background-color css
<style>
a { background-color: #C70AFF; }
a { background-color: rgb(199,10,255); }
div.DivClassName
{
background-color: #C70AFF;
}
.BgClassName
{
background-color: #C70AFF;
}
</style>
border-color css
<style>
span { border-color: #C70AFF; }
span { border-color: rgb(199,10,255); }
td.TdClassName
{
border-color: #C70AFF;
}
.TagClassName
{
border-color: #C70AFF;
}
</style>