Shades of Electric Purple #C507F1
Tints of Electric Purple #C507F1
RGB
CMYK
RGB Variations
Color information
#C507F1 (or 0xC507F1) is known color: Electric Purple. HEX triplet: C5, 07 and F1. RGB value is (197,7,241). Sum of RGB (Red+Green+Blue) = 197+7+241=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #C507F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C507F1 is #3AF80E. Grayscale: #595959. Windows color (decimal): -3864591 or 15796165. OLE color: 15796165.
HSL color Cylindrical-coordinate representation of color #C507F1: hue angle of 288.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507F1 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 7 | 241 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.05 |
| HSL | 288.72º | 0.94% | 0.49% | - |
| HSV(B) | 288.72º | 0.97% | 0.95% | - |
| XYZ | 38.98 | 18.37 | 84.71 | - |
| YUV | 90.49 | 212.95 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 241 | 0.18 | 0.97 | 0 | 0.05 | 288.72 | 0.94 | 0.49 |
| Hex | C5 | 7 | F1 | 12 | 61 | 0 | 5 | 121 | 5E | 31 |
| Octal | 305 | 7 | 361 | 22 | 141 | 0 | 5 | 441 | 136 | 61 |
| Binary | 11000101 | 111 | 11110001 | 10010 | 1100001 | 0 | 101 | 100100001 | 1011110 | 110001 |
Color Harmonies of #C507F1
Complementary color
Monochromatic Colors of #C507F1
Black with #C507F1
Text Example
Text Example
White with #C507F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507F1; }
p { color: rgb(197,7,241); }
H1.HeaderClassName
{
color: #C507F1;
}
.AnyTagClassName
{
color: #C507F1;
}
</style>
background-color css
<style>
a { background-color: #C507F1; }
a { background-color: rgb(197,7,241); }
div.DivClassName
{
background-color: #C507F1;
}
.BgClassName
{
background-color: #C507F1;
}
</style>
border-color css
<style>
span { border-color: #C507F1; }
span { border-color: rgb(197,7,241); }
td.TdClassName
{
border-color: #C507F1;
}
.TagClassName
{
border-color: #C507F1;
}
</style>