Shades of Electric Purple #C329EA
Tints of Electric Purple #C329EA
RGB
CMYK
RGB Variations
Color information
#C329EA (or 0xC329EA) is known color: Electric Purple. HEX triplet: C3, 29 and EA. RGB value is (195,41,234). Sum of RGB (Red+Green+Blue) = 195+41+234=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 41 (16.41% from 255 or 8.72% 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 #C329EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C329EA is #3CD615. Grayscale: #6C6C6C. Windows color (decimal): -3986966 or 15346115. OLE color: 15346115.
HSL color Cylindrical-coordinate representation of color #C329EA: hue angle of 287.88º 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 #C329EA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 41 | 234 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.08 |
| HSL | 287.88º | 0.82% | 0.54% | - |
| HSV(B) | 287.88º | 0.82% | 0.92% | - |
| XYZ | 38.15 | 19.13 | 79.52 | - |
| YUV | 109.05 | 198.52 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 234 | 0.17 | 0.82 | 0 | 0.08 | 287.88 | 0.82 | 0.54 |
| Hex | C3 | 29 | EA | 11 | 52 | 0 | 8 | 120 | 52 | 36 |
| Octal | 303 | 51 | 352 | 21 | 122 | 0 | 10 | 440 | 122 | 66 |
| Binary | 11000011 | 101001 | 11101010 | 10001 | 1010010 | 0 | 1000 | 100100000 | 1010010 | 110110 |
Color Harmonies of #C329EA
Complementary color
Monochromatic Colors of #C329EA
Black with #C329EA
Text Example
Text Example
White with #C329EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C329EA; }
p { color: rgb(195,41,234); }
H1.HeaderClassName
{
color: #C329EA;
}
.AnyTagClassName
{
color: #C329EA;
}
</style>
background-color css
<style>
a { background-color: #C329EA; }
a { background-color: rgb(195,41,234); }
div.DivClassName
{
background-color: #C329EA;
}
.BgClassName
{
background-color: #C329EA;
}
</style>
border-color css
<style>
span { border-color: #C329EA; }
span { border-color: rgb(195,41,234); }
td.TdClassName
{
border-color: #C329EA;
}
.TagClassName
{
border-color: #C329EA;
}
</style>