Shades of Electric Purple #C529EA
Tints of Electric Purple #C529EA
RGB
CMYK
RGB Variations
Color information
#C529EA (or 0xC529EA) is known color: Electric Purple. HEX triplet: C5, 29 and EA. RGB value is (197,41,234). Sum of RGB (Red+Green+Blue) = 197+41+234=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #C529EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529EA is #3AD615. Grayscale: #6D6D6D. Windows color (decimal): -3855894 or 15346117. OLE color: 15346117.
HSL color Cylindrical-coordinate representation of color #C529EA: hue angle of 288.5º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C529EA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 41 | 234 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.08 |
| HSL | 288.5º | 0.82% | 0.54% | - |
| HSV(B) | 288.5º | 0.82% | 0.92% | - |
| XYZ | 38.67 | 19.4 | 79.55 | - |
| YUV | 109.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 234 | 0.16 | 0.82 | 0 | 0.08 | 288.5 | 0.82 | 0.54 |
| Hex | C5 | 29 | EA | 10 | 52 | 0 | 8 | 120 | 52 | 36 |
| Octal | 305 | 51 | 352 | 20 | 122 | 0 | 10 | 440 | 122 | 66 |
| Binary | 11000101 | 101001 | 11101010 | 10000 | 1010010 | 0 | 1000 | 100100000 | 1010010 | 110110 |
Color Harmonies of #C529EA
Complementary color
Monochromatic Colors of #C529EA
Black with #C529EA
Text Example
Text Example
White with #C529EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529EA; }
p { color: rgb(197,41,234); }
H1.HeaderClassName
{
color: #C529EA;
}
.AnyTagClassName
{
color: #C529EA;
}
</style>
background-color css
<style>
a { background-color: #C529EA; }
a { background-color: rgb(197,41,234); }
div.DivClassName
{
background-color: #C529EA;
}
.BgClassName
{
background-color: #C529EA;
}
</style>
border-color css
<style>
span { border-color: #C529EA; }
span { border-color: rgb(197,41,234); }
td.TdClassName
{
border-color: #C529EA;
}
.TagClassName
{
border-color: #C529EA;
}
</style>