Shades of Electric Purple #C71BFF
Tints of Electric Purple #C71BFF
RGB
CMYK
RGB Variations
Color information
#C71BFF (or 0xC71BFF) is known color: Electric Purple. HEX triplet: C7, 1B and FF. RGB value is (199,27,255). Sum of RGB (Red+Green+Blue) = 199+27+255=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 27 (10.94% from 255 or 5.61% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #C71BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71BFF is #38E400. Grayscale: #676767. Windows color (decimal): -3728385 or 16718791. OLE color: 16718791.
HSL color Cylindrical-coordinate representation of color #C71BFF: hue angle of 285.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71BFF is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 27 | 255 | - |
| CMYK | 0.22 | 0.89 | 0 | 0 |
| HSL | 285.26º | 1% | 0.55% | - |
| HSV(B) | 285.26º | 0.89% | 1% | - |
| XYZ | 42 | 20.15 | 96.28 | - |
| YUV | 104.42 | 212.98 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 255 | 0.22 | 0.89 | 0 | 0 | 285.26 | 1 | 0.55 |
| Hex | C7 | 1B | FF | 16 | 59 | 0 | 0 | 11D | 64 | 37 |
| Octal | 307 | 33 | 377 | 26 | 131 | 0 | 0 | 435 | 144 | 67 |
| Binary | 11000111 | 11011 | 11111111 | 10110 | 1011001 | 0 | 0 | 100011101 | 1100100 | 110111 |
Color Harmonies of #C71BFF
Complementary color
Monochromatic Colors of #C71BFF
Black with #C71BFF
Text Example
Text Example
White with #C71BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BFF; }
p { color: rgb(199,27,255); }
H1.HeaderClassName
{
color: #C71BFF;
}
.AnyTagClassName
{
color: #C71BFF;
}
</style>
background-color css
<style>
a { background-color: #C71BFF; }
a { background-color: rgb(199,27,255); }
div.DivClassName
{
background-color: #C71BFF;
}
.BgClassName
{
background-color: #C71BFF;
}
</style>
border-color css
<style>
span { border-color: #C71BFF; }
span { border-color: rgb(199,27,255); }
td.TdClassName
{
border-color: #C71BFF;
}
.TagClassName
{
border-color: #C71BFF;
}
</style>