Shades of Electric Purple #C41AF7
Tints of Electric Purple #C41AF7
RGB
CMYK
RGB Variations
Color information
#C41AF7 (or 0xC41AF7) is known color: Electric Purple. HEX triplet: C4, 1A and F7. RGB value is (196,26,247). Sum of RGB (Red+Green+Blue) = 196+26+247=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #C41AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41AF7 is #3BE508. Grayscale: #656565. Windows color (decimal): -3925257 or 16194244. OLE color: 16194244.
HSL color Cylindrical-coordinate representation of color #C41AF7: hue angle of 286.15º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41AF7 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 26 | 247 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.03 |
| HSL | 286.15º | 0.93% | 0.54% | - |
| HSV(B) | 286.15º | 0.89% | 0.97% | - |
| XYZ | 39.92 | 19.19 | 89.6 | - |
| YUV | 102.02 | 209.82 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 247 | 0.21 | 0.89 | 0 | 0.03 | 286.15 | 0.93 | 0.54 |
| Hex | C4 | 1A | F7 | 15 | 59 | 0 | 3 | 11E | 5D | 36 |
| Octal | 304 | 32 | 367 | 25 | 131 | 0 | 3 | 436 | 135 | 66 |
| Binary | 11000100 | 11010 | 11110111 | 10101 | 1011001 | 0 | 11 | 100011110 | 1011101 | 110110 |
Color Harmonies of #C41AF7
Complementary color
Monochromatic Colors of #C41AF7
Black with #C41AF7
Text Example
Text Example
White with #C41AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AF7; }
p { color: rgb(196,26,247); }
H1.HeaderClassName
{
color: #C41AF7;
}
.AnyTagClassName
{
color: #C41AF7;
}
</style>
background-color css
<style>
a { background-color: #C41AF7; }
a { background-color: rgb(196,26,247); }
div.DivClassName
{
background-color: #C41AF7;
}
.BgClassName
{
background-color: #C41AF7;
}
</style>
border-color css
<style>
span { border-color: #C41AF7; }
span { border-color: rgb(196,26,247); }
td.TdClassName
{
border-color: #C41AF7;
}
.TagClassName
{
border-color: #C41AF7;
}
</style>