Shades of Electric Purple #C71BFD
Tints of Electric Purple #C71BFD
RGB
CMYK
RGB Variations
Color information
#C71BFD (or 0xC71BFD) is known color: Electric Purple. HEX triplet: C7, 1B and FD. RGB value is (199,27,253). Sum of RGB (Red+Green+Blue) = 199+27+253=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 27 (10.94% from 255 or 5.64% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #C71BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71BFD is #38E402. Grayscale: #676767. Windows color (decimal): -3728387 or 16587719. OLE color: 16587719.
HSL color Cylindrical-coordinate representation of color #C71BFD: hue angle of 285.66º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71BFD is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 27 | 253 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.01 |
| HSL | 285.66º | 0.98% | 0.55% | - |
| HSV(B) | 285.66º | 0.89% | 0.99% | - |
| XYZ | 41.67 | 20.02 | 94.6 | - |
| YUV | 104.19 | 211.98 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 253 | 0.21 | 0.89 | 0 | 0.01 | 285.66 | 0.98 | 0.55 |
| Hex | C7 | 1B | FD | 15 | 59 | 0 | 1 | 11E | 62 | 37 |
| Octal | 307 | 33 | 375 | 25 | 131 | 0 | 1 | 436 | 142 | 67 |
| Binary | 11000111 | 11011 | 11111101 | 10101 | 1011001 | 0 | 1 | 100011110 | 1100010 | 110111 |
Color Harmonies of #C71BFD
Complementary color
Monochromatic Colors of #C71BFD
Black with #C71BFD
Text Example
Text Example
White with #C71BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BFD; }
p { color: rgb(199,27,253); }
H1.HeaderClassName
{
color: #C71BFD;
}
.AnyTagClassName
{
color: #C71BFD;
}
</style>
background-color css
<style>
a { background-color: #C71BFD; }
a { background-color: rgb(199,27,253); }
div.DivClassName
{
background-color: #C71BFD;
}
.BgClassName
{
background-color: #C71BFD;
}
</style>
border-color css
<style>
span { border-color: #C71BFD; }
span { border-color: rgb(199,27,253); }
td.TdClassName
{
border-color: #C71BFD;
}
.TagClassName
{
border-color: #C71BFD;
}
</style>