Shades of Electric Purple #C427E5
Tints of Electric Purple #C427E5
RGB
CMYK
RGB Variations
Color information
#C427E5 (or 0xC427E5) is known color: Electric Purple. HEX triplet: C4, 27 and E5. RGB value is (196,39,229). Sum of RGB (Red+Green+Blue) = 196+39+229=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 39 (15.62% from 255 or 8.41% 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 #C427E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427E5 is #3BD81A. Grayscale: #6B6B6B. Windows color (decimal): -3921947 or 15017924. OLE color: 15017924.
HSL color Cylindrical-coordinate representation of color #C427E5: hue angle of 289.58º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C427E5 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 39 | 229 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.10 |
| HSL | 289.58º | 0.79% | 0.53% | - |
| HSV(B) | 289.58º | 0.83% | 0.9% | - |
| XYZ | 37.63 | 18.84 | 75.78 | - |
| YUV | 107.6 | 196.51 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 229 | 0.14 | 0.83 | 0 | 0.10 | 289.58 | 0.79 | 0.53 |
| Hex | C4 | 27 | E5 | E | 53 | 0 | A | 122 | 4F | 35 |
| Octal | 304 | 47 | 345 | 16 | 123 | 0 | 12 | 442 | 117 | 65 |
| Binary | 11000100 | 100111 | 11100101 | 1110 | 1010011 | 0 | 1010 | 100100010 | 1001111 | 110101 |
Color Harmonies of #C427E5
Complementary color
Monochromatic Colors of #C427E5
Black with #C427E5
Text Example
Text Example
White with #C427E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C427E5; }
p { color: rgb(196,39,229); }
H1.HeaderClassName
{
color: #C427E5;
}
.AnyTagClassName
{
color: #C427E5;
}
</style>
background-color css
<style>
a { background-color: #C427E5; }
a { background-color: rgb(196,39,229); }
div.DivClassName
{
background-color: #C427E5;
}
.BgClassName
{
background-color: #C427E5;
}
</style>
border-color css
<style>
span { border-color: #C427E5; }
span { border-color: rgb(196,39,229); }
td.TdClassName
{
border-color: #C427E5;
}
.TagClassName
{
border-color: #C427E5;
}
</style>