Shades of Electric Purple #C507E5
Tints of Electric Purple #C507E5
RGB
CMYK
RGB Variations
Color information
#C507E5 (or 0xC507E5) is known color: Electric Purple. HEX triplet: C5, 07 and E5. RGB value is (197,7,229). Sum of RGB (Red+Green+Blue) = 197+7+229=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #C507E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507E5 is #3AF81A. Grayscale: #585858. Windows color (decimal): -3864603 or 15009733. OLE color: 15009733.
HSL color Cylindrical-coordinate representation of color #C507E5: hue angle of 291.35º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507E5 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 7 | 229 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.10 |
| HSL | 291.35º | 0.94% | 0.46% | - |
| HSV(B) | 291.35º | 0.97% | 0.9% | - |
| XYZ | 37.24 | 17.68 | 75.58 | - |
| YUV | 89.12 | 206.95 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 229 | 0.14 | 0.97 | 0 | 0.10 | 291.35 | 0.94 | 0.46 |
| Hex | C5 | 7 | E5 | E | 61 | 0 | A | 123 | 5E | 2E |
| Octal | 305 | 7 | 345 | 16 | 141 | 0 | 12 | 443 | 136 | 56 |
| Binary | 11000101 | 111 | 11100101 | 1110 | 1100001 | 0 | 1010 | 100100011 | 1011110 | 101110 |
Color Harmonies of #C507E5
Complementary color
Monochromatic Colors of #C507E5
Black with #C507E5
Text Example
Text Example
White with #C507E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507E5; }
p { color: rgb(197,7,229); }
H1.HeaderClassName
{
color: #C507E5;
}
.AnyTagClassName
{
color: #C507E5;
}
</style>
background-color css
<style>
a { background-color: #C507E5; }
a { background-color: rgb(197,7,229); }
div.DivClassName
{
background-color: #C507E5;
}
.BgClassName
{
background-color: #C507E5;
}
</style>
border-color css
<style>
span { border-color: #C507E5; }
span { border-color: rgb(197,7,229); }
td.TdClassName
{
border-color: #C507E5;
}
.TagClassName
{
border-color: #C507E5;
}
</style>