Shades of Electric Purple #C732FC
Tints of Electric Purple #C732FC
RGB
CMYK
RGB Variations
Color information
#C732FC (or 0xC732FC) is known color: Electric Purple. HEX triplet: C7, 32 and FC. RGB value is (199,50,252). Sum of RGB (Red+Green+Blue) = 199+50+252=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 50 (19.92% from 255 or 9.98% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #C732FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C732FC is #38CD03. Grayscale: #747474. Windows color (decimal): -3722500 or 16528071. OLE color: 16528071.
HSL color Cylindrical-coordinate representation of color #C732FC: hue angle of 284.26º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C732FC is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 50 | 252 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.01 |
| HSL | 284.26º | 0.97% | 0.59% | - |
| HSV(B) | 284.26º | 0.8% | 0.99% | - |
| XYZ | 42.26 | 21.45 | 94.01 | - |
| YUV | 117.58 | 203.86 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 252 | 0.21 | 0.80 | 0 | 0.01 | 284.26 | 0.97 | 0.59 |
| Hex | C7 | 32 | FC | 15 | 50 | 0 | 1 | 11C | 61 | 3B |
| Octal | 307 | 62 | 374 | 25 | 120 | 0 | 1 | 434 | 141 | 73 |
| Binary | 11000111 | 110010 | 11111100 | 10101 | 1010000 | 0 | 1 | 100011100 | 1100001 | 111011 |
Color Harmonies of #C732FC
Complementary color
Monochromatic Colors of #C732FC
Black with #C732FC
Text Example
Text Example
White with #C732FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732FC; }
p { color: rgb(199,50,252); }
H1.HeaderClassName
{
color: #C732FC;
}
.AnyTagClassName
{
color: #C732FC;
}
</style>
background-color css
<style>
a { background-color: #C732FC; }
a { background-color: rgb(199,50,252); }
div.DivClassName
{
background-color: #C732FC;
}
.BgClassName
{
background-color: #C732FC;
}
</style>
border-color css
<style>
span { border-color: #C732FC; }
span { border-color: rgb(199,50,252); }
td.TdClassName
{
border-color: #C732FC;
}
.TagClassName
{
border-color: #C732FC;
}
</style>