Shades of Electric Purple #C529ED
Tints of Electric Purple #C529ED
RGB
CMYK
RGB Variations
Color information
#C529ED (or 0xC529ED) is known color: Electric Purple. HEX triplet: C5, 29 and ED. RGB value is (197,41,237). Sum of RGB (Red+Green+Blue) = 197+41+237=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #C529ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529ED is #3AD612. Grayscale: #6D6D6D. Windows color (decimal): -3855891 or 15542725. OLE color: 15542725.
HSL color Cylindrical-coordinate representation of color #C529ED: hue angle of 287.76º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C529ED is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 41 | 237 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.07 |
| HSL | 287.76º | 0.84% | 0.55% | - |
| HSV(B) | 287.76º | 0.83% | 0.93% | - |
| XYZ | 39.1 | 19.57 | 81.84 | - |
| YUV | 109.99 | 199.68 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 237 | 0.17 | 0.83 | 0 | 0.07 | 287.76 | 0.84 | 0.55 |
| Hex | C5 | 29 | ED | 11 | 53 | 0 | 7 | 120 | 54 | 37 |
| Octal | 305 | 51 | 355 | 21 | 123 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11000101 | 101001 | 11101101 | 10001 | 1010011 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C529ED
Complementary color
Monochromatic Colors of #C529ED
Black with #C529ED
Text Example
Text Example
White with #C529ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529ED; }
p { color: rgb(197,41,237); }
H1.HeaderClassName
{
color: #C529ED;
}
.AnyTagClassName
{
color: #C529ED;
}
</style>
background-color css
<style>
a { background-color: #C529ED; }
a { background-color: rgb(197,41,237); }
div.DivClassName
{
background-color: #C529ED;
}
.BgClassName
{
background-color: #C529ED;
}
</style>
border-color css
<style>
span { border-color: #C529ED; }
span { border-color: rgb(197,41,237); }
td.TdClassName
{
border-color: #C529ED;
}
.TagClassName
{
border-color: #C529ED;
}
</style>