Shades of Electric Purple #C71DF9
Tints of Electric Purple #C71DF9
RGB
CMYK
RGB Variations
Color information
#C71DF9 (or 0xC71DF9) is known color: Electric Purple. HEX triplet: C7, 1D and F9. RGB value is (199,29,249). Sum of RGB (Red+Green+Blue) = 199+29+249=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #C71DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71DF9 is #38E206. Grayscale: #686868. Windows color (decimal): -3727879 or 16326087. OLE color: 16326087.
HSL color Cylindrical-coordinate representation of color #C71DF9: hue angle of 286.36º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71DF9 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 29 | 249 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.02 |
| HSL | 286.36º | 0.95% | 0.55% | - |
| HSV(B) | 286.36º | 0.88% | 0.98% | - |
| XYZ | 41.09 | 19.86 | 91.29 | - |
| YUV | 104.91 | 209.32 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 249 | 0.20 | 0.88 | 0 | 0.02 | 286.36 | 0.95 | 0.55 |
| Hex | C7 | 1D | F9 | 14 | 58 | 0 | 2 | 11E | 5F | 37 |
| Octal | 307 | 35 | 371 | 24 | 130 | 0 | 2 | 436 | 137 | 67 |
| Binary | 11000111 | 11101 | 11111001 | 10100 | 1011000 | 0 | 10 | 100011110 | 1011111 | 110111 |
Color Harmonies of #C71DF9
Complementary color
Monochromatic Colors of #C71DF9
Black with #C71DF9
Text Example
Text Example
White with #C71DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DF9; }
p { color: rgb(199,29,249); }
H1.HeaderClassName
{
color: #C71DF9;
}
.AnyTagClassName
{
color: #C71DF9;
}
</style>
background-color css
<style>
a { background-color: #C71DF9; }
a { background-color: rgb(199,29,249); }
div.DivClassName
{
background-color: #C71DF9;
}
.BgClassName
{
background-color: #C71DF9;
}
</style>
border-color css
<style>
span { border-color: #C71DF9; }
span { border-color: rgb(199,29,249); }
td.TdClassName
{
border-color: #C71DF9;
}
.TagClassName
{
border-color: #C71DF9;
}
</style>