Shades of Electric Purple #C71BF6
Tints of Electric Purple #C71BF6
RGB
CMYK
RGB Variations
Color information
#C71BF6 (or 0xC71BF6) is known color: Electric Purple. HEX triplet: C7, 1B and F6. RGB value is (199,27,246). Sum of RGB (Red+Green+Blue) = 199+27+246=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #C71BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71BF6 is #38E409. Grayscale: #666666. Windows color (decimal): -3728394 or 16128967. OLE color: 16128967.
HSL color Cylindrical-coordinate representation of color #C71BF6: hue angle of 287.12º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71BF6 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 27 | 246 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.04 |
| HSL | 287.12º | 0.92% | 0.54% | - |
| HSV(B) | 287.12º | 0.89% | 0.96% | - |
| XYZ | 40.58 | 19.58 | 88.83 | - |
| YUV | 103.39 | 208.48 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 246 | 0.19 | 0.89 | 0 | 0.04 | 287.12 | 0.92 | 0.54 |
| Hex | C7 | 1B | F6 | 13 | 59 | 0 | 4 | 11F | 5C | 36 |
| Octal | 307 | 33 | 366 | 23 | 131 | 0 | 4 | 437 | 134 | 66 |
| Binary | 11000111 | 11011 | 11110110 | 10011 | 1011001 | 0 | 100 | 100011111 | 1011100 | 110110 |
Color Harmonies of #C71BF6
Complementary color
Monochromatic Colors of #C71BF6
Black with #C71BF6
Text Example
Text Example
White with #C71BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BF6; }
p { color: rgb(199,27,246); }
H1.HeaderClassName
{
color: #C71BF6;
}
.AnyTagClassName
{
color: #C71BF6;
}
</style>
background-color css
<style>
a { background-color: #C71BF6; }
a { background-color: rgb(199,27,246); }
div.DivClassName
{
background-color: #C71BF6;
}
.BgClassName
{
background-color: #C71BF6;
}
</style>
border-color css
<style>
span { border-color: #C71BF6; }
span { border-color: rgb(199,27,246); }
td.TdClassName
{
border-color: #C71BF6;
}
.TagClassName
{
border-color: #C71BF6;
}
</style>