Shades of Electric Purple #C507EB
Tints of Electric Purple #C507EB
RGB
CMYK
RGB Variations
Color information
#C507EB (or 0xC507EB) is known color: Electric Purple. HEX triplet: C5, 07 and EB. RGB value is (197,7,235). Sum of RGB (Red+Green+Blue) = 197+7+235=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #C507EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C507EB is #3AF814. Grayscale: #595959. Windows color (decimal): -3864597 or 15402949. OLE color: 15402949.
HSL color Cylindrical-coordinate representation of color #C507EB: hue angle of 290º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507EB is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 7 | 235 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.08 |
| HSL | 290º | 0.94% | 0.47% | - |
| HSV(B) | 290º | 0.97% | 0.92% | - |
| XYZ | 38.1 | 18.02 | 80.07 | - |
| YUV | 89.8 | 209.95 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 235 | 0.16 | 0.97 | 0 | 0.08 | 290 | 0.94 | 0.47 |
| Hex | C5 | 7 | EB | 10 | 61 | 0 | 8 | 122 | 5E | 2F |
| Octal | 305 | 7 | 353 | 20 | 141 | 0 | 10 | 442 | 136 | 57 |
| Binary | 11000101 | 111 | 11101011 | 10000 | 1100001 | 0 | 1000 | 100100010 | 1011110 | 101111 |
Color Harmonies of #C507EB
Complementary color
Monochromatic Colors of #C507EB
Black with #C507EB
Text Example
Text Example
White with #C507EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507EB; }
p { color: rgb(197,7,235); }
H1.HeaderClassName
{
color: #C507EB;
}
.AnyTagClassName
{
color: #C507EB;
}
</style>
background-color css
<style>
a { background-color: #C507EB; }
a { background-color: rgb(197,7,235); }
div.DivClassName
{
background-color: #C507EB;
}
.BgClassName
{
background-color: #C507EB;
}
</style>
border-color css
<style>
span { border-color: #C507EB; }
span { border-color: rgb(197,7,235); }
td.TdClassName
{
border-color: #C507EB;
}
.TagClassName
{
border-color: #C507EB;
}
</style>