Shades of Electric Purple #C32EF7
Tints of Electric Purple #C32EF7
RGB
CMYK
RGB Variations
Color information
#C32EF7 (or 0xC32EF7) is known color: Electric Purple. HEX triplet: C3, 2E and F7. RGB value is (195,46,247). Sum of RGB (Red+Green+Blue) = 195+46+247=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #C32EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32EF7 is #3CD108. Grayscale: #707070. Windows color (decimal): -3985673 or 16199363. OLE color: 16199363.
HSL color Cylindrical-coordinate representation of color #C32EF7: hue angle of 284.48º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32EF7 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 46 | 247 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.03 |
| HSL | 284.48º | 0.93% | 0.57% | - |
| HSV(B) | 284.48º | 0.81% | 0.97% | - |
| XYZ | 40.27 | 20.27 | 89.79 | - |
| YUV | 113.47 | 203.36 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 247 | 0.21 | 0.81 | 0 | 0.03 | 284.48 | 0.93 | 0.57 |
| Hex | C3 | 2E | F7 | 15 | 51 | 0 | 3 | 11C | 5D | 39 |
| Octal | 303 | 56 | 367 | 25 | 121 | 0 | 3 | 434 | 135 | 71 |
| Binary | 11000011 | 101110 | 11110111 | 10101 | 1010001 | 0 | 11 | 100011100 | 1011101 | 111001 |
Color Harmonies of #C32EF7
Complementary color
Monochromatic Colors of #C32EF7
Black with #C32EF7
Text Example
Text Example
White with #C32EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32EF7; }
p { color: rgb(195,46,247); }
H1.HeaderClassName
{
color: #C32EF7;
}
.AnyTagClassName
{
color: #C32EF7;
}
</style>
background-color css
<style>
a { background-color: #C32EF7; }
a { background-color: rgb(195,46,247); }
div.DivClassName
{
background-color: #C32EF7;
}
.BgClassName
{
background-color: #C32EF7;
}
</style>
border-color css
<style>
span { border-color: #C32EF7; }
span { border-color: rgb(195,46,247); }
td.TdClassName
{
border-color: #C32EF7;
}
.TagClassName
{
border-color: #C32EF7;
}
</style>