Shades of Electric Purple #C71AFF
Tints of Electric Purple #C71AFF
RGB
CMYK
RGB Variations
Color information
#C71AFF (or 0xC71AFF) is known color: Electric Purple. HEX triplet: C7, 1A and FF. RGB value is (199,26,255). Sum of RGB (Red+Green+Blue) = 199+26+255=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 26 (10.55% from 255 or 5.42% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #C71AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71AFF is #38E500. Grayscale: #676767. Windows color (decimal): -3728641 or 16718535. OLE color: 16718535.
HSL color Cylindrical-coordinate representation of color #C71AFF: hue angle of 285.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71AFF is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 26 | 255 | - |
| CMYK | 0.22 | 0.90 | 0 | 0 |
| HSL | 285.33º | 1% | 0.55% | - |
| HSV(B) | 285.33º | 0.9% | 1% | - |
| XYZ | 41.97 | 20.1 | 96.28 | - |
| YUV | 103.83 | 213.31 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 255 | 0.22 | 0.90 | 0 | 0 | 285.33 | 1 | 0.55 |
| Hex | C7 | 1A | FF | 16 | 5A | 0 | 0 | 11D | 64 | 37 |
| Octal | 307 | 32 | 377 | 26 | 132 | 0 | 0 | 435 | 144 | 67 |
| Binary | 11000111 | 11010 | 11111111 | 10110 | 1011010 | 0 | 0 | 100011101 | 1100100 | 110111 |
Color Harmonies of #C71AFF
Complementary color
Monochromatic Colors of #C71AFF
Black with #C71AFF
Text Example
Text Example
White with #C71AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71AFF; }
p { color: rgb(199,26,255); }
H1.HeaderClassName
{
color: #C71AFF;
}
.AnyTagClassName
{
color: #C71AFF;
}
</style>
background-color css
<style>
a { background-color: #C71AFF; }
a { background-color: rgb(199,26,255); }
div.DivClassName
{
background-color: #C71AFF;
}
.BgClassName
{
background-color: #C71AFF;
}
</style>
border-color css
<style>
span { border-color: #C71AFF; }
span { border-color: rgb(199,26,255); }
td.TdClassName
{
border-color: #C71AFF;
}
.TagClassName
{
border-color: #C71AFF;
}
</style>