Shades of Electric Purple #C521EF
Tints of Electric Purple #C521EF
RGB
CMYK
RGB Variations
Color information
#C521EF (or 0xC521EF) is known color: Electric Purple. HEX triplet: C5, 21 and EF. RGB value is (197,33,239). Sum of RGB (Red+Green+Blue) = 197+33+239=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #C521EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C521EF is #3ADE10. Grayscale: #686868. Windows color (decimal): -3857937 or 15671749. OLE color: 15671749.
HSL color Cylindrical-coordinate representation of color #C521EF: hue angle of 287.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C521EF is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 33 | 239 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.06 |
| HSL | 287.77º | 0.87% | 0.53% | - |
| HSV(B) | 287.77º | 0.86% | 0.94% | - |
| XYZ | 39.15 | 19.19 | 83.3 | - |
| YUV | 105.52 | 203.33 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 239 | 0.18 | 0.86 | 0 | 0.06 | 287.77 | 0.87 | 0.53 |
| Hex | C5 | 21 | EF | 12 | 56 | 0 | 6 | 120 | 57 | 35 |
| Octal | 305 | 41 | 357 | 22 | 126 | 0 | 6 | 440 | 127 | 65 |
| Binary | 11000101 | 100001 | 11101111 | 10010 | 1010110 | 0 | 110 | 100100000 | 1010111 | 110101 |
Color Harmonies of #C521EF
Complementary color
Monochromatic Colors of #C521EF
Black with #C521EF
Text Example
Text Example
White with #C521EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C521EF; }
p { color: rgb(197,33,239); }
H1.HeaderClassName
{
color: #C521EF;
}
.AnyTagClassName
{
color: #C521EF;
}
</style>
background-color css
<style>
a { background-color: #C521EF; }
a { background-color: rgb(197,33,239); }
div.DivClassName
{
background-color: #C521EF;
}
.BgClassName
{
background-color: #C521EF;
}
</style>
border-color css
<style>
span { border-color: #C521EF; }
span { border-color: rgb(197,33,239); }
td.TdClassName
{
border-color: #C521EF;
}
.TagClassName
{
border-color: #C521EF;
}
</style>