Shades of Electric Purple #C71BF1
Tints of Electric Purple #C71BF1
RGB
CMYK
RGB Variations
Color information
#C71BF1 (or 0xC71BF1) is known color: Electric Purple. HEX triplet: C7, 1B and F1. RGB value is (199,27,241). Sum of RGB (Red+Green+Blue) = 199+27+241=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #C71BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71BF1 is #38E40E. Grayscale: #666666. Windows color (decimal): -3728399 or 15801287. OLE color: 15801287.
HSL color Cylindrical-coordinate representation of color #C71BF1: hue angle of 288.22º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71BF1 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 27 | 241 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.05 |
| HSL | 288.22º | 0.88% | 0.53% | - |
| HSV(B) | 288.22º | 0.89% | 0.95% | - |
| XYZ | 39.82 | 19.28 | 84.84 | - |
| YUV | 102.82 | 205.98 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 241 | 0.17 | 0.89 | 0 | 0.05 | 288.22 | 0.88 | 0.53 |
| Hex | C7 | 1B | F1 | 11 | 59 | 0 | 5 | 120 | 58 | 35 |
| Octal | 307 | 33 | 361 | 21 | 131 | 0 | 5 | 440 | 130 | 65 |
| Binary | 11000111 | 11011 | 11110001 | 10001 | 1011001 | 0 | 101 | 100100000 | 1011000 | 110101 |
Color Harmonies of #C71BF1
Complementary color
Monochromatic Colors of #C71BF1
Black with #C71BF1
Text Example
Text Example
White with #C71BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BF1; }
p { color: rgb(199,27,241); }
H1.HeaderClassName
{
color: #C71BF1;
}
.AnyTagClassName
{
color: #C71BF1;
}
</style>
background-color css
<style>
a { background-color: #C71BF1; }
a { background-color: rgb(199,27,241); }
div.DivClassName
{
background-color: #C71BF1;
}
.BgClassName
{
background-color: #C71BF1;
}
</style>
border-color css
<style>
span { border-color: #C71BF1; }
span { border-color: rgb(199,27,241); }
td.TdClassName
{
border-color: #C71BF1;
}
.TagClassName
{
border-color: #C71BF1;
}
</style>