Shades of Electric Purple #C51DF7
Tints of Electric Purple #C51DF7
RGB
CMYK
RGB Variations
Color information
#C51DF7 (or 0xC51DF7) is known color: Electric Purple. HEX triplet: C5, 1D and F7. RGB value is (197,29,247). Sum of RGB (Red+Green+Blue) = 197+29+247=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #C51DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51DF7 is #3AE208. Grayscale: #676767. Windows color (decimal): -3858953 or 16195013. OLE color: 16195013.
HSL color Cylindrical-coordinate representation of color #C51DF7: hue angle of 286.24º 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 #C51DF7 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 29 | 247 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.03 |
| HSL | 286.24º | 0.93% | 0.54% | - |
| HSV(B) | 286.24º | 0.88% | 0.97% | - |
| XYZ | 40.25 | 19.46 | 89.63 | - |
| YUV | 104.08 | 208.66 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 247 | 0.20 | 0.88 | 0 | 0.03 | 286.24 | 0.93 | 0.54 |
| Hex | C5 | 1D | F7 | 14 | 58 | 0 | 3 | 11E | 5D | 36 |
| Octal | 305 | 35 | 367 | 24 | 130 | 0 | 3 | 436 | 135 | 66 |
| Binary | 11000101 | 11101 | 11110111 | 10100 | 1011000 | 0 | 11 | 100011110 | 1011101 | 110110 |
Color Harmonies of #C51DF7
Complementary color
Monochromatic Colors of #C51DF7
Black with #C51DF7
Text Example
Text Example
White with #C51DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DF7; }
p { color: rgb(197,29,247); }
H1.HeaderClassName
{
color: #C51DF7;
}
.AnyTagClassName
{
color: #C51DF7;
}
</style>
background-color css
<style>
a { background-color: #C51DF7; }
a { background-color: rgb(197,29,247); }
div.DivClassName
{
background-color: #C51DF7;
}
.BgClassName
{
background-color: #C51DF7;
}
</style>
border-color css
<style>
span { border-color: #C51DF7; }
span { border-color: rgb(197,29,247); }
td.TdClassName
{
border-color: #C51DF7;
}
.TagClassName
{
border-color: #C51DF7;
}
</style>