Shades of Electric Purple #C71BEF
Tints of Electric Purple #C71BEF
RGB
CMYK
RGB Variations
Color information
#C71BEF (or 0xC71BEF) is known color: Electric Purple. HEX triplet: C7, 1B and EF. RGB value is (199,27,239). Sum of RGB (Red+Green+Blue) = 199+27+239=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #C71BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71BEF is #38E410. Grayscale: #656565. Windows color (decimal): -3728401 or 15670215. OLE color: 15670215.
HSL color Cylindrical-coordinate representation of color #C71BEF: hue angle of 288.68º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71BEF is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 27 | 239 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.06 |
| HSL | 288.68º | 0.87% | 0.52% | - |
| HSV(B) | 288.68º | 0.89% | 0.94% | - |
| XYZ | 39.53 | 19.16 | 83.28 | - |
| YUV | 102.6 | 204.98 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 239 | 0.17 | 0.89 | 0 | 0.06 | 288.68 | 0.87 | 0.52 |
| Hex | C7 | 1B | EF | 11 | 59 | 0 | 6 | 121 | 57 | 34 |
| Octal | 307 | 33 | 357 | 21 | 131 | 0 | 6 | 441 | 127 | 64 |
| Binary | 11000111 | 11011 | 11101111 | 10001 | 1011001 | 0 | 110 | 100100001 | 1010111 | 110100 |
Color Harmonies of #C71BEF
Complementary color
Monochromatic Colors of #C71BEF
Black with #C71BEF
Text Example
Text Example
White with #C71BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BEF; }
p { color: rgb(199,27,239); }
H1.HeaderClassName
{
color: #C71BEF;
}
.AnyTagClassName
{
color: #C71BEF;
}
</style>
background-color css
<style>
a { background-color: #C71BEF; }
a { background-color: rgb(199,27,239); }
div.DivClassName
{
background-color: #C71BEF;
}
.BgClassName
{
background-color: #C71BEF;
}
</style>
border-color css
<style>
span { border-color: #C71BEF; }
span { border-color: rgb(199,27,239); }
td.TdClassName
{
border-color: #C71BEF;
}
.TagClassName
{
border-color: #C71BEF;
}
</style>