Shades of Electric Purple #C527EA
Tints of Electric Purple #C527EA
RGB
CMYK
RGB Variations
Color information
#C527EA (or 0xC527EA) is known color: Electric Purple. HEX triplet: C5, 27 and EA. RGB value is (197,39,234). Sum of RGB (Red+Green+Blue) = 197+39+234=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #C527EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C527EA is #3AD815. Grayscale: #6B6B6B. Windows color (decimal): -3856406 or 15345605. OLE color: 15345605.
HSL color Cylindrical-coordinate representation of color #C527EA: hue angle of 288.62º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C527EA is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 39 | 234 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.08 |
| HSL | 288.62º | 0.82% | 0.54% | - |
| HSV(B) | 288.62º | 0.83% | 0.92% | - |
| XYZ | 38.6 | 19.26 | 79.53 | - |
| YUV | 108.47 | 198.85 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 234 | 0.16 | 0.83 | 0 | 0.08 | 288.62 | 0.82 | 0.54 |
| Hex | C5 | 27 | EA | 10 | 53 | 0 | 8 | 121 | 52 | 36 |
| Octal | 305 | 47 | 352 | 20 | 123 | 0 | 10 | 441 | 122 | 66 |
| Binary | 11000101 | 100111 | 11101010 | 10000 | 1010011 | 0 | 1000 | 100100001 | 1010010 | 110110 |
Color Harmonies of #C527EA
Complementary color
Monochromatic Colors of #C527EA
Black with #C527EA
Text Example
Text Example
White with #C527EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C527EA; }
p { color: rgb(197,39,234); }
H1.HeaderClassName
{
color: #C527EA;
}
.AnyTagClassName
{
color: #C527EA;
}
</style>
background-color css
<style>
a { background-color: #C527EA; }
a { background-color: rgb(197,39,234); }
div.DivClassName
{
background-color: #C527EA;
}
.BgClassName
{
background-color: #C527EA;
}
</style>
border-color css
<style>
span { border-color: #C527EA; }
span { border-color: rgb(197,39,234); }
td.TdClassName
{
border-color: #C527EA;
}
.TagClassName
{
border-color: #C527EA;
}
</style>