Shades of Electric Purple #C91DF7
Tints of Electric Purple #C91DF7
RGB
CMYK
RGB Variations
Color information
#C91DF7 (or 0xC91DF7) is known color: Electric Purple. HEX triplet: C9, 1D and F7. RGB value is (201,29,247). Sum of RGB (Red+Green+Blue) = 201+29+247=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #C91DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91DF7 is #36E208. Grayscale: #686868. Windows color (decimal): -3596809 or 16195017. OLE color: 16195017.
HSL color Cylindrical-coordinate representation of color #C91DF7: hue angle of 287.34º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91DF7 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 29 | 247 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.03 |
| HSL | 287.34º | 0.93% | 0.54% | - |
| HSV(B) | 287.34º | 0.88% | 0.97% | - |
| XYZ | 41.32 | 20.01 | 89.68 | - |
| YUV | 105.28 | 207.98 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 247 | 0.19 | 0.88 | 0 | 0.03 | 287.34 | 0.93 | 0.54 |
| Hex | C9 | 1D | F7 | 13 | 58 | 0 | 3 | 11F | 5D | 36 |
| Octal | 311 | 35 | 367 | 23 | 130 | 0 | 3 | 437 | 135 | 66 |
| Binary | 11001001 | 11101 | 11110111 | 10011 | 1011000 | 0 | 11 | 100011111 | 1011101 | 110110 |
Color Harmonies of #C91DF7
Complementary color
Monochromatic Colors of #C91DF7
Black with #C91DF7
Text Example
Text Example
White with #C91DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91DF7; }
p { color: rgb(201,29,247); }
H1.HeaderClassName
{
color: #C91DF7;
}
.AnyTagClassName
{
color: #C91DF7;
}
</style>
background-color css
<style>
a { background-color: #C91DF7; }
a { background-color: rgb(201,29,247); }
div.DivClassName
{
background-color: #C91DF7;
}
.BgClassName
{
background-color: #C91DF7;
}
</style>
border-color css
<style>
span { border-color: #C91DF7; }
span { border-color: rgb(201,29,247); }
td.TdClassName
{
border-color: #C91DF7;
}
.TagClassName
{
border-color: #C91DF7;
}
</style>