Shades of Electric Purple #C327E5
Tints of Electric Purple #C327E5
RGB
CMYK
RGB Variations
Color information
#C327E5 (or 0xC327E5) is known color: Electric Purple. HEX triplet: C3, 27 and E5. RGB value is (195,39,229). Sum of RGB (Red+Green+Blue) = 195+39+229=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #C327E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327E5 is #3CD81A. Grayscale: #6A6A6A. Windows color (decimal): -3987483 or 15017923. OLE color: 15017923.
HSL color Cylindrical-coordinate representation of color #C327E5: hue angle of 289.26º 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 #C327E5 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 39 | 229 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.10 |
| HSL | 289.26º | 0.79% | 0.53% | - |
| HSV(B) | 289.26º | 0.83% | 0.9% | - |
| XYZ | 37.37 | 18.71 | 75.77 | - |
| YUV | 107.3 | 196.68 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 229 | 0.15 | 0.83 | 0 | 0.10 | 289.26 | 0.79 | 0.53 |
| Hex | C3 | 27 | E5 | F | 53 | 0 | A | 121 | 4F | 35 |
| Octal | 303 | 47 | 345 | 17 | 123 | 0 | 12 | 441 | 117 | 65 |
| Binary | 11000011 | 100111 | 11100101 | 1111 | 1010011 | 0 | 1010 | 100100001 | 1001111 | 110101 |
Color Harmonies of #C327E5
Complementary color
Monochromatic Colors of #C327E5
Black with #C327E5
Text Example
Text Example
White with #C327E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327E5; }
p { color: rgb(195,39,229); }
H1.HeaderClassName
{
color: #C327E5;
}
.AnyTagClassName
{
color: #C327E5;
}
</style>
background-color css
<style>
a { background-color: #C327E5; }
a { background-color: rgb(195,39,229); }
div.DivClassName
{
background-color: #C327E5;
}
.BgClassName
{
background-color: #C327E5;
}
</style>
border-color css
<style>
span { border-color: #C327E5; }
span { border-color: rgb(195,39,229); }
td.TdClassName
{
border-color: #C327E5;
}
.TagClassName
{
border-color: #C327E5;
}
</style>