Shades of Electric Purple #C507EC
Tints of Electric Purple #C507EC
RGB
CMYK
RGB Variations
Color information
#C507EC (or 0xC507EC) is known color: Electric Purple. HEX triplet: C5, 07 and EC. RGB value is (197,7,236). Sum of RGB (Red+Green+Blue) = 197+7+236=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #C507EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C507EC is #3AF813. Grayscale: #595959. Windows color (decimal): -3864596 or 15468485. OLE color: 15468485.
HSL color Cylindrical-coordinate representation of color #C507EC: hue angle of 289.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507EC is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 7 | 236 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.07 |
| HSL | 289.78º | 0.94% | 0.48% | - |
| HSV(B) | 289.78º | 0.97% | 0.93% | - |
| XYZ | 38.24 | 18.08 | 80.83 | - |
| YUV | 89.92 | 210.45 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 236 | 0.17 | 0.97 | 0 | 0.07 | 289.78 | 0.94 | 0.48 |
| Hex | C5 | 7 | EC | 11 | 61 | 0 | 7 | 122 | 5E | 30 |
| Octal | 305 | 7 | 354 | 21 | 141 | 0 | 7 | 442 | 136 | 60 |
| Binary | 11000101 | 111 | 11101100 | 10001 | 1100001 | 0 | 111 | 100100010 | 1011110 | 110000 |
Color Harmonies of #C507EC
Complementary color
Monochromatic Colors of #C507EC
Black with #C507EC
Text Example
Text Example
White with #C507EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507EC; }
p { color: rgb(197,7,236); }
H1.HeaderClassName
{
color: #C507EC;
}
.AnyTagClassName
{
color: #C507EC;
}
</style>
background-color css
<style>
a { background-color: #C507EC; }
a { background-color: rgb(197,7,236); }
div.DivClassName
{
background-color: #C507EC;
}
.BgClassName
{
background-color: #C507EC;
}
</style>
border-color css
<style>
span { border-color: #C507EC; }
span { border-color: rgb(197,7,236); }
td.TdClassName
{
border-color: #C507EC;
}
.TagClassName
{
border-color: #C507EC;
}
</style>