Shades of Electric Purple #C51CF7
Tints of Electric Purple #C51CF7
RGB
CMYK
RGB Variations
Color information
#C51CF7 (or 0xC51CF7) is known color: Electric Purple. HEX triplet: C5, 1C and F7. RGB value is (197,28,247). Sum of RGB (Red+Green+Blue) = 197+28+247=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #C51CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51CF7 is #3AE308. Grayscale: #666666. Windows color (decimal): -3859209 or 16194757. OLE color: 16194757.
HSL color Cylindrical-coordinate representation of color #C51CF7: hue angle of 286.3º 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 #C51CF7 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 28 | 247 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.03 |
| HSL | 286.3º | 0.93% | 0.54% | - |
| HSV(B) | 286.3º | 0.89% | 0.97% | - |
| XYZ | 40.23 | 19.42 | 89.62 | - |
| YUV | 103.5 | 208.99 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 247 | 0.20 | 0.89 | 0 | 0.03 | 286.3 | 0.93 | 0.54 |
| Hex | C5 | 1C | F7 | 14 | 59 | 0 | 3 | 11E | 5D | 36 |
| Octal | 305 | 34 | 367 | 24 | 131 | 0 | 3 | 436 | 135 | 66 |
| Binary | 11000101 | 11100 | 11110111 | 10100 | 1011001 | 0 | 11 | 100011110 | 1011101 | 110110 |
Color Harmonies of #C51CF7
Complementary color
Monochromatic Colors of #C51CF7
Black with #C51CF7
Text Example
Text Example
White with #C51CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CF7; }
p { color: rgb(197,28,247); }
H1.HeaderClassName
{
color: #C51CF7;
}
.AnyTagClassName
{
color: #C51CF7;
}
</style>
background-color css
<style>
a { background-color: #C51CF7; }
a { background-color: rgb(197,28,247); }
div.DivClassName
{
background-color: #C51CF7;
}
.BgClassName
{
background-color: #C51CF7;
}
</style>
border-color css
<style>
span { border-color: #C51CF7; }
span { border-color: rgb(197,28,247); }
td.TdClassName
{
border-color: #C51CF7;
}
.TagClassName
{
border-color: #C51CF7;
}
</style>