Shades of Electric Purple #C520E7
Tints of Electric Purple #C520E7
RGB
CMYK
RGB Variations
Color information
#C520E7 (or 0xC520E7) is known color: Electric Purple. HEX triplet: C5, 20 and E7. RGB value is (197,32,231). Sum of RGB (Red+Green+Blue) = 197+32+231=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 231 (90.62% from 255 or 50.22% from 460); Max value from RGB is 231 - color contains mainly: blue. Hex color #C520E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C520E7 is #3ADF18. Grayscale: #676767. Windows color (decimal): -3858201 or 15147205. OLE color: 15147205.
HSL color Cylindrical-coordinate representation of color #C520E7: hue angle of 289.75º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C520E7 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 32 | 231 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.09 |
| HSL | 289.75º | 0.81% | 0.52% | - |
| HSV(B) | 289.75º | 0.86% | 0.91% | - |
| XYZ | 37.97 | 18.67 | 77.2 | - |
| YUV | 104.02 | 199.66 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 231 | 0.15 | 0.86 | 0 | 0.09 | 289.75 | 0.81 | 0.52 |
| Hex | C5 | 20 | E7 | F | 56 | 0 | 9 | 122 | 51 | 34 |
| Octal | 305 | 40 | 347 | 17 | 126 | 0 | 11 | 442 | 121 | 64 |
| Binary | 11000101 | 100000 | 11100111 | 1111 | 1010110 | 0 | 1001 | 100100010 | 1010001 | 110100 |
Color Harmonies of #C520E7
Complementary color
Monochromatic Colors of #C520E7
Black with #C520E7
Text Example
Text Example
White with #C520E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520E7; }
p { color: rgb(197,32,231); }
H1.HeaderClassName
{
color: #C520E7;
}
.AnyTagClassName
{
color: #C520E7;
}
</style>
background-color css
<style>
a { background-color: #C520E7; }
a { background-color: rgb(197,32,231); }
div.DivClassName
{
background-color: #C520E7;
}
.BgClassName
{
background-color: #C520E7;
}
</style>
border-color css
<style>
span { border-color: #C520E7; }
span { border-color: rgb(197,32,231); }
td.TdClassName
{
border-color: #C520E7;
}
.TagClassName
{
border-color: #C520E7;
}
</style>