Shades of Electric Purple #C526E5
Tints of Electric Purple #C526E5
RGB
CMYK
RGB Variations
Color information
#C526E5 (or 0xC526E5) is known color: Electric Purple. HEX triplet: C5, 26 and E5. RGB value is (197,38,229). Sum of RGB (Red+Green+Blue) = 197+38+229=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 38 (15.23% from 255 or 8.19% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #C526E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C526E5 is #3AD91A. Grayscale: #6A6A6A. Windows color (decimal): -3856667 or 15017669. OLE color: 15017669.
HSL color Cylindrical-coordinate representation of color #C526E5: hue angle of 289.95º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C526E5 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 38 | 229 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.10 |
| HSL | 289.95º | 0.79% | 0.52% | - |
| HSV(B) | 289.95º | 0.83% | 0.9% | - |
| XYZ | 37.86 | 18.91 | 75.78 | - |
| YUV | 107.32 | 196.68 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 229 | 0.14 | 0.83 | 0 | 0.10 | 289.95 | 0.79 | 0.52 |
| Hex | C5 | 26 | E5 | E | 53 | 0 | A | 122 | 4F | 34 |
| Octal | 305 | 46 | 345 | 16 | 123 | 0 | 12 | 442 | 117 | 64 |
| Binary | 11000101 | 100110 | 11100101 | 1110 | 1010011 | 0 | 1010 | 100100010 | 1001111 | 110100 |
Color Harmonies of #C526E5
Complementary color
Monochromatic Colors of #C526E5
Black with #C526E5
Text Example
Text Example
White with #C526E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526E5; }
p { color: rgb(197,38,229); }
H1.HeaderClassName
{
color: #C526E5;
}
.AnyTagClassName
{
color: #C526E5;
}
</style>
background-color css
<style>
a { background-color: #C526E5; }
a { background-color: rgb(197,38,229); }
div.DivClassName
{
background-color: #C526E5;
}
.BgClassName
{
background-color: #C526E5;
}
</style>
border-color css
<style>
span { border-color: #C526E5; }
span { border-color: rgb(197,38,229); }
td.TdClassName
{
border-color: #C526E5;
}
.TagClassName
{
border-color: #C526E5;
}
</style>